#94 Orange4
#875F00
ExtendedHEX#875F00
RGB135, 95, 0
HSL42°, 100%, 26%
CMYK0%, 30%, 100%, 47%
Xterm ID94
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;94m Background (fondo)
\x1b[48;5;94m Bash echo
echo -e "\033[38;5;94mTexto\033[0m" Python
print(f"\033[38;5;94mTexto\033[0m") CSS
Color HEX
color: #875F00; Color RGB
color: rgb(135, 95, 0); Background
background-color: #875F00;