Shades of Khaki #EFE989
Tints of Khaki #EFE989
RGB
CMYK
RGB Variations
Color information
#EFE989 (or 0xEFE989) is known color: Khaki. HEX triplet: EF, E9 and 89. RGB value is (239,233,137). Sum of RGB (Red+Green+Blue) = 239+233+137=609 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.24% from 609); Green value is 233 (91.41% from 255 or 38.26% from 609); Blue value is 137 (53.91% from 255 or 22.50% from 609); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE989 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE989 is #101676. Grayscale: #E0E0E0. Windows color (decimal): -1054327 or 9038319. OLE color: 9038319.
HSL color Cylindrical-coordinate representation of color #EFE989: hue angle of 56.47º 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 #EFE989 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 137 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.06 |
| HSL | 56.47º | 0.76% | 0.74% | - |
| HSV(B) | 56.47º | 0.43% | 0.94% | - |
| XYZ | 69.25 | 78.43 | 35.16 | - |
| YUV | 223.85 | 78.99 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 137 | 0 | 0.03 | 0.43 | 0.06 | 56.47 | 0.76 | 0.74 |
| Hex | EF | E9 | 89 | 0 | 3 | 2B | 6 | 38 | 4C | 4A |
| Octal | 357 | 351 | 211 | 0 | 3 | 53 | 6 | 70 | 114 | 112 |
| Binary | 11101111 | 11101001 | 10001001 | 0 | 11 | 101011 | 110 | 111000 | 1001100 | 1001010 |
Color Harmonies of #EFE989
Complementary color
Monochromatic Colors of #EFE989
Black with #EFE989
Text Example
Text Example
White with #EFE989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE989; }
p { color: rgb(239,233,137); }
H1.HeaderClassName
{
color: #EFE989;
}
.AnyTagClassName
{
color: #EFE989;
}
</style>
background-color css
<style>
a { background-color: #EFE989; }
a { background-color: rgb(239,233,137); }
div.DivClassName
{
background-color: #EFE989;
}
.BgClassName
{
background-color: #EFE989;
}
</style>
border-color css
<style>
span { border-color: #EFE989; }
span { border-color: rgb(239,233,137); }
td.TdClassName
{
border-color: #EFE989;
}
.TagClassName
{
border-color: #EFE989;
}
</style>