Shades of Khaki #EFE991
Tints of Khaki #EFE991
RGB
CMYK
RGB Variations
Color information
#EFE991 (or 0xEFE991) is known color: Khaki. HEX triplet: EF, E9 and 91. RGB value is (239,233,145). Sum of RGB (Red+Green+Blue) = 239+233+145=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 145 (57.03% from 255 or 23.50% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE991 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE991 is #10166E. Grayscale: #E1E1E1. Windows color (decimal): -1054319 or 9562607. OLE color: 9562607.
HSL color Cylindrical-coordinate representation of color #EFE991: hue angle of 56.17º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFE991 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 145 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.06 |
| HSL | 56.17º | 0.75% | 0.75% | - |
| HSV(B) | 56.17º | 0.39% | 0.94% | - |
| XYZ | 69.85 | 78.67 | 38.29 | - |
| YUV | 224.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 145 | 0 | 0.03 | 0.39 | 0.06 | 56.17 | 0.75 | 0.75 |
| Hex | EF | E9 | 91 | 0 | 3 | 27 | 6 | 38 | 4B | 4B |
| Octal | 357 | 351 | 221 | 0 | 3 | 47 | 6 | 70 | 113 | 113 |
| Binary | 11101111 | 11101001 | 10010001 | 0 | 11 | 100111 | 110 | 111000 | 1001011 | 1001011 |
Color Harmonies of #EFE991
Complementary color
Monochromatic Colors of #EFE991
Black with #EFE991
Text Example
Text Example
White with #EFE991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE991; }
p { color: rgb(239,233,145); }
H1.HeaderClassName
{
color: #EFE991;
}
.AnyTagClassName
{
color: #EFE991;
}
</style>
background-color css
<style>
a { background-color: #EFE991; }
a { background-color: rgb(239,233,145); }
div.DivClassName
{
background-color: #EFE991;
}
.BgClassName
{
background-color: #EFE991;
}
</style>
border-color css
<style>
span { border-color: #EFE991; }
span { border-color: rgb(239,233,145); }
td.TdClassName
{
border-color: #EFE991;
}
.TagClassName
{
border-color: #EFE991;
}
</style>