Shades of Khaki #EEEC8A
Tints of Khaki #EEEC8A
RGB
CMYK
RGB Variations
Color information
#EEEC8A (or 0xEEEC8A) is known color: Khaki. HEX triplet: EE, EC and 8A. RGB value is (238,236,138). Sum of RGB (Red+Green+Blue) = 238+236+138=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 236 (92.58% from 255 or 38.56% from 612); Blue value is 138 (54.30% from 255 or 22.55% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC8A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEC8A is #111375. Grayscale: #E1E1E1. Windows color (decimal): -1119094 or 9104622. OLE color: 9104622.
HSL color Cylindrical-coordinate representation of color #EEEC8A: hue angle of 58.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEEC8A is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 236 | 138 | - |
| CMYK | 0 | 0.01 | 0.42 | 0.07 |
| HSL | 58.8º | 0.75% | 0.74% | - |
| HSV(B) | 58.8º | 0.42% | 0.93% | - |
| XYZ | 69.84 | 80 | 35.81 | - |
| YUV | 225.43 | 78.66 | 136.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 236 | 138 | 0 | 0.01 | 0.42 | 0.07 | 58.8 | 0.75 | 0.74 |
| Hex | EE | EC | 8A | 0 | 1 | 2A | 7 | 3B | 4B | 4A |
| Octal | 356 | 354 | 212 | 0 | 1 | 52 | 7 | 73 | 113 | 112 |
| Binary | 11101110 | 11101100 | 10001010 | 0 | 1 | 101010 | 111 | 111011 | 1001011 | 1001010 |
Color Harmonies of #EEEC8A
Complementary color
Monochromatic Colors of #EEEC8A
Black with #EEEC8A
Text Example
Text Example
White with #EEEC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEC8A; }
p { color: rgb(238,236,138); }
H1.HeaderClassName
{
color: #EEEC8A;
}
.AnyTagClassName
{
color: #EEEC8A;
}
</style>
background-color css
<style>
a { background-color: #EEEC8A; }
a { background-color: rgb(238,236,138); }
div.DivClassName
{
background-color: #EEEC8A;
}
.BgClassName
{
background-color: #EEEC8A;
}
</style>
border-color css
<style>
span { border-color: #EEEC8A; }
span { border-color: rgb(238,236,138); }
td.TdClassName
{
border-color: #EEEC8A;
}
.TagClassName
{
border-color: #EEEC8A;
}
</style>