Shades of Khaki #EEE694
Tints of Khaki #EEE694
RGB
CMYK
RGB Variations
Color information
#EEE694 (or 0xEEE694) is known color: Khaki. HEX triplet: EE, E6 and 94. RGB value is (238,230,148). Sum of RGB (Red+Green+Blue) = 238+230+148=616 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.64% from 616); Green value is 230 (90.23% from 255 or 37.34% from 616); Blue value is 148 (58.20% from 255 or 24.03% from 616); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE694 is #11196B. Grayscale: #DFDFDF. Windows color (decimal): -1120620 or 9758446. OLE color: 9758446.
HSL color Cylindrical-coordinate representation of color #EEE694: hue angle of 54.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 #EEE694 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 148 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.07 |
| HSL | 54.67º | 0.73% | 0.76% | - |
| HSV(B) | 54.67º | 0.38% | 0.93% | - |
| XYZ | 68.9 | 76.91 | 39.23 | - |
| YUV | 223.04 | 85.65 | 138.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 148 | 0 | 0.03 | 0.38 | 0.07 | 54.67 | 0.73 | 0.76 |
| Hex | EE | E6 | 94 | 0 | 3 | 26 | 7 | 37 | 49 | 4C |
| Octal | 356 | 346 | 224 | 0 | 3 | 46 | 7 | 67 | 111 | 114 |
| Binary | 11101110 | 11100110 | 10010100 | 0 | 11 | 100110 | 111 | 110111 | 1001001 | 1001100 |
Color Harmonies of #EEE694
Complementary color
Monochromatic Colors of #EEE694
Black with #EEE694
Text Example
Text Example
White with #EEE694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE694; }
p { color: rgb(238,230,148); }
H1.HeaderClassName
{
color: #EEE694;
}
.AnyTagClassName
{
color: #EEE694;
}
</style>
background-color css
<style>
a { background-color: #EEE694; }
a { background-color: rgb(238,230,148); }
div.DivClassName
{
background-color: #EEE694;
}
.BgClassName
{
background-color: #EEE694;
}
</style>
border-color css
<style>
span { border-color: #EEE694; }
span { border-color: rgb(238,230,148); }
td.TdClassName
{
border-color: #EEE694;
}
.TagClassName
{
border-color: #EEE694;
}
</style>