Shades of Khaki #EEE18E
Tints of Khaki #EEE18E
RGB
CMYK
RGB Variations
Color information
#EEE18E (or 0xEEE18E) is known color: Khaki. HEX triplet: EE, E1 and 8E. RGB value is (238,225,142). Sum of RGB (Red+Green+Blue) = 238+225+142=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 225 (88.28% from 255 or 37.19% from 605); Blue value is 142 (55.86% from 255 or 23.47% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE18E is #111E71. Grayscale: #DBDBDB. Windows color (decimal): -1121906 or 9363950. OLE color: 9363950.
HSL color Cylindrical-coordinate representation of color #EEE18E: hue angle of 51.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEE18E is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 142 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.07 |
| HSL | 51.88º | 0.74% | 0.75% | - |
| HSV(B) | 51.88º | 0.4% | 0.93% | - |
| XYZ | 67.07 | 73.98 | 36.34 | - |
| YUV | 219.43 | 84.31 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 142 | 0 | 0.05 | 0.40 | 0.07 | 51.88 | 0.74 | 0.75 |
| Hex | EE | E1 | 8E | 0 | 5 | 28 | 7 | 34 | 4A | 4B |
| Octal | 356 | 341 | 216 | 0 | 5 | 50 | 7 | 64 | 112 | 113 |
| Binary | 11101110 | 11100001 | 10001110 | 0 | 101 | 101000 | 111 | 110100 | 1001010 | 1001011 |
Color Harmonies of #EEE18E
Complementary color
Monochromatic Colors of #EEE18E
Black with #EEE18E
Text Example
Text Example
White with #EEE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE18E; }
p { color: rgb(238,225,142); }
H1.HeaderClassName
{
color: #EEE18E;
}
.AnyTagClassName
{
color: #EEE18E;
}
</style>
background-color css
<style>
a { background-color: #EEE18E; }
a { background-color: rgb(238,225,142); }
div.DivClassName
{
background-color: #EEE18E;
}
.BgClassName
{
background-color: #EEE18E;
}
</style>
border-color css
<style>
span { border-color: #EEE18E; }
span { border-color: rgb(238,225,142); }
td.TdClassName
{
border-color: #EEE18E;
}
.TagClassName
{
border-color: #EEE18E;
}
</style>