Shades of Khaki #EEE08D
Tints of Khaki #EEE08D
RGB
CMYK
RGB Variations
Color information
#EEE08D (or 0xEEE08D) is known color: Khaki. HEX triplet: EE, E0 and 8D. RGB value is (238,224,141). Sum of RGB (Red+Green+Blue) = 238+224+141=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 224 (87.89% from 255 or 37.15% from 603); Blue value is 141 (55.47% from 255 or 23.38% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE08D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE08D is #111F72. Grayscale: #DBDBDB. Windows color (decimal): -1122163 or 9298158. OLE color: 9298158.
HSL color Cylindrical-coordinate representation of color #EEE08D: hue angle of 51.34º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEE08D is Cyan = 0, Magento = 0.06, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 141 | - |
| CMYK | 0 | 0.06 | 0.41 | 0.07 |
| HSL | 51.34º | 0.74% | 0.74% | - |
| HSV(B) | 51.34º | 0.41% | 0.93% | - |
| XYZ | 66.72 | 73.41 | 35.85 | - |
| YUV | 218.72 | 84.14 | 141.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 141 | 0 | 0.06 | 0.41 | 0.07 | 51.34 | 0.74 | 0.74 |
| Hex | EE | E0 | 8D | 0 | 6 | 29 | 7 | 33 | 4A | 4A |
| Octal | 356 | 340 | 215 | 0 | 6 | 51 | 7 | 63 | 112 | 112 |
| Binary | 11101110 | 11100000 | 10001101 | 0 | 110 | 101001 | 111 | 110011 | 1001010 | 1001010 |
Color Harmonies of #EEE08D
Complementary color
Monochromatic Colors of #EEE08D
Black with #EEE08D
Text Example
Text Example
White with #EEE08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE08D; }
p { color: rgb(238,224,141); }
H1.HeaderClassName
{
color: #EEE08D;
}
.AnyTagClassName
{
color: #EEE08D;
}
</style>
background-color css
<style>
a { background-color: #EEE08D; }
a { background-color: rgb(238,224,141); }
div.DivClassName
{
background-color: #EEE08D;
}
.BgClassName
{
background-color: #EEE08D;
}
</style>
border-color css
<style>
span { border-color: #EEE08D; }
span { border-color: rgb(238,224,141); }
td.TdClassName
{
border-color: #EEE08D;
}
.TagClassName
{
border-color: #EEE08D;
}
</style>