Shades of Khaki #EEE28A
Tints of Khaki #EEE28A
RGB
CMYK
RGB Variations
Color information
#EEE28A (or 0xEEE28A) is known color: Khaki. HEX triplet: EE, E2 and 8A. RGB value is (238,226,138). Sum of RGB (Red+Green+Blue) = 238+226+138=602 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.53% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 138 (54.30% from 255 or 22.92% from 602); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE28A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE28A is #111D75. Grayscale: #DBDBDB. Windows color (decimal): -1121654 or 9102062. OLE color: 9102062.
HSL color Cylindrical-coordinate representation of color #EEE28A: hue angle of 52.8º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEE28A is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 138 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.07 |
| HSL | 52.8º | 0.75% | 0.74% | - |
| HSV(B) | 52.8º | 0.42% | 0.93% | - |
| XYZ | 67.04 | 74.4 | 34.87 | - |
| YUV | 219.56 | 81.98 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 138 | 0 | 0.05 | 0.42 | 0.07 | 52.8 | 0.75 | 0.74 |
| Hex | EE | E2 | 8A | 0 | 5 | 2A | 7 | 35 | 4B | 4A |
| Octal | 356 | 342 | 212 | 0 | 5 | 52 | 7 | 65 | 113 | 112 |
| Binary | 11101110 | 11100010 | 10001010 | 0 | 101 | 101010 | 111 | 110101 | 1001011 | 1001010 |
Color Harmonies of #EEE28A
Complementary color
Monochromatic Colors of #EEE28A
Black with #EEE28A
Text Example
Text Example
White with #EEE28A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE28A; }
p { color: rgb(238,226,138); }
H1.HeaderClassName
{
color: #EEE28A;
}
.AnyTagClassName
{
color: #EEE28A;
}
</style>
background-color css
<style>
a { background-color: #EEE28A; }
a { background-color: rgb(238,226,138); }
div.DivClassName
{
background-color: #EEE28A;
}
.BgClassName
{
background-color: #EEE28A;
}
</style>
border-color css
<style>
span { border-color: #EEE28A; }
span { border-color: rgb(238,226,138); }
td.TdClassName
{
border-color: #EEE28A;
}
.TagClassName
{
border-color: #EEE28A;
}
</style>