Shades of Khaki #F0EC90
Tints of Khaki #F0EC90
RGB
CMYK
RGB Variations
Color information
#F0EC90 (or 0xF0EC90) is known color: 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
| RGB | 240 | 236 | 144 | - |
| CMYK | 0 | 0.02 | 0.4 | 0.06 |
| HSL | 57.5º | 0.76% | 0.75% | - |
| HSV(B) | 57.5º | 0.4% | 0.94% | - |
| XYZ | 70.96 | 80.53 | 38.19 | - |
| YUV | 226.71 | 81.33 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 144 | 0 | 0.02 | 0.4 | 0.06 | 57.5 | 0.76 | 0.75 |
| Hex | F0 | EC | 90 | 0 | 2 | 28 | 6 | 3A | 4C | 4B |
| Octal | 360 | 354 | 220 | 0 | 2 | 50 | 6 | 72 | 114 | 113 |
| Binary | 11110000 | 11101100 | 10010000 | 0 | 10 | 101000 | 110 | 111010 | 1001100 | 1001011 |
Color Harmonies of #F0EC90
Complementary color
Monochromatic Colors of #F0EC90
Black with #F0EC90
Text Example
Text Example
White with #F0EC90
Text Example
Text Example
HTML Codes & Css Web 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>