Shades of Khaki #EEE08F
Tints of Khaki #EEE08F
RGB
CMYK
RGB Variations
Color information
#EEE08F (or 0xEEE08F) is known color: Khaki. HEX triplet: EE, E0 and 8F. RGB value is (238,224,143). Sum of RGB (Red+Green+Blue) = 238+224+143=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 224 (87.89% from 255 or 37.02% from 605); Blue value is 143 (56.25% from 255 or 23.64% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE08F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE08F is #111F70. Grayscale: #DBDBDB. Windows color (decimal): -1122161 or 9429230. OLE color: 9429230.
HSL color Cylindrical-coordinate representation of color #EEE08F: hue angle of 51.16º 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 #EEE08F is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 224 | 143 | - |
| CMYK | 0 | 0.06 | 0.40 | 0.07 |
| HSL | 51.16º | 0.74% | 0.75% | - |
| HSV(B) | 51.16º | 0.4% | 0.93% | - |
| XYZ | 66.87 | 73.47 | 36.64 | - |
| YUV | 218.95 | 85.14 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 224 | 143 | 0 | 0.06 | 0.40 | 0.07 | 51.16 | 0.74 | 0.75 |
| Hex | EE | E0 | 8F | 0 | 6 | 28 | 7 | 33 | 4A | 4B |
| Octal | 356 | 340 | 217 | 0 | 6 | 50 | 7 | 63 | 112 | 113 |
| Binary | 11101110 | 11100000 | 10001111 | 0 | 110 | 101000 | 111 | 110011 | 1001010 | 1001011 |
Color Harmonies of #EEE08F
Complementary color
Monochromatic Colors of #EEE08F
Black with #EEE08F
Text Example
Text Example
White with #EEE08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE08F; }
p { color: rgb(238,224,143); }
H1.HeaderClassName
{
color: #EEE08F;
}
.AnyTagClassName
{
color: #EEE08F;
}
</style>
background-color css
<style>
a { background-color: #EEE08F; }
a { background-color: rgb(238,224,143); }
div.DivClassName
{
background-color: #EEE08F;
}
.BgClassName
{
background-color: #EEE08F;
}
</style>
border-color css
<style>
span { border-color: #EEE08F; }
span { border-color: rgb(238,224,143); }
td.TdClassName
{
border-color: #EEE08F;
}
.TagClassName
{
border-color: #EEE08F;
}
</style>