#F0E890

Color #F0E890 Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Khaki #F0E890

Tints of Khaki #F0E890

Color information

#F0E890 (or 0xF0E890) is unknown color: approx Khaki. HEX triplet: F0, E8 and 90. RGB value is (240,232,144). Sum of RGB (Red+Green+Blue) = 240+232+144=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 232 (91.02% from 255 or 37.66% from 616); Blue value is 144 (56.64% from 255 or 23.38% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E890 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E890 is #0F176F. Grayscale: #E0E0E0. Windows color (decimal): -989040 or 9496816. OLE color: 9496816.

HSL color Cylindrical-coordinate representation of color #F0E890: hue angle of 55º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0E890 is Cyan = 0, Magento = 0.03, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB240232144-
CMYK00.030.40.06
HSL55º76.19%75.29%-
HSV(B)55º40%94.12%-
XYZ69.8378.2537.81-
YUV224.3682.65139.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 38.96%
GREEN value IS 232 (91.02% from 255) = 37.66%
BLUE value IS 144 (56.64% from 255) = 23.38%
R=38.96%
G=37.66%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023214400.030.40.065576.1975.29
HexF0E89003286374c4b
Octal3603502200350667114113
Binary11110000111010001001000001110100011011011110011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E890; }

 p { color: rgb(240,232,144); }

 H1.HeaderClassName
 {
   color: #F0E890;
 }
 .AnyTagClassName
 {
   color: #F0E890;
 }
</style>
background-color css

<style>
 a { background-color: #F0E890; }

 a { background-color: rgb(240,232,144); }

 div.DivClassName
 {
   background-color: #F0E890;
 }
 .BgClassName
 {
   background-color: #F0E890;
 }
</style>
border-color css

<style>
 span { border-color: #F0E890; }

 span { border-color: rgb(240,232,144); }

 td.TdClassName
 {
   border-color: #F0E890;
 }
 .TagClassName
 {
   border-color: #F0E890;
 }
</style>