Shades of Khaki #EEE294
Tints of Khaki #EEE294
RGB
CMYK
RGB Variations
Color information
#EEE294 (or 0xEEE294) is known color: Khaki. HEX triplet: EE, E2 and 94. RGB value is (238,226,148). Sum of RGB (Red+Green+Blue) = 238+226+148=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 226 (88.67% from 255 or 36.93% from 612); Blue value is 148 (58.20% from 255 or 24.18% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE294 is #111D6B. Grayscale: #DDDDDD. Windows color (decimal): -1121644 or 9757422. OLE color: 9757422.
HSL color Cylindrical-coordinate representation of color #EEE294: hue angle of 52º 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 #EEE294 is Cyan = 0, Magento = 0.05, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 226 | 148 | - |
| CMYK | 0 | 0.05 | 0.38 | 0.07 |
| HSL | 52º | 0.73% | 0.76% | - |
| HSV(B) | 52º | 0.38% | 0.93% | - |
| XYZ | 67.8 | 74.71 | 38.86 | - |
| YUV | 220.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 226 | 148 | 0 | 0.05 | 0.38 | 0.07 | 52 | 0.73 | 0.76 |
| Hex | EE | E2 | 94 | 0 | 5 | 26 | 7 | 34 | 49 | 4C |
| Octal | 356 | 342 | 224 | 0 | 5 | 46 | 7 | 64 | 111 | 114 |
| Binary | 11101110 | 11100010 | 10010100 | 0 | 101 | 100110 | 111 | 110100 | 1001001 | 1001100 |
Color Harmonies of #EEE294
Complementary color
Monochromatic Colors of #EEE294
Black with #EEE294
Text Example
Text Example
White with #EEE294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE294; }
p { color: rgb(238,226,148); }
H1.HeaderClassName
{
color: #EEE294;
}
.AnyTagClassName
{
color: #EEE294;
}
</style>
background-color css
<style>
a { background-color: #EEE294; }
a { background-color: rgb(238,226,148); }
div.DivClassName
{
background-color: #EEE294;
}
.BgClassName
{
background-color: #EEE294;
}
</style>
border-color css
<style>
span { border-color: #EEE294; }
span { border-color: rgb(238,226,148); }
td.TdClassName
{
border-color: #EEE294;
}
.TagClassName
{
border-color: #EEE294;
}
</style>