Shades of Khaki #F0E885
Tints of Khaki #F0E885
RGB
CMYK
RGB Variations
Color information
#F0E885 (or 0xF0E885) is known color: Khaki. HEX triplet: F0, E8 and 85. RGB value is (240,232,133). Sum of RGB (Red+Green+Blue) = 240+232+133=605 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.67% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E885 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E885 is #0F177A. Grayscale: #DFDFDF. Windows color (decimal): -989051 or 8775920. OLE color: 8775920.
HSL color Cylindrical-coordinate representation of color #F0E885: hue angle of 55.51º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F0E885 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 232 | 133 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.06 |
| HSL | 55.51º | 0.78% | 0.73% | - |
| HSV(B) | 55.51º | 0.45% | 0.94% | - |
| XYZ | 69.03 | 77.93 | 33.59 | - |
| YUV | 223.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 232 | 133 | 0 | 0.03 | 0.45 | 0.06 | 55.51 | 0.78 | 0.73 |
| Hex | F0 | E8 | 85 | 0 | 3 | 2D | 6 | 38 | 4E | 49 |
| Octal | 360 | 350 | 205 | 0 | 3 | 55 | 6 | 70 | 116 | 111 |
| Binary | 11110000 | 11101000 | 10000101 | 0 | 11 | 101101 | 110 | 111000 | 1001110 | 1001001 |
Color Harmonies of #F0E885
Complementary color
Monochromatic Colors of #F0E885
Black with #F0E885
Text Example
Text Example
White with #F0E885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E885; }
p { color: rgb(240,232,133); }
H1.HeaderClassName
{
color: #F0E885;
}
.AnyTagClassName
{
color: #F0E885;
}
</style>
background-color css
<style>
a { background-color: #F0E885; }
a { background-color: rgb(240,232,133); }
div.DivClassName
{
background-color: #F0E885;
}
.BgClassName
{
background-color: #F0E885;
}
</style>
border-color css
<style>
span { border-color: #F0E885; }
span { border-color: rgb(240,232,133); }
td.TdClassName
{
border-color: #F0E885;
}
.TagClassName
{
border-color: #F0E885;
}
</style>