Shades of Khaki #F0E387
Tints of Khaki #F0E387
RGB
CMYK
RGB Variations
Color information
#F0E387 (or 0xF0E387) is known color: Khaki. HEX triplet: F0, E3 and 87. RGB value is (240,227,135). Sum of RGB (Red+Green+Blue) = 240+227+135=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 135 (53.12% from 255 or 22.43% from 602); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E387 is #0F1C78. Grayscale: #DCDCDC. Windows color (decimal): -990329 or 8905712. OLE color: 8905712.
HSL color Cylindrical-coordinate representation of color #F0E387: hue angle of 52.57º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F0E387 is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 227 | 135 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.06 |
| HSL | 52.57º | 0.78% | 0.74% | - |
| HSV(B) | 52.57º | 0.44% | 0.94% | - |
| XYZ | 67.78 | 75.21 | 33.87 | - |
| YUV | 220.4 | 79.81 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 227 | 135 | 0 | 0.05 | 0.44 | 0.06 | 52.57 | 0.78 | 0.74 |
| Hex | F0 | E3 | 87 | 0 | 5 | 2C | 6 | 35 | 4E | 4A |
| Octal | 360 | 343 | 207 | 0 | 5 | 54 | 6 | 65 | 116 | 112 |
| Binary | 11110000 | 11100011 | 10000111 | 0 | 101 | 101100 | 110 | 110101 | 1001110 | 1001010 |
Color Harmonies of #F0E387
Complementary color
Monochromatic Colors of #F0E387
Black with #F0E387
Text Example
Text Example
White with #F0E387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E387; }
p { color: rgb(240,227,135); }
H1.HeaderClassName
{
color: #F0E387;
}
.AnyTagClassName
{
color: #F0E387;
}
</style>
background-color css
<style>
a { background-color: #F0E387; }
a { background-color: rgb(240,227,135); }
div.DivClassName
{
background-color: #F0E387;
}
.BgClassName
{
background-color: #F0E387;
}
</style>
border-color css
<style>
span { border-color: #F0E387; }
span { border-color: rgb(240,227,135); }
td.TdClassName
{
border-color: #F0E387;
}
.TagClassName
{
border-color: #F0E387;
}
</style>