Shades of Khaki #F0E995
Tints of Khaki #F0E995
RGB
CMYK
RGB Variations
Color information
#F0E995 (or 0xF0E995) is known color: Khaki. HEX triplet: F0, E9 and 95. RGB value is (240,233,149). Sum of RGB (Red+Green+Blue) = 240+233+149=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 233 (91.41% from 255 or 37.46% from 622); Blue value is 149 (58.59% from 255 or 23.95% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E995 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E995 is #0F166A. Grayscale: #E1E1E1. Windows color (decimal): -988779 or 9824752. OLE color: 9824752.
HSL color Cylindrical-coordinate representation of color #F0E995: hue angle of 55.38º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F0E995 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 233 | 149 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.06 |
| HSL | 55.38º | 0.75% | 0.76% | - |
| HSV(B) | 55.38º | 0.38% | 0.94% | - |
| XYZ | 70.5 | 78.97 | 39.96 | - |
| YUV | 225.52 | 84.82 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 233 | 149 | 0 | 0.03 | 0.38 | 0.06 | 55.38 | 0.75 | 0.76 |
| Hex | F0 | E9 | 95 | 0 | 3 | 26 | 6 | 37 | 4B | 4C |
| Octal | 360 | 351 | 225 | 0 | 3 | 46 | 6 | 67 | 113 | 114 |
| Binary | 11110000 | 11101001 | 10010101 | 0 | 11 | 100110 | 110 | 110111 | 1001011 | 1001100 |
Color Harmonies of #F0E995
Complementary color
Monochromatic Colors of #F0E995
Black with #F0E995
Text Example
Text Example
White with #F0E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E995; }
p { color: rgb(240,233,149); }
H1.HeaderClassName
{
color: #F0E995;
}
.AnyTagClassName
{
color: #F0E995;
}
</style>
background-color css
<style>
a { background-color: #F0E995; }
a { background-color: rgb(240,233,149); }
div.DivClassName
{
background-color: #F0E995;
}
.BgClassName
{
background-color: #F0E995;
}
</style>
border-color css
<style>
span { border-color: #F0E995; }
span { border-color: rgb(240,233,149); }
td.TdClassName
{
border-color: #F0E995;
}
.TagClassName
{
border-color: #F0E995;
}
</style>