Shades of Khaki #EFE589
Tints of Khaki #EFE589
RGB
CMYK
RGB Variations
Color information
#EFE589 (or 0xEFE589) is known color: Khaki. HEX triplet: EF, E5 and 89. RGB value is (239,229,137). Sum of RGB (Red+Green+Blue) = 239+229+137=605 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.50% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 137 (53.91% from 255 or 22.64% from 605); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE589 is #101A76. Grayscale: #DDDDDD. Windows color (decimal): -1055351 or 9037295. OLE color: 9037295.
HSL color Cylindrical-coordinate representation of color #EFE589: hue angle of 54.12º degrees, saturation: 0.76, 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 #EFE589 is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 229 | 137 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.06 |
| HSL | 54.12º | 0.76% | 0.74% | - |
| HSV(B) | 54.12º | 0.43% | 0.94% | - |
| XYZ | 68.13 | 76.2 | 34.78 | - |
| YUV | 221.5 | 80.31 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 229 | 137 | 0 | 0.04 | 0.43 | 0.06 | 54.12 | 0.76 | 0.74 |
| Hex | EF | E5 | 89 | 0 | 4 | 2B | 6 | 36 | 4C | 4A |
| Octal | 357 | 345 | 211 | 0 | 4 | 53 | 6 | 66 | 114 | 112 |
| Binary | 11101111 | 11100101 | 10001001 | 0 | 100 | 101011 | 110 | 110110 | 1001100 | 1001010 |
Color Harmonies of #EFE589
Complementary color
Monochromatic Colors of #EFE589
Black with #EFE589
Text Example
Text Example
White with #EFE589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE589; }
p { color: rgb(239,229,137); }
H1.HeaderClassName
{
color: #EFE589;
}
.AnyTagClassName
{
color: #EFE589;
}
</style>
background-color css
<style>
a { background-color: #EFE589; }
a { background-color: rgb(239,229,137); }
div.DivClassName
{
background-color: #EFE589;
}
.BgClassName
{
background-color: #EFE589;
}
</style>
border-color css
<style>
span { border-color: #EFE589; }
span { border-color: rgb(239,229,137); }
td.TdClassName
{
border-color: #EFE589;
}
.TagClassName
{
border-color: #EFE589;
}
</style>