Shades of Khaki #EFE192
Tints of Khaki #EFE192
RGB
CMYK
RGB Variations
Color information
#EFE192 (or 0xEFE192) is known color: Khaki. HEX triplet: EF, E1 and 92. RGB value is (239,225,146). Sum of RGB (Red+Green+Blue) = 239+225+146=610 (80% of max value = 765). Red value is 239 (93.75% from 255 or 39.18% from 610); Green value is 225 (88.28% from 255 or 36.89% from 610); Blue value is 146 (57.42% from 255 or 23.93% from 610); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE192 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFE192 is #101E6D. Grayscale: #DCDCDC. Windows color (decimal): -1056366 or 9626095. OLE color: 9626095.
HSL color Cylindrical-coordinate representation of color #EFE192: hue angle of 50.97º 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 #EFE192 is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 225 | 146 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.06 |
| HSL | 50.97º | 0.74% | 0.75% | - |
| HSV(B) | 50.97º | 0.39% | 0.94% | - |
| XYZ | 67.71 | 74.28 | 37.96 | - |
| YUV | 220.18 | 86.14 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 225 | 146 | 0 | 0.06 | 0.39 | 0.06 | 50.97 | 0.74 | 0.75 |
| Hex | EF | E1 | 92 | 0 | 6 | 27 | 6 | 33 | 4A | 4B |
| Octal | 357 | 341 | 222 | 0 | 6 | 47 | 6 | 63 | 112 | 113 |
| Binary | 11101111 | 11100001 | 10010010 | 0 | 110 | 100111 | 110 | 110011 | 1001010 | 1001011 |
Color Harmonies of #EFE192
Complementary color
Monochromatic Colors of #EFE192
Black with #EFE192
Text Example
Text Example
White with #EFE192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE192; }
p { color: rgb(239,225,146); }
H1.HeaderClassName
{
color: #EFE192;
}
.AnyTagClassName
{
color: #EFE192;
}
</style>
background-color css
<style>
a { background-color: #EFE192; }
a { background-color: rgb(239,225,146); }
div.DivClassName
{
background-color: #EFE192;
}
.BgClassName
{
background-color: #EFE192;
}
</style>
border-color css
<style>
span { border-color: #EFE192; }
span { border-color: rgb(239,225,146); }
td.TdClassName
{
border-color: #EFE192;
}
.TagClassName
{
border-color: #EFE192;
}
</style>