Shades of Khaki #EEE485
Tints of Khaki #EEE485
RGB
CMYK
RGB Variations
Color information
#EEE485 (or 0xEEE485) is known color: Khaki. HEX triplet: EE, E4 and 85. RGB value is (238,228,133). Sum of RGB (Red+Green+Blue) = 238+228+133=599 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.73% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 133 (52.34% from 255 or 22.20% from 599); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE485 is #111B7A. Grayscale: #DCDCDC. Windows color (decimal): -1121147 or 8774894. OLE color: 8774894.
HSL color Cylindrical-coordinate representation of color #EEE485: hue angle of 54.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEE485 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 133 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.07 |
| HSL | 54.29º | 0.76% | 0.73% | - |
| HSV(B) | 54.29º | 0.44% | 0.93% | - |
| XYZ | 67.24 | 75.36 | 33.19 | - |
| YUV | 220.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 133 | 0 | 0.04 | 0.44 | 0.07 | 54.29 | 0.76 | 0.73 |
| Hex | EE | E4 | 85 | 0 | 4 | 2C | 7 | 36 | 4C | 49 |
| Octal | 356 | 344 | 205 | 0 | 4 | 54 | 7 | 66 | 114 | 111 |
| Binary | 11101110 | 11100100 | 10000101 | 0 | 100 | 101100 | 111 | 110110 | 1001100 | 1001001 |
Color Harmonies of #EEE485
Complementary color
Monochromatic Colors of #EEE485
Black with #EEE485
Text Example
Text Example
White with #EEE485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE485; }
p { color: rgb(238,228,133); }
H1.HeaderClassName
{
color: #EEE485;
}
.AnyTagClassName
{
color: #EEE485;
}
</style>
background-color css
<style>
a { background-color: #EEE485; }
a { background-color: rgb(238,228,133); }
div.DivClassName
{
background-color: #EEE485;
}
.BgClassName
{
background-color: #EEE485;
}
</style>
border-color css
<style>
span { border-color: #EEE485; }
span { border-color: rgb(238,228,133); }
td.TdClassName
{
border-color: #EEE485;
}
.TagClassName
{
border-color: #EEE485;
}
</style>