Shades of Khaki #EEE48B
Tints of Khaki #EEE48B
RGB
CMYK
RGB Variations
Color information
#EEE48B (or 0xEEE48B) is known color: Khaki. HEX triplet: EE, E4 and 8B. RGB value is (238,228,139). Sum of RGB (Red+Green+Blue) = 238+228+139=605 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.34% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 139 (54.69% from 255 or 22.98% from 605); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEE48B is #111B74. Grayscale: #DDDDDD. Windows color (decimal): -1121141 or 9168110. OLE color: 9168110.
HSL color Cylindrical-coordinate representation of color #EEE48B: hue angle of 53.94º degrees, saturation: 0.74, 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 #EEE48B is Cyan = 0, Magento = 0.04, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 228 | 139 | - |
| CMYK | 0 | 0.04 | 0.42 | 0.07 |
| HSL | 53.94º | 0.74% | 0.74% | - |
| HSV(B) | 53.94º | 0.42% | 0.93% | - |
| XYZ | 67.66 | 75.53 | 35.44 | - |
| YUV | 220.84 | 81.81 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 228 | 139 | 0 | 0.04 | 0.42 | 0.07 | 53.94 | 0.74 | 0.74 |
| Hex | EE | E4 | 8B | 0 | 4 | 2A | 7 | 36 | 4A | 4A |
| Octal | 356 | 344 | 213 | 0 | 4 | 52 | 7 | 66 | 112 | 112 |
| Binary | 11101110 | 11100100 | 10001011 | 0 | 100 | 101010 | 111 | 110110 | 1001010 | 1001010 |
Color Harmonies of #EEE48B
Complementary color
Monochromatic Colors of #EEE48B
Black with #EEE48B
Text Example
Text Example
White with #EEE48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE48B; }
p { color: rgb(238,228,139); }
H1.HeaderClassName
{
color: #EEE48B;
}
.AnyTagClassName
{
color: #EEE48B;
}
</style>
background-color css
<style>
a { background-color: #EEE48B; }
a { background-color: rgb(238,228,139); }
div.DivClassName
{
background-color: #EEE48B;
}
.BgClassName
{
background-color: #EEE48B;
}
</style>
border-color css
<style>
span { border-color: #EEE48B; }
span { border-color: rgb(238,228,139); }
td.TdClassName
{
border-color: #EEE48B;
}
.TagClassName
{
border-color: #EEE48B;
}
</style>