Shades of Khaki #EEE895
Tints of Khaki #EEE895
RGB
CMYK
RGB Variations
Color information
#EEE895 (or 0xEEE895) is known color: Khaki. HEX triplet: EE, E8 and 95. RGB value is (238,232,149). Sum of RGB (Red+Green+Blue) = 238+232+149=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 232 (91.02% from 255 or 37.48% from 619); Blue value is 149 (58.59% from 255 or 24.07% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE895 is #11176A. Grayscale: #E0E0E0. Windows color (decimal): -1120107 or 9824494. OLE color: 9824494.
HSL color Cylindrical-coordinate representation of color #EEE895: hue angle of 55.96º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EEE895 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 149 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.07 |
| HSL | 55.96º | 0.72% | 0.76% | - |
| HSV(B) | 55.96º | 0.37% | 0.93% | - |
| XYZ | 69.54 | 78.06 | 39.84 | - |
| YUV | 224.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 149 | 0 | 0.03 | 0.37 | 0.07 | 55.96 | 0.72 | 0.76 |
| Hex | EE | E8 | 95 | 0 | 3 | 25 | 7 | 38 | 48 | 4C |
| Octal | 356 | 350 | 225 | 0 | 3 | 45 | 7 | 70 | 110 | 114 |
| Binary | 11101110 | 11101000 | 10010101 | 0 | 11 | 100101 | 111 | 111000 | 1001000 | 1001100 |
Color Harmonies of #EEE895
Complementary color
Monochromatic Colors of #EEE895
Black with #EEE895
Text Example
Text Example
White with #EEE895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE895; }
p { color: rgb(238,232,149); }
H1.HeaderClassName
{
color: #EEE895;
}
.AnyTagClassName
{
color: #EEE895;
}
</style>
background-color css
<style>
a { background-color: #EEE895; }
a { background-color: rgb(238,232,149); }
div.DivClassName
{
background-color: #EEE895;
}
.BgClassName
{
background-color: #EEE895;
}
</style>
border-color css
<style>
span { border-color: #EEE895; }
span { border-color: rgb(238,232,149); }
td.TdClassName
{
border-color: #EEE895;
}
.TagClassName
{
border-color: #EEE895;
}
</style>