Shades of Khaki #EEE48D
Tints of Khaki #EEE48D
RGB
CMYK
RGB Variations
Color information
#EEE48D (or 0xEEE48D) is known color: Khaki. HEX triplet: EE, E4 and 8D. RGB value is (238,228,141). Sum of RGB (Red+Green+Blue) = 238+228+141=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 228 (89.45% from 255 or 37.56% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE48D is #111B72. Grayscale: #DDDDDD. Windows color (decimal): -1121139 or 9299182. OLE color: 9299182.
HSL color Cylindrical-coordinate representation of color #EEE48D: hue angle of 53.81º 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 #EEE48D is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 141 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.07 |
| HSL | 53.81º | 0.74% | 0.74% | - |
| HSV(B) | 53.81º | 0.41% | 0.93% | - |
| XYZ | 67.81 | 75.59 | 36.22 | - |
| YUV | 221.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 141 | 0 | 0.04 | 0.41 | 0.07 | 53.81 | 0.74 | 0.74 |
| Hex | EE | E4 | 8D | 0 | 4 | 29 | 7 | 36 | 4A | 4A |
| Octal | 356 | 344 | 215 | 0 | 4 | 51 | 7 | 66 | 112 | 112 |
| Binary | 11101110 | 11100100 | 10001101 | 0 | 100 | 101001 | 111 | 110110 | 1001010 | 1001010 |
Color Harmonies of #EEE48D
Complementary color
Monochromatic Colors of #EEE48D
Black with #EEE48D
Text Example
Text Example
White with #EEE48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE48D; }
p { color: rgb(238,228,141); }
H1.HeaderClassName
{
color: #EEE48D;
}
.AnyTagClassName
{
color: #EEE48D;
}
</style>
background-color css
<style>
a { background-color: #EEE48D; }
a { background-color: rgb(238,228,141); }
div.DivClassName
{
background-color: #EEE48D;
}
.BgClassName
{
background-color: #EEE48D;
}
</style>
border-color css
<style>
span { border-color: #EEE48D; }
span { border-color: rgb(238,228,141); }
td.TdClassName
{
border-color: #EEE48D;
}
.TagClassName
{
border-color: #EEE48D;
}
</style>