Shades of Khaki #EEDD8E
Tints of Khaki #EEDD8E
RGB
CMYK
RGB Variations
Color information
#EEDD8E (or 0xEEDD8E) is known color: Khaki. HEX triplet: EE, DD and 8E. RGB value is (238,221,142). Sum of RGB (Red+Green+Blue) = 238+221+142=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 142 (55.86% from 255 or 23.63% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDD8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDD8E is #112271. Grayscale: #D9D9D9. Windows color (decimal): -1122930 or 9362926. OLE color: 9362926.
HSL color Cylindrical-coordinate representation of color #EEDD8E: hue angle of 49.38º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEDD8E is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 221 | 142 | - |
| CMYK | 0 | 0.07 | 0.40 | 0.07 |
| HSL | 49.38º | 0.74% | 0.75% | - |
| HSV(B) | 49.38º | 0.4% | 0.93% | - |
| XYZ | 66 | 71.84 | 35.98 | - |
| YUV | 217.08 | 85.63 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 221 | 142 | 0 | 0.07 | 0.40 | 0.07 | 49.38 | 0.74 | 0.75 |
| Hex | EE | DD | 8E | 0 | 7 | 28 | 7 | 31 | 4A | 4B |
| Octal | 356 | 335 | 216 | 0 | 7 | 50 | 7 | 61 | 112 | 113 |
| Binary | 11101110 | 11011101 | 10001110 | 0 | 111 | 101000 | 111 | 110001 | 1001010 | 1001011 |
Color Harmonies of #EEDD8E
Complementary color
Monochromatic Colors of #EEDD8E
Black with #EEDD8E
Text Example
Text Example
White with #EEDD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEDD8E; }
p { color: rgb(238,221,142); }
H1.HeaderClassName
{
color: #EEDD8E;
}
.AnyTagClassName
{
color: #EEDD8E;
}
</style>
background-color css
<style>
a { background-color: #EEDD8E; }
a { background-color: rgb(238,221,142); }
div.DivClassName
{
background-color: #EEDD8E;
}
.BgClassName
{
background-color: #EEDD8E;
}
</style>
border-color css
<style>
span { border-color: #EEDD8E; }
span { border-color: rgb(238,221,142); }
td.TdClassName
{
border-color: #EEDD8E;
}
.TagClassName
{
border-color: #EEDD8E;
}
</style>