Shades of Khaki #EEE586
Tints of Khaki #EEE586
RGB
CMYK
RGB Variations
Color information
#EEE586 (or 0xEEE586) is known color: Khaki. HEX triplet: EE, E5 and 86. RGB value is (238,229,134). Sum of RGB (Red+Green+Blue) = 238+229+134=601 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.60% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 134 (52.73% from 255 or 22.30% from 601); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE586 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE586 is #111A79. Grayscale: #DDDDDD. Windows color (decimal): -1120890 or 8840686. OLE color: 8840686.
HSL color Cylindrical-coordinate representation of color #EEE586: hue angle of 54.81º 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 #EEE586 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 134 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.07 |
| HSL | 54.81º | 0.75% | 0.73% | - |
| HSV(B) | 54.81º | 0.44% | 0.93% | - |
| XYZ | 67.58 | 75.94 | 33.65 | - |
| YUV | 220.86 | 78.98 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 134 | 0 | 0.04 | 0.44 | 0.07 | 54.81 | 0.75 | 0.73 |
| Hex | EE | E5 | 86 | 0 | 4 | 2C | 7 | 37 | 4B | 49 |
| Octal | 356 | 345 | 206 | 0 | 4 | 54 | 7 | 67 | 113 | 111 |
| Binary | 11101110 | 11100101 | 10000110 | 0 | 100 | 101100 | 111 | 110111 | 1001011 | 1001001 |
Color Harmonies of #EEE586
Complementary color
Monochromatic Colors of #EEE586
Black with #EEE586
Text Example
Text Example
White with #EEE586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE586; }
p { color: rgb(238,229,134); }
H1.HeaderClassName
{
color: #EEE586;
}
.AnyTagClassName
{
color: #EEE586;
}
</style>
background-color css
<style>
a { background-color: #EEE586; }
a { background-color: rgb(238,229,134); }
div.DivClassName
{
background-color: #EEE586;
}
.BgClassName
{
background-color: #EEE586;
}
</style>
border-color css
<style>
span { border-color: #EEE586; }
span { border-color: rgb(238,229,134); }
td.TdClassName
{
border-color: #EEE586;
}
.TagClassName
{
border-color: #EEE586;
}
</style>