Shades of Khaki #EEEB8C
Tints of Khaki #EEEB8C
RGB
CMYK
RGB Variations
Color information
#EEEB8C (or 0xEEEB8C) is known color: Khaki. HEX triplet: EE, EB and 8C. RGB value is (238,235,140). Sum of RGB (Red+Green+Blue) = 238+235+140=613 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.83% from 613); Green value is 235 (92.19% from 255 or 38.34% from 613); Blue value is 140 (55.08% from 255 or 22.84% from 613); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEB8C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEB8C is #111473. Grayscale: #E1E1E1. Windows color (decimal): -1119348 or 9235438. OLE color: 9235438.
HSL color Cylindrical-coordinate representation of color #EEEB8C: hue angle of 58.16º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEEB8C is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 235 | 140 | - |
| CMYK | 0 | 0.01 | 0.41 | 0.07 |
| HSL | 58.16º | 0.74% | 0.74% | - |
| HSV(B) | 58.16º | 0.41% | 0.93% | - |
| XYZ | 69.7 | 79.49 | 36.48 | - |
| YUV | 225.07 | 79.99 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 235 | 140 | 0 | 0.01 | 0.41 | 0.07 | 58.16 | 0.74 | 0.74 |
| Hex | EE | EB | 8C | 0 | 1 | 29 | 7 | 3A | 4A | 4A |
| Octal | 356 | 353 | 214 | 0 | 1 | 51 | 7 | 72 | 112 | 112 |
| Binary | 11101110 | 11101011 | 10001100 | 0 | 1 | 101001 | 111 | 111010 | 1001010 | 1001010 |
Color Harmonies of #EEEB8C
Complementary color
Monochromatic Colors of #EEEB8C
Black with #EEEB8C
Text Example
Text Example
White with #EEEB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEEB8C; }
p { color: rgb(238,235,140); }
H1.HeaderClassName
{
color: #EEEB8C;
}
.AnyTagClassName
{
color: #EEEB8C;
}
</style>
background-color css
<style>
a { background-color: #EEEB8C; }
a { background-color: rgb(238,235,140); }
div.DivClassName
{
background-color: #EEEB8C;
}
.BgClassName
{
background-color: #EEEB8C;
}
</style>
border-color css
<style>
span { border-color: #EEEB8C; }
span { border-color: rgb(238,235,140); }
td.TdClassName
{
border-color: #EEEB8C;
}
.TagClassName
{
border-color: #EEEB8C;
}
</style>