Shades of Khaki #EEE986
Tints of Khaki #EEE986
RGB
CMYK
RGB Variations
Color information
#EEE986 (or 0xEEE986) is known color: Khaki. HEX triplet: EE, E9 and 86. RGB value is (238,233,134). Sum of RGB (Red+Green+Blue) = 238+233+134=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 233 (91.41% from 255 or 38.51% from 605); Blue value is 134 (52.73% from 255 or 22.15% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE986 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE986 is #111679. Grayscale: #DFDFDF. Windows color (decimal): -1119866 or 8841710. OLE color: 8841710.
HSL color Cylindrical-coordinate representation of color #EEE986: hue angle of 57.12º 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 #EEE986 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 134 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.07 |
| HSL | 57.12º | 0.75% | 0.73% | - |
| HSV(B) | 57.12º | 0.44% | 0.93% | - |
| XYZ | 68.7 | 78.18 | 34.02 | - |
| YUV | 223.21 | 77.66 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 134 | 0 | 0.02 | 0.44 | 0.07 | 57.12 | 0.75 | 0.73 |
| Hex | EE | E9 | 86 | 0 | 2 | 2C | 7 | 39 | 4B | 49 |
| Octal | 356 | 351 | 206 | 0 | 2 | 54 | 7 | 71 | 113 | 111 |
| Binary | 11101110 | 11101001 | 10000110 | 0 | 10 | 101100 | 111 | 111001 | 1001011 | 1001001 |
Color Harmonies of #EEE986
Complementary color
Monochromatic Colors of #EEE986
Black with #EEE986
Text Example
Text Example
White with #EEE986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE986; }
p { color: rgb(238,233,134); }
H1.HeaderClassName
{
color: #EEE986;
}
.AnyTagClassName
{
color: #EEE986;
}
</style>
background-color css
<style>
a { background-color: #EEE986; }
a { background-color: rgb(238,233,134); }
div.DivClassName
{
background-color: #EEE986;
}
.BgClassName
{
background-color: #EEE986;
}
</style>
border-color css
<style>
span { border-color: #EEE986; }
span { border-color: rgb(238,233,134); }
td.TdClassName
{
border-color: #EEE986;
}
.TagClassName
{
border-color: #EEE986;
}
</style>