Shades of Khaki #F0EC87
Tints of Khaki #F0EC87
RGB
CMYK
RGB Variations
Color information
#F0EC87 (or 0xF0EC87) is known color: Khaki. HEX triplet: F0, EC and 87. RGB value is (240,236,135). Sum of RGB (Red+Green+Blue) = 240+236+135=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 236 (92.58% from 255 or 38.63% from 611); Blue value is 135 (53.12% from 255 or 22.09% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC87 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC87 is #0F1378. Grayscale: #E2E2E2. Windows color (decimal): -988025 or 8908016. OLE color: 8908016.
HSL color Cylindrical-coordinate representation of color #F0EC87: hue angle of 57.71º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0EC87 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 135 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.06 |
| HSL | 57.71º | 0.78% | 0.74% | - |
| HSV(B) | 57.71º | 0.44% | 0.94% | - |
| XYZ | 70.3 | 80.27 | 34.71 | - |
| YUV | 225.68 | 76.83 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 135 | 0 | 0.02 | 0.44 | 0.06 | 57.71 | 0.78 | 0.74 |
| Hex | F0 | EC | 87 | 0 | 2 | 2C | 6 | 3A | 4E | 4A |
| Octal | 360 | 354 | 207 | 0 | 2 | 54 | 6 | 72 | 116 | 112 |
| Binary | 11110000 | 11101100 | 10000111 | 0 | 10 | 101100 | 110 | 111010 | 1001110 | 1001010 |
Color Harmonies of #F0EC87
Complementary color
Monochromatic Colors of #F0EC87
Black with #F0EC87
Text Example
Text Example
White with #F0EC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC87; }
p { color: rgb(240,236,135); }
H1.HeaderClassName
{
color: #F0EC87;
}
.AnyTagClassName
{
color: #F0EC87;
}
</style>
background-color css
<style>
a { background-color: #F0EC87; }
a { background-color: rgb(240,236,135); }
div.DivClassName
{
background-color: #F0EC87;
}
.BgClassName
{
background-color: #F0EC87;
}
</style>
border-color css
<style>
span { border-color: #F0EC87; }
span { border-color: rgb(240,236,135); }
td.TdClassName
{
border-color: #F0EC87;
}
.TagClassName
{
border-color: #F0EC87;
}
</style>