#F0EC90

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

Shades of Khaki #F0EC90

Tints of Khaki #F0EC90

Color information

#F0EC90 (or 0xF0EC90) is unknown color: approx Khaki. HEX triplet: F0, EC and 90. RGB value is (240,236,144). Sum of RGB (Red+Green+Blue) = 240+236+144=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 144 (56.64% from 255 or 23.23% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC90 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC90 is #0F136F. Grayscale: #E3E3E3. Windows color (decimal): -988016 or 9497840. OLE color: 9497840.

HSL color Cylindrical-coordinate representation of color #F0EC90: hue angle of 57.5º 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 #F0EC90 is Cyan = 0, Magento = 0.02, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB240236144-
CMYK00.020.40.06
HSL57.5º76.19%75.29%-
HSV(B)57.5º40%94.12%-
XYZ70.9680.5338.19-
YUV226.7181.33137.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 38.71%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 144 (56.64% from 255) = 23.23%
R=38.71%
G=38.06%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24023614400.020.40.0657.576.1975.29
HexF0EC90022863a4c4b
Octal3603542200250672114113
Binary11110000111011001001000001010100011011101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EC90; }

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

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

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

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

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

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

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

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