Shades of Khaki #EEE88D
Tints of Khaki #EEE88D
RGB
CMYK
RGB Variations
Color information
#EEE88D (or 0xEEE88D) is known color: Khaki. HEX triplet: EE, E8 and 8D. RGB value is (238,232,141). Sum of RGB (Red+Green+Blue) = 238+232+141=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 232 (91.02% from 255 or 37.97% from 611); Blue value is 141 (55.47% from 255 or 23.08% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE88D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE88D is #111772. Grayscale: #DFDFDF. Windows color (decimal): -1120115 or 9300206. OLE color: 9300206.
HSL color Cylindrical-coordinate representation of color #EEE88D: hue angle of 56.29º 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 #EEE88D is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 141 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.07 |
| HSL | 56.29º | 0.74% | 0.74% | - |
| HSV(B) | 56.29º | 0.41% | 0.93% | - |
| XYZ | 68.92 | 77.81 | 36.59 | - |
| YUV | 223.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 141 | 0 | 0.03 | 0.41 | 0.07 | 56.29 | 0.74 | 0.74 |
| Hex | EE | E8 | 8D | 0 | 3 | 29 | 7 | 38 | 4A | 4A |
| Octal | 356 | 350 | 215 | 0 | 3 | 51 | 7 | 70 | 112 | 112 |
| Binary | 11101110 | 11101000 | 10001101 | 0 | 11 | 101001 | 111 | 111000 | 1001010 | 1001010 |
Color Harmonies of #EEE88D
Complementary color
Monochromatic Colors of #EEE88D
Black with #EEE88D
Text Example
Text Example
White with #EEE88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE88D; }
p { color: rgb(238,232,141); }
H1.HeaderClassName
{
color: #EEE88D;
}
.AnyTagClassName
{
color: #EEE88D;
}
</style>
background-color css
<style>
a { background-color: #EEE88D; }
a { background-color: rgb(238,232,141); }
div.DivClassName
{
background-color: #EEE88D;
}
.BgClassName
{
background-color: #EEE88D;
}
</style>
border-color css
<style>
span { border-color: #EEE88D; }
span { border-color: rgb(238,232,141); }
td.TdClassName
{
border-color: #EEE88D;
}
.TagClassName
{
border-color: #EEE88D;
}
</style>