Shades of Khaki #EEE994
Tints of Khaki #EEE994
RGB
CMYK
RGB Variations
Color information
#EEE994 (or 0xEEE994) is known color: Khaki. HEX triplet: EE, E9 and 94. RGB value is (238,233,148). Sum of RGB (Red+Green+Blue) = 238+233+148=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 148 (58.20% from 255 or 23.91% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE994 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE994 is #11166B. Grayscale: #E1E1E1. Windows color (decimal): -1119852 or 9759214. OLE color: 9759214.
HSL color Cylindrical-coordinate representation of color #EEE994: hue angle of 56.67º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #EEE994 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 233 | 148 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.07 |
| HSL | 56.67º | 0.73% | 0.76% | - |
| HSV(B) | 56.67º | 0.38% | 0.93% | - |
| XYZ | 69.74 | 78.59 | 39.51 | - |
| YUV | 224.81 | 84.66 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 233 | 148 | 0 | 0.02 | 0.38 | 0.07 | 56.67 | 0.73 | 0.76 |
| Hex | EE | E9 | 94 | 0 | 2 | 26 | 7 | 39 | 49 | 4C |
| Octal | 356 | 351 | 224 | 0 | 2 | 46 | 7 | 71 | 111 | 114 |
| Binary | 11101110 | 11101001 | 10010100 | 0 | 10 | 100110 | 111 | 111001 | 1001001 | 1001100 |
Color Harmonies of #EEE994
Complementary color
Monochromatic Colors of #EEE994
Black with #EEE994
Text Example
Text Example
White with #EEE994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE994; }
p { color: rgb(238,233,148); }
H1.HeaderClassName
{
color: #EEE994;
}
.AnyTagClassName
{
color: #EEE994;
}
</style>
background-color css
<style>
a { background-color: #EEE994; }
a { background-color: rgb(238,233,148); }
div.DivClassName
{
background-color: #EEE994;
}
.BgClassName
{
background-color: #EEE994;
}
</style>
border-color css
<style>
span { border-color: #EEE994; }
span { border-color: rgb(238,233,148); }
td.TdClassName
{
border-color: #EEE994;
}
.TagClassName
{
border-color: #EEE994;
}
</style>