Shades of Khaki #EEE686
Tints of Khaki #EEE686
RGB
CMYK
RGB Variations
Color information
#EEE686 (or 0xEEE686) is known color: Khaki. HEX triplet: EE, E6 and 86. RGB value is (238,230,134). Sum of RGB (Red+Green+Blue) = 238+230+134=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 134 (52.73% from 255 or 22.26% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE686 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE686 is #111979. Grayscale: #DDDDDD. Windows color (decimal): -1120634 or 8840942. OLE color: 8840942.
HSL color Cylindrical-coordinate representation of color #EEE686: hue angle of 55.38º 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 #EEE686 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 134 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.07 |
| HSL | 55.38º | 0.75% | 0.73% | - |
| HSV(B) | 55.38º | 0.44% | 0.93% | - |
| XYZ | 67.86 | 76.49 | 33.74 | - |
| YUV | 221.45 | 78.65 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 134 | 0 | 0.03 | 0.44 | 0.07 | 55.38 | 0.75 | 0.73 |
| Hex | EE | E6 | 86 | 0 | 3 | 2C | 7 | 37 | 4B | 49 |
| Octal | 356 | 346 | 206 | 0 | 3 | 54 | 7 | 67 | 113 | 111 |
| Binary | 11101110 | 11100110 | 10000110 | 0 | 11 | 101100 | 111 | 110111 | 1001011 | 1001001 |
Color Harmonies of #EEE686
Complementary color
Monochromatic Colors of #EEE686
Black with #EEE686
Text Example
Text Example
White with #EEE686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE686; }
p { color: rgb(238,230,134); }
H1.HeaderClassName
{
color: #EEE686;
}
.AnyTagClassName
{
color: #EEE686;
}
</style>
background-color css
<style>
a { background-color: #EEE686; }
a { background-color: rgb(238,230,134); }
div.DivClassName
{
background-color: #EEE686;
}
.BgClassName
{
background-color: #EEE686;
}
</style>
border-color css
<style>
span { border-color: #EEE686; }
span { border-color: rgb(238,230,134); }
td.TdClassName
{
border-color: #EEE686;
}
.TagClassName
{
border-color: #EEE686;
}
</style>