Shades of Khaki #EEE48C
Tints of Khaki #EEE48C
RGB
CMYK
RGB Variations
Color information
#EEE48C (or 0xEEE48C) is known color: Khaki. HEX triplet: EE, E4 and 8C. RGB value is (238,228,140). Sum of RGB (Red+Green+Blue) = 238+228+140=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 140 (55.08% from 255 or 23.10% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE48C is #111B73. Grayscale: #DDDDDD. Windows color (decimal): -1121140 or 9233646. OLE color: 9233646.
HSL color Cylindrical-coordinate representation of color #EEE48C: hue angle of 53.88º 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 #EEE48C is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 140 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.07 |
| HSL | 53.88º | 0.74% | 0.74% | - |
| HSV(B) | 53.88º | 0.41% | 0.93% | - |
| XYZ | 67.74 | 75.56 | 35.82 | - |
| YUV | 220.96 | 82.31 | 140.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 140 | 0 | 0.04 | 0.41 | 0.07 | 53.88 | 0.74 | 0.74 |
| Hex | EE | E4 | 8C | 0 | 4 | 29 | 7 | 36 | 4A | 4A |
| Octal | 356 | 344 | 214 | 0 | 4 | 51 | 7 | 66 | 112 | 112 |
| Binary | 11101110 | 11100100 | 10001100 | 0 | 100 | 101001 | 111 | 110110 | 1001010 | 1001010 |
Color Harmonies of #EEE48C
Complementary color
Monochromatic Colors of #EEE48C
Black with #EEE48C
Text Example
Text Example
White with #EEE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE48C; }
p { color: rgb(238,228,140); }
H1.HeaderClassName
{
color: #EEE48C;
}
.AnyTagClassName
{
color: #EEE48C;
}
</style>
background-color css
<style>
a { background-color: #EEE48C; }
a { background-color: rgb(238,228,140); }
div.DivClassName
{
background-color: #EEE48C;
}
.BgClassName
{
background-color: #EEE48C;
}
</style>
border-color css
<style>
span { border-color: #EEE48C; }
span { border-color: rgb(238,228,140); }
td.TdClassName
{
border-color: #EEE48C;
}
.TagClassName
{
border-color: #EEE48C;
}
</style>