Shades of Khaki #EEE18F
Tints of Khaki #EEE18F
RGB
CMYK
RGB Variations
Color information
#EEE18F (or 0xEEE18F) is known color: Khaki. HEX triplet: EE, E1 and 8F. RGB value is (238,225,143). Sum of RGB (Red+Green+Blue) = 238+225+143=606 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.27% from 606); Green value is 225 (88.28% from 255 or 37.13% from 606); Blue value is 143 (56.25% from 255 or 23.60% from 606); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE18F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE18F is #111E70. Grayscale: #DBDBDB. Windows color (decimal): -1121905 or 9429486. OLE color: 9429486.
HSL color Cylindrical-coordinate representation of color #EEE18F: hue angle of 51.79º 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 #EEE18F is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 225 | 143 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.07 |
| HSL | 51.79º | 0.74% | 0.75% | - |
| HSV(B) | 51.79º | 0.4% | 0.93% | - |
| XYZ | 67.14 | 74.01 | 36.73 | - |
| YUV | 219.54 | 84.81 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 225 | 143 | 0 | 0.05 | 0.40 | 0.07 | 51.79 | 0.74 | 0.75 |
| Hex | EE | E1 | 8F | 0 | 5 | 28 | 7 | 34 | 4A | 4B |
| Octal | 356 | 341 | 217 | 0 | 5 | 50 | 7 | 64 | 112 | 113 |
| Binary | 11101110 | 11100001 | 10001111 | 0 | 101 | 101000 | 111 | 110100 | 1001010 | 1001011 |
Color Harmonies of #EEE18F
Complementary color
Monochromatic Colors of #EEE18F
Black with #EEE18F
Text Example
Text Example
White with #EEE18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE18F; }
p { color: rgb(238,225,143); }
H1.HeaderClassName
{
color: #EEE18F;
}
.AnyTagClassName
{
color: #EEE18F;
}
</style>
background-color css
<style>
a { background-color: #EEE18F; }
a { background-color: rgb(238,225,143); }
div.DivClassName
{
background-color: #EEE18F;
}
.BgClassName
{
background-color: #EEE18F;
}
</style>
border-color css
<style>
span { border-color: #EEE18F; }
span { border-color: rgb(238,225,143); }
td.TdClassName
{
border-color: #EEE18F;
}
.TagClassName
{
border-color: #EEE18F;
}
</style>