Shades of Khaki #F0E491
Tints of Khaki #F0E491
RGB
CMYK
RGB Variations
Color information
#F0E491 (or 0xF0E491) is known color: Khaki. HEX triplet: F0, E4 and 91. RGB value is (240,228,145). Sum of RGB (Red+Green+Blue) = 240+228+145=613 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.15% from 613); Green value is 228 (89.45% from 255 or 37.19% from 613); Blue value is 145 (57.03% from 255 or 23.65% from 613); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E491 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E491 is #0F1B6E. Grayscale: #DEDEDE. Windows color (decimal): -990063 or 9561328. OLE color: 9561328.
HSL color Cylindrical-coordinate representation of color #F0E491: hue angle of 52.42º 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 #F0E491 is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 228 | 145 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.06 |
| HSL | 52.42º | 0.76% | 0.75% | - |
| HSV(B) | 52.42º | 0.4% | 0.94% | - |
| XYZ | 68.79 | 76.06 | 37.84 | - |
| YUV | 222.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 228 | 145 | 0 | 0.05 | 0.40 | 0.06 | 52.42 | 0.76 | 0.75 |
| Hex | F0 | E4 | 91 | 0 | 5 | 28 | 6 | 34 | 4C | 4B |
| Octal | 360 | 344 | 221 | 0 | 5 | 50 | 6 | 64 | 114 | 113 |
| Binary | 11110000 | 11100100 | 10010001 | 0 | 101 | 101000 | 110 | 110100 | 1001100 | 1001011 |
Color Harmonies of #F0E491
Complementary color
Monochromatic Colors of #F0E491
Black with #F0E491
Text Example
Text Example
White with #F0E491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E491; }
p { color: rgb(240,228,145); }
H1.HeaderClassName
{
color: #F0E491;
}
.AnyTagClassName
{
color: #F0E491;
}
</style>
background-color css
<style>
a { background-color: #F0E491; }
a { background-color: rgb(240,228,145); }
div.DivClassName
{
background-color: #F0E491;
}
.BgClassName
{
background-color: #F0E491;
}
</style>
border-color css
<style>
span { border-color: #F0E491; }
span { border-color: rgb(240,228,145); }
td.TdClassName
{
border-color: #F0E491;
}
.TagClassName
{
border-color: #F0E491;
}
</style>