Shades of Khaki #EEE796
Tints of Khaki #EEE796
RGB
CMYK
RGB Variations
Color information
#EEE796 (or 0xEEE796) is known color: Khaki. HEX triplet: EE, E7 and 96. RGB value is (238,231,150). Sum of RGB (Red+Green+Blue) = 238+231+150=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 150 (58.98% from 255 or 24.23% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE796 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE796 is #111869. Grayscale: #E0E0E0. Windows color (decimal): -1120362 or 9889774. OLE color: 9889774.
HSL color Cylindrical-coordinate representation of color #EEE796: hue angle of 55.23º 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 #EEE796 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 150 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.07 |
| HSL | 55.23º | 0.72% | 0.76% | - |
| HSV(B) | 55.23º | 0.37% | 0.93% | - |
| XYZ | 69.34 | 77.53 | 40.16 | - |
| YUV | 223.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 150 | 0 | 0.03 | 0.37 | 0.07 | 55.23 | 0.72 | 0.76 |
| Hex | EE | E7 | 96 | 0 | 3 | 25 | 7 | 37 | 48 | 4C |
| Octal | 356 | 347 | 226 | 0 | 3 | 45 | 7 | 67 | 110 | 114 |
| Binary | 11101110 | 11100111 | 10010110 | 0 | 11 | 100101 | 111 | 110111 | 1001000 | 1001100 |
Color Harmonies of #EEE796
Complementary color
Monochromatic Colors of #EEE796
Black with #EEE796
Text Example
Text Example
White with #EEE796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE796; }
p { color: rgb(238,231,150); }
H1.HeaderClassName
{
color: #EEE796;
}
.AnyTagClassName
{
color: #EEE796;
}
</style>
background-color css
<style>
a { background-color: #EEE796; }
a { background-color: rgb(238,231,150); }
div.DivClassName
{
background-color: #EEE796;
}
.BgClassName
{
background-color: #EEE796;
}
</style>
border-color css
<style>
span { border-color: #EEE796; }
span { border-color: rgb(238,231,150); }
td.TdClassName
{
border-color: #EEE796;
}
.TagClassName
{
border-color: #EEE796;
}
</style>