Shades of Khaki #EEE18D
Tints of Khaki #EEE18D
RGB
CMYK
RGB Variations
Color information
#EEE18D (or 0xEEE18D) is known color: Khaki. HEX triplet: EE, E1 and 8D. RGB value is (238,225,141). Sum of RGB (Red+Green+Blue) = 238+225+141=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 225 (88.28% from 255 or 37.25% from 604); Blue value is 141 (55.47% from 255 or 23.34% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE18D is #111E72. Grayscale: #DBDBDB. Windows color (decimal): -1121907 or 9298414. OLE color: 9298414.
HSL color Cylindrical-coordinate representation of color #EEE18D: hue angle of 51.96º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEE18D is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 141 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.07 |
| HSL | 51.96º | 0.74% | 0.74% | - |
| HSV(B) | 51.96º | 0.41% | 0.93% | - |
| XYZ | 66.99 | 73.95 | 35.94 | - |
| YUV | 219.31 | 83.81 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 141 | 0 | 0.05 | 0.41 | 0.07 | 51.96 | 0.74 | 0.74 |
| Hex | EE | E1 | 8D | 0 | 5 | 29 | 7 | 34 | 4A | 4A |
| Octal | 356 | 341 | 215 | 0 | 5 | 51 | 7 | 64 | 112 | 112 |
| Binary | 11101110 | 11100001 | 10001101 | 0 | 101 | 101001 | 111 | 110100 | 1001010 | 1001010 |
Color Harmonies of #EEE18D
Complementary color
Monochromatic Colors of #EEE18D
Black with #EEE18D
Text Example
Text Example
White with #EEE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE18D; }
p { color: rgb(238,225,141); }
H1.HeaderClassName
{
color: #EEE18D;
}
.AnyTagClassName
{
color: #EEE18D;
}
</style>
background-color css
<style>
a { background-color: #EEE18D; }
a { background-color: rgb(238,225,141); }
div.DivClassName
{
background-color: #EEE18D;
}
.BgClassName
{
background-color: #EEE18D;
}
</style>
border-color css
<style>
span { border-color: #EEE18D; }
span { border-color: rgb(238,225,141); }
td.TdClassName
{
border-color: #EEE18D;
}
.TagClassName
{
border-color: #EEE18D;
}
</style>