Shades of Khaki #EEE495
Tints of Khaki #EEE495
RGB
CMYK
RGB Variations
Color information
#EEE495 (or 0xEEE495) is known color: Khaki. HEX triplet: EE, E4 and 95. RGB value is (238,228,149). Sum of RGB (Red+Green+Blue) = 238+228+149=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 228 (89.45% from 255 or 37.07% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE495 is #111B6A. Grayscale: #DEDEDE. Windows color (decimal): -1121131 or 9823470. OLE color: 9823470.
HSL color Cylindrical-coordinate representation of color #EEE495: hue angle of 53.26º 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 #EEE495 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 149 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.07 |
| HSL | 53.26º | 0.72% | 0.76% | - |
| HSV(B) | 53.26º | 0.37% | 0.93% | - |
| XYZ | 68.43 | 75.83 | 39.46 | - |
| YUV | 221.98 | 86.81 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 149 | 0 | 0.04 | 0.37 | 0.07 | 53.26 | 0.72 | 0.76 |
| Hex | EE | E4 | 95 | 0 | 4 | 25 | 7 | 35 | 48 | 4C |
| Octal | 356 | 344 | 225 | 0 | 4 | 45 | 7 | 65 | 110 | 114 |
| Binary | 11101110 | 11100100 | 10010101 | 0 | 100 | 100101 | 111 | 110101 | 1001000 | 1001100 |
Color Harmonies of #EEE495
Complementary color
Monochromatic Colors of #EEE495
Black with #EEE495
Text Example
Text Example
White with #EEE495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE495; }
p { color: rgb(238,228,149); }
H1.HeaderClassName
{
color: #EEE495;
}
.AnyTagClassName
{
color: #EEE495;
}
</style>
background-color css
<style>
a { background-color: #EEE495; }
a { background-color: rgb(238,228,149); }
div.DivClassName
{
background-color: #EEE495;
}
.BgClassName
{
background-color: #EEE495;
}
</style>
border-color css
<style>
span { border-color: #EEE495; }
span { border-color: rgb(238,228,149); }
td.TdClassName
{
border-color: #EEE495;
}
.TagClassName
{
border-color: #EEE495;
}
</style>