Shades of Khaki #EEE394
Tints of Khaki #EEE394
RGB
CMYK
RGB Variations
Color information
#EEE394 (or 0xEEE394) is known color: Khaki. HEX triplet: EE, E3 and 94. RGB value is (238,227,148). Sum of RGB (Red+Green+Blue) = 238+227+148=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 227 (89.06% from 255 or 37.03% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE394 is #111C6B. Grayscale: #DDDDDD. Windows color (decimal): -1121388 or 9757678. OLE color: 9757678.
HSL color Cylindrical-coordinate representation of color #EEE394: hue angle of 52.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 #EEE394 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 227 | 148 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.07 |
| HSL | 52.67º | 0.73% | 0.76% | - |
| HSV(B) | 52.67º | 0.38% | 0.93% | - |
| XYZ | 68.07 | 75.25 | 38.95 | - |
| YUV | 221.28 | 86.64 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 227 | 148 | 0 | 0.05 | 0.38 | 0.07 | 52.67 | 0.73 | 0.76 |
| Hex | EE | E3 | 94 | 0 | 5 | 26 | 7 | 35 | 49 | 4C |
| Octal | 356 | 343 | 224 | 0 | 5 | 46 | 7 | 65 | 111 | 114 |
| Binary | 11101110 | 11100011 | 10010100 | 0 | 101 | 100110 | 111 | 110101 | 1001001 | 1001100 |
Color Harmonies of #EEE394
Complementary color
Monochromatic Colors of #EEE394
Black with #EEE394
Text Example
Text Example
White with #EEE394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE394; }
p { color: rgb(238,227,148); }
H1.HeaderClassName
{
color: #EEE394;
}
.AnyTagClassName
{
color: #EEE394;
}
</style>
background-color css
<style>
a { background-color: #EEE394; }
a { background-color: rgb(238,227,148); }
div.DivClassName
{
background-color: #EEE394;
}
.BgClassName
{
background-color: #EEE394;
}
</style>
border-color css
<style>
span { border-color: #EEE394; }
span { border-color: rgb(238,227,148); }
td.TdClassName
{
border-color: #EEE394;
}
.TagClassName
{
border-color: #EEE394;
}
</style>