Shades of Khaki #EFE895
Tints of Khaki #EFE895
RGB
CMYK
RGB Variations
Color information
#EFE895 (or 0xEFE895) is known color: Khaki. HEX triplet: EF, E8 and 95. RGB value is (239,232,149). Sum of RGB (Red+Green+Blue) = 239+232+149=620 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.55% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 149 (58.59% from 255 or 24.03% from 620); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFE895 is #10176A. Grayscale: #E0E0E0. Windows color (decimal): -1054571 or 9824495. OLE color: 9824495.
HSL color Cylindrical-coordinate representation of color #EFE895: hue angle of 55.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EFE895 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 232 | 149 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.06 |
| HSL | 55.33º | 0.74% | 0.76% | - |
| HSV(B) | 55.33º | 0.38% | 0.94% | - |
| XYZ | 69.88 | 78.23 | 39.85 | - |
| YUV | 224.63 | 85.32 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 232 | 149 | 0 | 0.03 | 0.38 | 0.06 | 55.33 | 0.74 | 0.76 |
| Hex | EF | E8 | 95 | 0 | 3 | 26 | 6 | 37 | 4A | 4C |
| Octal | 357 | 350 | 225 | 0 | 3 | 46 | 6 | 67 | 112 | 114 |
| Binary | 11101111 | 11101000 | 10010101 | 0 | 11 | 100110 | 110 | 110111 | 1001010 | 1001100 |
Color Harmonies of #EFE895
Complementary color
Monochromatic Colors of #EFE895
Black with #EFE895
Text Example
Text Example
White with #EFE895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE895; }
p { color: rgb(239,232,149); }
H1.HeaderClassName
{
color: #EFE895;
}
.AnyTagClassName
{
color: #EFE895;
}
</style>
background-color css
<style>
a { background-color: #EFE895; }
a { background-color: rgb(239,232,149); }
div.DivClassName
{
background-color: #EFE895;
}
.BgClassName
{
background-color: #EFE895;
}
</style>
border-color css
<style>
span { border-color: #EFE895; }
span { border-color: rgb(239,232,149); }
td.TdClassName
{
border-color: #EFE895;
}
.TagClassName
{
border-color: #EFE895;
}
</style>