Shades of Khaki #F0E589
Tints of Khaki #F0E589
RGB
CMYK
RGB Variations
Color information
#F0E589 (or 0xF0E589) is known color: Khaki. HEX triplet: F0, E5 and 89. RGB value is (240,229,137). Sum of RGB (Red+Green+Blue) = 240+229+137=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 229 (89.84% from 255 or 37.79% from 606); Blue value is 137 (53.91% from 255 or 22.61% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0E589 is #0F1A76. Grayscale: #DEDEDE. Windows color (decimal): -989815 or 9037296. OLE color: 9037296.
HSL color Cylindrical-coordinate representation of color #F0E589: hue angle of 53.59º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F0E589 is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 229 | 137 | - |
| CMYK | 0 | 0.05 | 0.43 | 0.06 |
| HSL | 53.59º | 0.77% | 0.74% | - |
| HSV(B) | 53.59º | 0.43% | 0.94% | - |
| XYZ | 68.47 | 76.37 | 34.8 | - |
| YUV | 221.8 | 80.14 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 229 | 137 | 0 | 0.05 | 0.43 | 0.06 | 53.59 | 0.77 | 0.74 |
| Hex | F0 | E5 | 89 | 0 | 5 | 2B | 6 | 36 | 4D | 4A |
| Octal | 360 | 345 | 211 | 0 | 5 | 53 | 6 | 66 | 115 | 112 |
| Binary | 11110000 | 11100101 | 10001001 | 0 | 101 | 101011 | 110 | 110110 | 1001101 | 1001010 |
Color Harmonies of #F0E589
Complementary color
Monochromatic Colors of #F0E589
Black with #F0E589
Text Example
Text Example
White with #F0E589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0E589; }
p { color: rgb(240,229,137); }
H1.HeaderClassName
{
color: #F0E589;
}
.AnyTagClassName
{
color: #F0E589;
}
</style>
background-color css
<style>
a { background-color: #F0E589; }
a { background-color: rgb(240,229,137); }
div.DivClassName
{
background-color: #F0E589;
}
.BgClassName
{
background-color: #F0E589;
}
</style>
border-color css
<style>
span { border-color: #F0E589; }
span { border-color: rgb(240,229,137); }
td.TdClassName
{
border-color: #F0E589;
}
.TagClassName
{
border-color: #F0E589;
}
</style>