Shades of Khaki #EFE292
Tints of Khaki #EFE292
RGB
CMYK
RGB Variations
Color information
#EFE292 (or 0xEFE292) is known color: Khaki. HEX triplet: EF, E2 and 92. RGB value is (239,226,146). Sum of RGB (Red+Green+Blue) = 239+226+146=611 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.12% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 146 (57.42% from 255 or 23.90% from 611); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE292 is #101D6D. Grayscale: #DDDDDD. Windows color (decimal): -1056110 or 9626351. OLE color: 9626351.
HSL color Cylindrical-coordinate representation of color #EFE292: hue angle of 51.61º 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 #EFE292 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 226 | 146 | - |
| CMYK | 0 | 0.05 | 0.39 | 0.06 |
| HSL | 51.61º | 0.74% | 0.75% | - |
| HSV(B) | 51.61º | 0.39% | 0.94% | - |
| XYZ | 67.98 | 74.82 | 38.05 | - |
| YUV | 220.77 | 85.81 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 226 | 146 | 0 | 0.05 | 0.39 | 0.06 | 51.61 | 0.74 | 0.75 |
| Hex | EF | E2 | 92 | 0 | 5 | 27 | 6 | 34 | 4A | 4B |
| Octal | 357 | 342 | 222 | 0 | 5 | 47 | 6 | 64 | 112 | 113 |
| Binary | 11101111 | 11100010 | 10010010 | 0 | 101 | 100111 | 110 | 110100 | 1001010 | 1001011 |
Color Harmonies of #EFE292
Complementary color
Monochromatic Colors of #EFE292
Black with #EFE292
Text Example
Text Example
White with #EFE292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE292; }
p { color: rgb(239,226,146); }
H1.HeaderClassName
{
color: #EFE292;
}
.AnyTagClassName
{
color: #EFE292;
}
</style>
background-color css
<style>
a { background-color: #EFE292; }
a { background-color: rgb(239,226,146); }
div.DivClassName
{
background-color: #EFE292;
}
.BgClassName
{
background-color: #EFE292;
}
</style>
border-color css
<style>
span { border-color: #EFE292; }
span { border-color: rgb(239,226,146); }
td.TdClassName
{
border-color: #EFE292;
}
.TagClassName
{
border-color: #EFE292;
}
</style>