Shades of Khaki #EEE28D
Tints of Khaki #EEE28D
RGB
CMYK
RGB Variations
Color information
#EEE28D (or 0xEEE28D) is known color: Khaki. HEX triplet: EE, E2 and 8D. RGB value is (238,226,141). Sum of RGB (Red+Green+Blue) = 238+226+141=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 141 (55.47% from 255 or 23.31% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE28D is #111D72. Grayscale: #DCDCDC. Windows color (decimal): -1121651 or 9298670. OLE color: 9298670.
HSL color Cylindrical-coordinate representation of color #EEE28D: hue angle of 52.58º 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 #EEE28D is Cyan = 0, Magento = 0.05, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 141 | - |
| CMYK | 0 | 0.05 | 0.41 | 0.07 |
| HSL | 52.58º | 0.74% | 0.74% | - |
| HSV(B) | 52.58º | 0.41% | 0.93% | - |
| XYZ | 67.26 | 74.49 | 36.03 | - |
| YUV | 219.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 141 | 0 | 0.05 | 0.41 | 0.07 | 52.58 | 0.74 | 0.74 |
| Hex | EE | E2 | 8D | 0 | 5 | 29 | 7 | 35 | 4A | 4A |
| Octal | 356 | 342 | 215 | 0 | 5 | 51 | 7 | 65 | 112 | 112 |
| Binary | 11101110 | 11100010 | 10001101 | 0 | 101 | 101001 | 111 | 110101 | 1001010 | 1001010 |
Color Harmonies of #EEE28D
Complementary color
Monochromatic Colors of #EEE28D
Black with #EEE28D
Text Example
Text Example
White with #EEE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE28D; }
p { color: rgb(238,226,141); }
H1.HeaderClassName
{
color: #EEE28D;
}
.AnyTagClassName
{
color: #EEE28D;
}
</style>
background-color css
<style>
a { background-color: #EEE28D; }
a { background-color: rgb(238,226,141); }
div.DivClassName
{
background-color: #EEE28D;
}
.BgClassName
{
background-color: #EEE28D;
}
</style>
border-color css
<style>
span { border-color: #EEE28D; }
span { border-color: rgb(238,226,141); }
td.TdClassName
{
border-color: #EEE28D;
}
.TagClassName
{
border-color: #EEE28D;
}
</style>