Shades of Khaki #EEE28F
Tints of Khaki #EEE28F
RGB
CMYK
RGB Variations
Color information
#EEE28F (or 0xEEE28F) is known color: Khaki. HEX triplet: EE, E2 and 8F. RGB value is (238,226,143). Sum of RGB (Red+Green+Blue) = 238+226+143=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 226 (88.67% from 255 or 37.23% from 607); Blue value is 143 (56.25% from 255 or 23.56% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE28F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE28F is #111D70. Grayscale: #DCDCDC. Windows color (decimal): -1121649 or 9429742. OLE color: 9429742.
HSL color Cylindrical-coordinate representation of color #EEE28F: hue angle of 52.42º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEE28F is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 143 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.07 |
| HSL | 52.42º | 0.74% | 0.75% | - |
| HSV(B) | 52.42º | 0.4% | 0.93% | - |
| XYZ | 67.41 | 74.55 | 36.82 | - |
| YUV | 220.13 | 84.48 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 143 | 0 | 0.05 | 0.40 | 0.07 | 52.42 | 0.74 | 0.75 |
| Hex | EE | E2 | 8F | 0 | 5 | 28 | 7 | 34 | 4A | 4B |
| Octal | 356 | 342 | 217 | 0 | 5 | 50 | 7 | 64 | 112 | 113 |
| Binary | 11101110 | 11100010 | 10001111 | 0 | 101 | 101000 | 111 | 110100 | 1001010 | 1001011 |
Color Harmonies of #EEE28F
Complementary color
Monochromatic Colors of #EEE28F
Black with #EEE28F
Text Example
Text Example
White with #EEE28F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE28F; }
p { color: rgb(238,226,143); }
H1.HeaderClassName
{
color: #EEE28F;
}
.AnyTagClassName
{
color: #EEE28F;
}
</style>
background-color css
<style>
a { background-color: #EEE28F; }
a { background-color: rgb(238,226,143); }
div.DivClassName
{
background-color: #EEE28F;
}
.BgClassName
{
background-color: #EEE28F;
}
</style>
border-color css
<style>
span { border-color: #EEE28F; }
span { border-color: rgb(238,226,143); }
td.TdClassName
{
border-color: #EEE28F;
}
.TagClassName
{
border-color: #EEE28F;
}
</style>