Shades of Khaki #EEE690
Tints of Khaki #EEE690
RGB
CMYK
RGB Variations
Color information
#EEE690 (or 0xEEE690) is known color: Khaki. HEX triplet: EE, E6 and 90. RGB value is (238,230,144). Sum of RGB (Red+Green+Blue) = 238+230+144=612 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.89% from 612); Green value is 230 (90.23% from 255 or 37.58% from 612); Blue value is 144 (56.64% from 255 or 23.53% from 612); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE690 is #11196F. Grayscale: #DEDEDE. Windows color (decimal): -1120624 or 9496302. OLE color: 9496302.
HSL color Cylindrical-coordinate representation of color #EEE690: hue angle of 54.89º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EEE690 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 230 | 144 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.07 |
| HSL | 54.89º | 0.73% | 0.75% | - |
| HSV(B) | 54.89º | 0.39% | 0.93% | - |
| XYZ | 68.59 | 76.78 | 37.59 | - |
| YUV | 222.59 | 83.65 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 230 | 144 | 0 | 0.03 | 0.39 | 0.07 | 54.89 | 0.73 | 0.75 |
| Hex | EE | E6 | 90 | 0 | 3 | 27 | 7 | 37 | 49 | 4B |
| Octal | 356 | 346 | 220 | 0 | 3 | 47 | 7 | 67 | 111 | 113 |
| Binary | 11101110 | 11100110 | 10010000 | 0 | 11 | 100111 | 111 | 110111 | 1001001 | 1001011 |
Color Harmonies of #EEE690
Complementary color
Monochromatic Colors of #EEE690
Black with #EEE690
Text Example
Text Example
White with #EEE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE690; }
p { color: rgb(238,230,144); }
H1.HeaderClassName
{
color: #EEE690;
}
.AnyTagClassName
{
color: #EEE690;
}
</style>
background-color css
<style>
a { background-color: #EEE690; }
a { background-color: rgb(238,230,144); }
div.DivClassName
{
background-color: #EEE690;
}
.BgClassName
{
background-color: #EEE690;
}
</style>
border-color css
<style>
span { border-color: #EEE690; }
span { border-color: rgb(238,230,144); }
td.TdClassName
{
border-color: #EEE690;
}
.TagClassName
{
border-color: #EEE690;
}
</style>