Shades of Khaki #EEE28C
Tints of Khaki #EEE28C
RGB
CMYK
RGB Variations
Color information
#EEE28C (or 0xEEE28C) is known color: Khaki. HEX triplet: EE, E2 and 8C. RGB value is (238,226,140). Sum of RGB (Red+Green+Blue) = 238+226+140=604 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.40% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 140 (55.08% from 255 or 23.18% from 604); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE28C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE28C is #111D73. Grayscale: #DCDCDC. Windows color (decimal): -1121652 or 9233134. OLE color: 9233134.
HSL color Cylindrical-coordinate representation of color #EEE28C: hue angle of 52.65º 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 #EEE28C is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 140 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.07 |
| HSL | 52.65º | 0.74% | 0.74% | - |
| HSV(B) | 52.65º | 0.41% | 0.93% | - |
| XYZ | 67.19 | 74.46 | 35.64 | - |
| YUV | 219.78 | 82.98 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 140 | 0 | 0.05 | 0.41 | 0.07 | 52.65 | 0.74 | 0.74 |
| Hex | EE | E2 | 8C | 0 | 5 | 29 | 7 | 35 | 4A | 4A |
| Octal | 356 | 342 | 214 | 0 | 5 | 51 | 7 | 65 | 112 | 112 |
| Binary | 11101110 | 11100010 | 10001100 | 0 | 101 | 101001 | 111 | 110101 | 1001010 | 1001010 |
Color Harmonies of #EEE28C
Complementary color
Monochromatic Colors of #EEE28C
Black with #EEE28C
Text Example
Text Example
White with #EEE28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE28C; }
p { color: rgb(238,226,140); }
H1.HeaderClassName
{
color: #EEE28C;
}
.AnyTagClassName
{
color: #EEE28C;
}
</style>
background-color css
<style>
a { background-color: #EEE28C; }
a { background-color: rgb(238,226,140); }
div.DivClassName
{
background-color: #EEE28C;
}
.BgClassName
{
background-color: #EEE28C;
}
</style>
border-color css
<style>
span { border-color: #EEE28C; }
span { border-color: rgb(238,226,140); }
td.TdClassName
{
border-color: #EEE28C;
}
.TagClassName
{
border-color: #EEE28C;
}
</style>