Shades of Khaki #F0E886
Tints of Khaki #F0E886
RGB
CMYK
RGB Variations
Color information
#F0E886 (or 0xF0E886) is known color: Khaki. HEX triplet: F0, E8 and 86. RGB value is (240,232,134). Sum of RGB (Red+Green+Blue) = 240+232+134=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 232 (91.02% from 255 or 38.28% from 606); Blue value is 134 (52.73% from 255 or 22.11% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E886 is #0F1779. Grayscale: #DFDFDF. Windows color (decimal): -989050 or 8841456. OLE color: 8841456.
HSL color Cylindrical-coordinate representation of color #F0E886: hue angle of 55.47º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0E886 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 134 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.06 |
| HSL | 55.47º | 0.78% | 0.73% | - |
| HSV(B) | 55.47º | 0.44% | 0.94% | - |
| XYZ | 69.09 | 77.96 | 33.96 | - |
| YUV | 223.22 | 77.65 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 134 | 0 | 0.03 | 0.44 | 0.06 | 55.47 | 0.78 | 0.73 |
| Hex | F0 | E8 | 86 | 0 | 3 | 2C | 6 | 37 | 4E | 49 |
| Octal | 360 | 350 | 206 | 0 | 3 | 54 | 6 | 67 | 116 | 111 |
| Binary | 11110000 | 11101000 | 10000110 | 0 | 11 | 101100 | 110 | 110111 | 1001110 | 1001001 |
Color Harmonies of #F0E886
Complementary color
Monochromatic Colors of #F0E886
Black with #F0E886
Text Example
Text Example
White with #F0E886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E886; }
p { color: rgb(240,232,134); }
H1.HeaderClassName
{
color: #F0E886;
}
.AnyTagClassName
{
color: #F0E886;
}
</style>
background-color css
<style>
a { background-color: #F0E886; }
a { background-color: rgb(240,232,134); }
div.DivClassName
{
background-color: #F0E886;
}
.BgClassName
{
background-color: #F0E886;
}
</style>
border-color css
<style>
span { border-color: #F0E886; }
span { border-color: rgb(240,232,134); }
td.TdClassName
{
border-color: #F0E886;
}
.TagClassName
{
border-color: #F0E886;
}
</style>