Shades of Khaki #EFE992
Tints of Khaki #EFE992
RGB
CMYK
RGB Variations
Color information
#EFE992 (or 0xEFE992) is known color: Khaki. HEX triplet: EF, E9 and 92. RGB value is (239,233,146). Sum of RGB (Red+Green+Blue) = 239+233+146=618 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.67% from 618); Green value is 233 (91.41% from 255 or 37.70% from 618); Blue value is 146 (57.42% from 255 or 23.62% from 618); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE992 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE992 is #10166D. Grayscale: #E1E1E1. Windows color (decimal): -1054318 or 9628143. OLE color: 9628143.
HSL color Cylindrical-coordinate representation of color #EFE992: hue angle of 56.13º degrees, saturation: 0.74, 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 #EFE992 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 233 | 146 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.06 |
| HSL | 56.13º | 0.74% | 0.75% | - |
| HSV(B) | 56.13º | 0.39% | 0.94% | - |
| XYZ | 69.92 | 78.7 | 38.7 | - |
| YUV | 224.88 | 83.49 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 233 | 146 | 0 | 0.03 | 0.39 | 0.06 | 56.13 | 0.74 | 0.75 |
| Hex | EF | E9 | 92 | 0 | 3 | 27 | 6 | 38 | 4A | 4B |
| Octal | 357 | 351 | 222 | 0 | 3 | 47 | 6 | 70 | 112 | 113 |
| Binary | 11101111 | 11101001 | 10010010 | 0 | 11 | 100111 | 110 | 111000 | 1001010 | 1001011 |
Color Harmonies of #EFE992
Complementary color
Monochromatic Colors of #EFE992
Black with #EFE992
Text Example
Text Example
White with #EFE992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE992; }
p { color: rgb(239,233,146); }
H1.HeaderClassName
{
color: #EFE992;
}
.AnyTagClassName
{
color: #EFE992;
}
</style>
background-color css
<style>
a { background-color: #EFE992; }
a { background-color: rgb(239,233,146); }
div.DivClassName
{
background-color: #EFE992;
}
.BgClassName
{
background-color: #EFE992;
}
</style>
border-color css
<style>
span { border-color: #EFE992; }
span { border-color: rgb(239,233,146); }
td.TdClassName
{
border-color: #EFE992;
}
.TagClassName
{
border-color: #EFE992;
}
</style>