Shades of Khaki #F0EC8C
Tints of Khaki #F0EC8C
RGB
CMYK
RGB Variations
Color information
#F0EC8C (or 0xF0EC8C) is known color: Khaki. HEX triplet: F0, EC and 8C. RGB value is (240,236,140). Sum of RGB (Red+Green+Blue) = 240+236+140=616 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.96% from 616); Green value is 236 (92.58% from 255 or 38.31% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EC8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0EC8C is #0F1373. Grayscale: #E2E2E2. Windows color (decimal): -988020 or 9235696. OLE color: 9235696.
HSL color Cylindrical-coordinate representation of color #F0EC8C: hue angle of 57.6º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F0EC8C is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 236 | 140 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.06 |
| HSL | 57.6º | 0.77% | 0.75% | - |
| HSV(B) | 57.6º | 0.42% | 0.94% | - |
| XYZ | 70.66 | 80.41 | 36.61 | - |
| YUV | 226.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 236 | 140 | 0 | 0.02 | 0.42 | 0.06 | 57.6 | 0.77 | 0.75 |
| Hex | F0 | EC | 8C | 0 | 2 | 2A | 6 | 3A | 4D | 4B |
| Octal | 360 | 354 | 214 | 0 | 2 | 52 | 6 | 72 | 115 | 113 |
| Binary | 11110000 | 11101100 | 10001100 | 0 | 10 | 101010 | 110 | 111010 | 1001101 | 1001011 |
Color Harmonies of #F0EC8C
Complementary color
Monochromatic Colors of #F0EC8C
Black with #F0EC8C
Text Example
Text Example
White with #F0EC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0EC8C; }
p { color: rgb(240,236,140); }
H1.HeaderClassName
{
color: #F0EC8C;
}
.AnyTagClassName
{
color: #F0EC8C;
}
</style>
background-color css
<style>
a { background-color: #F0EC8C; }
a { background-color: rgb(240,236,140); }
div.DivClassName
{
background-color: #F0EC8C;
}
.BgClassName
{
background-color: #F0EC8C;
}
</style>
border-color css
<style>
span { border-color: #F0EC8C; }
span { border-color: rgb(240,236,140); }
td.TdClassName
{
border-color: #F0EC8C;
}
.TagClassName
{
border-color: #F0EC8C;
}
</style>