Shades of Khaki #EEE886
Tints of Khaki #EEE886
RGB
CMYK
RGB Variations
Color information
#EEE886 (or 0xEEE886) is known color: Khaki. HEX triplet: EE, E8 and 86. RGB value is (238,232,134). Sum of RGB (Red+Green+Blue) = 238+232+134=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 232 (91.02% from 255 or 38.41% from 604); Blue value is 134 (52.73% from 255 or 22.19% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE886 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE886 is #111779. Grayscale: #DFDFDF. Windows color (decimal): -1120122 or 8841454. OLE color: 8841454.
HSL color Cylindrical-coordinate representation of color #EEE886: hue angle of 56.54º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEE886 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 232 | 134 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.07 |
| HSL | 56.54º | 0.75% | 0.73% | - |
| HSV(B) | 56.54º | 0.44% | 0.93% | - |
| XYZ | 68.42 | 77.61 | 33.93 | - |
| YUV | 222.62 | 77.99 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 232 | 134 | 0 | 0.03 | 0.44 | 0.07 | 56.54 | 0.75 | 0.73 |
| Hex | EE | E8 | 86 | 0 | 3 | 2C | 7 | 39 | 4B | 49 |
| Octal | 356 | 350 | 206 | 0 | 3 | 54 | 7 | 71 | 113 | 111 |
| Binary | 11101110 | 11101000 | 10000110 | 0 | 11 | 101100 | 111 | 111001 | 1001011 | 1001001 |
Color Harmonies of #EEE886
Complementary color
Monochromatic Colors of #EEE886
Black with #EEE886
Text Example
Text Example
White with #EEE886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE886; }
p { color: rgb(238,232,134); }
H1.HeaderClassName
{
color: #EEE886;
}
.AnyTagClassName
{
color: #EEE886;
}
</style>
background-color css
<style>
a { background-color: #EEE886; }
a { background-color: rgb(238,232,134); }
div.DivClassName
{
background-color: #EEE886;
}
.BgClassName
{
background-color: #EEE886;
}
</style>
border-color css
<style>
span { border-color: #EEE886; }
span { border-color: rgb(238,232,134); }
td.TdClassName
{
border-color: #EEE886;
}
.TagClassName
{
border-color: #EEE886;
}
</style>