Shades of Khaki #EFE892
Tints of Khaki #EFE892
RGB
CMYK
RGB Variations
Color information
#EFE892 (or 0xEFE892) is known color: Khaki. HEX triplet: EF, E8 and 92. RGB value is (239,232,146). Sum of RGB (Red+Green+Blue) = 239+232+146=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 232 (91.02% from 255 or 37.60% from 617); Blue value is 146 (57.42% from 255 or 23.66% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE892 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE892 is #10176D. Grayscale: #E0E0E0. Windows color (decimal): -1054574 or 9627887. OLE color: 9627887.
HSL color Cylindrical-coordinate representation of color #EFE892: hue angle of 55.48º 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 #EFE892 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 146 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.06 |
| HSL | 55.48º | 0.74% | 0.75% | - |
| HSV(B) | 55.48º | 0.39% | 0.94% | - |
| XYZ | 69.64 | 78.14 | 38.61 | - |
| YUV | 224.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 146 | 0 | 0.03 | 0.39 | 0.06 | 55.48 | 0.74 | 0.75 |
| Hex | EF | E8 | 92 | 0 | 3 | 27 | 6 | 37 | 4A | 4B |
| Octal | 357 | 350 | 222 | 0 | 3 | 47 | 6 | 67 | 112 | 113 |
| Binary | 11101111 | 11101000 | 10010010 | 0 | 11 | 100111 | 110 | 110111 | 1001010 | 1001011 |
Color Harmonies of #EFE892
Complementary color
Monochromatic Colors of #EFE892
Black with #EFE892
Text Example
Text Example
White with #EFE892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE892; }
p { color: rgb(239,232,146); }
H1.HeaderClassName
{
color: #EFE892;
}
.AnyTagClassName
{
color: #EFE892;
}
</style>
background-color css
<style>
a { background-color: #EFE892; }
a { background-color: rgb(239,232,146); }
div.DivClassName
{
background-color: #EFE892;
}
.BgClassName
{
background-color: #EFE892;
}
</style>
border-color css
<style>
span { border-color: #EFE892; }
span { border-color: rgb(239,232,146); }
td.TdClassName
{
border-color: #EFE892;
}
.TagClassName
{
border-color: #EFE892;
}
</style>