Shades of Khaki #F0EC8F
Tints of Khaki #F0EC8F
RGB
CMYK
RGB Variations
Color information
#F0EC8F (or 0xF0EC8F) is known color: Khaki. HEX triplet: F0, EC and 8F. RGB value is (240,236,143). Sum of RGB (Red+Green+Blue) = 240+236+143=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 236 (92.58% from 255 or 38.13% from 619); Blue value is 143 (56.25% from 255 or 23.10% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC8F is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC8F is #0F1370. Grayscale: #E2E2E2. Windows color (decimal): -988017 or 9432304. OLE color: 9432304.
HSL color Cylindrical-coordinate representation of color #F0EC8F: hue angle of 57.53º 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 #F0EC8F is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 143 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.06 |
| HSL | 57.53º | 0.76% | 0.75% | - |
| HSV(B) | 57.53º | 0.4% | 0.94% | - |
| XYZ | 70.89 | 80.5 | 37.79 | - |
| YUV | 226.59 | 80.83 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 143 | 0 | 0.02 | 0.40 | 0.06 | 57.53 | 0.76 | 0.75 |
| Hex | F0 | EC | 8F | 0 | 2 | 28 | 6 | 3A | 4C | 4B |
| Octal | 360 | 354 | 217 | 0 | 2 | 50 | 6 | 72 | 114 | 113 |
| Binary | 11110000 | 11101100 | 10001111 | 0 | 10 | 101000 | 110 | 111010 | 1001100 | 1001011 |
Color Harmonies of #F0EC8F
Complementary color
Monochromatic Colors of #F0EC8F
Black with #F0EC8F
Text Example
Text Example
White with #F0EC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC8F; }
p { color: rgb(240,236,143); }
H1.HeaderClassName
{
color: #F0EC8F;
}
.AnyTagClassName
{
color: #F0EC8F;
}
</style>
background-color css
<style>
a { background-color: #F0EC8F; }
a { background-color: rgb(240,236,143); }
div.DivClassName
{
background-color: #F0EC8F;
}
.BgClassName
{
background-color: #F0EC8F;
}
</style>
border-color css
<style>
span { border-color: #F0EC8F; }
span { border-color: rgb(240,236,143); }
td.TdClassName
{
border-color: #F0EC8F;
}
.TagClassName
{
border-color: #F0EC8F;
}
</style>