Shades of Khaki #EEE496
Tints of Khaki #EEE496
RGB
CMYK
RGB Variations
Color information
#EEE496 (or 0xEEE496) is known color: Khaki. HEX triplet: EE, E4 and 96. RGB value is (238,228,150). Sum of RGB (Red+Green+Blue) = 238+228+150=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 150 (58.98% from 255 or 24.35% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE496 is #111B69. Grayscale: #DEDEDE. Windows color (decimal): -1121130 or 9889006. OLE color: 9889006.
HSL color Cylindrical-coordinate representation of color #EEE496: hue angle of 53.18º 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 #EEE496 is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 150 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.07 |
| HSL | 53.18º | 0.72% | 0.76% | - |
| HSV(B) | 53.18º | 0.37% | 0.93% | - |
| XYZ | 68.51 | 75.87 | 39.89 | - |
| YUV | 222.1 | 87.31 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 150 | 0 | 0.04 | 0.37 | 0.07 | 53.18 | 0.72 | 0.76 |
| Hex | EE | E4 | 96 | 0 | 4 | 25 | 7 | 35 | 48 | 4C |
| Octal | 356 | 344 | 226 | 0 | 4 | 45 | 7 | 65 | 110 | 114 |
| Binary | 11101110 | 11100100 | 10010110 | 0 | 100 | 100101 | 111 | 110101 | 1001000 | 1001100 |
Color Harmonies of #EEE496
Complementary color
Monochromatic Colors of #EEE496
Black with #EEE496
Text Example
Text Example
White with #EEE496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE496; }
p { color: rgb(238,228,150); }
H1.HeaderClassName
{
color: #EEE496;
}
.AnyTagClassName
{
color: #EEE496;
}
</style>
background-color css
<style>
a { background-color: #EEE496; }
a { background-color: rgb(238,228,150); }
div.DivClassName
{
background-color: #EEE496;
}
.BgClassName
{
background-color: #EEE496;
}
</style>
border-color css
<style>
span { border-color: #EEE496; }
span { border-color: rgb(238,228,150); }
td.TdClassName
{
border-color: #EEE496;
}
.TagClassName
{
border-color: #EEE496;
}
</style>