Shades of Khaki #EEE98C
Tints of Khaki #EEE98C
RGB
CMYK
RGB Variations
Color information
#EEE98C (or 0xEEE98C) is known color: Khaki. HEX triplet: EE, E9 and 8C. RGB value is (238,233,140). Sum of RGB (Red+Green+Blue) = 238+233+140=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 140 (55.08% from 255 or 22.91% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE98C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE98C is #111673. Grayscale: #E0E0E0. Windows color (decimal): -1119860 or 9234926. OLE color: 9234926.
HSL color Cylindrical-coordinate representation of color #EEE98C: hue angle of 56.94º 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 #EEE98C is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 140 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.07 |
| HSL | 56.94º | 0.74% | 0.74% | - |
| HSV(B) | 56.94º | 0.41% | 0.93% | - |
| XYZ | 69.13 | 78.35 | 36.29 | - |
| YUV | 223.89 | 80.66 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 140 | 0 | 0.02 | 0.41 | 0.07 | 56.94 | 0.74 | 0.74 |
| Hex | EE | E9 | 8C | 0 | 2 | 29 | 7 | 39 | 4A | 4A |
| Octal | 356 | 351 | 214 | 0 | 2 | 51 | 7 | 71 | 112 | 112 |
| Binary | 11101110 | 11101001 | 10001100 | 0 | 10 | 101001 | 111 | 111001 | 1001010 | 1001010 |
Color Harmonies of #EEE98C
Complementary color
Monochromatic Colors of #EEE98C
Black with #EEE98C
Text Example
Text Example
White with #EEE98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE98C; }
p { color: rgb(238,233,140); }
H1.HeaderClassName
{
color: #EEE98C;
}
.AnyTagClassName
{
color: #EEE98C;
}
</style>
background-color css
<style>
a { background-color: #EEE98C; }
a { background-color: rgb(238,233,140); }
div.DivClassName
{
background-color: #EEE98C;
}
.BgClassName
{
background-color: #EEE98C;
}
</style>
border-color css
<style>
span { border-color: #EEE98C; }
span { border-color: rgb(238,233,140); }
td.TdClassName
{
border-color: #EEE98C;
}
.TagClassName
{
border-color: #EEE98C;
}
</style>