Shades of Khaki #EEE58A
Tints of Khaki #EEE58A
RGB
CMYK
RGB Variations
Color information
#EEE58A (or 0xEEE58A) is known color: Khaki. HEX triplet: EE, E5 and 8A. RGB value is (238,229,138). Sum of RGB (Red+Green+Blue) = 238+229+138=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 229 (89.84% from 255 or 37.85% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE58A is #111A75. Grayscale: #DDDDDD. Windows color (decimal): -1120886 or 9102830. OLE color: 9102830.
HSL color Cylindrical-coordinate representation of color #EEE58A: hue angle of 54.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EEE58A is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 229 | 138 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.07 |
| HSL | 54.6º | 0.75% | 0.74% | - |
| HSV(B) | 54.6º | 0.42% | 0.93% | - |
| XYZ | 67.87 | 76.05 | 35.15 | - |
| YUV | 221.32 | 80.98 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 229 | 138 | 0 | 0.04 | 0.42 | 0.07 | 54.6 | 0.75 | 0.74 |
| Hex | EE | E5 | 8A | 0 | 4 | 2A | 7 | 37 | 4B | 4A |
| Octal | 356 | 345 | 212 | 0 | 4 | 52 | 7 | 67 | 113 | 112 |
| Binary | 11101110 | 11100101 | 10001010 | 0 | 100 | 101010 | 111 | 110111 | 1001011 | 1001010 |
Color Harmonies of #EEE58A
Complementary color
Monochromatic Colors of #EEE58A
Black with #EEE58A
Text Example
Text Example
White with #EEE58A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE58A; }
p { color: rgb(238,229,138); }
H1.HeaderClassName
{
color: #EEE58A;
}
.AnyTagClassName
{
color: #EEE58A;
}
</style>
background-color css
<style>
a { background-color: #EEE58A; }
a { background-color: rgb(238,229,138); }
div.DivClassName
{
background-color: #EEE58A;
}
.BgClassName
{
background-color: #EEE58A;
}
</style>
border-color css
<style>
span { border-color: #EEE58A; }
span { border-color: rgb(238,229,138); }
td.TdClassName
{
border-color: #EEE58A;
}
.TagClassName
{
border-color: #EEE58A;
}
</style>