Shades of Khaki #EEE78C
Tints of Khaki #EEE78C
RGB
CMYK
RGB Variations
Color information
#EEE78C (or 0xEEE78C) is known color: Khaki. HEX triplet: EE, E7 and 8C. RGB value is (238,231,140). Sum of RGB (Red+Green+Blue) = 238+231+140=609 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.08% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 140 (55.08% from 255 or 22.99% from 609); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE78C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEE78C is #111873. Grayscale: #DFDFDF. Windows color (decimal): -1120372 or 9234414. OLE color: 9234414.
HSL color Cylindrical-coordinate representation of color #EEE78C: hue angle of 55.71º 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 #EEE78C is Cyan = 0, Magento = 0.03, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 231 | 140 | - |
| CMYK | 0 | 0.03 | 0.41 | 0.07 |
| HSL | 55.71º | 0.74% | 0.74% | - |
| HSV(B) | 55.71º | 0.41% | 0.93% | - |
| XYZ | 68.57 | 77.22 | 36.1 | - |
| YUV | 222.72 | 81.32 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 231 | 140 | 0 | 0.03 | 0.41 | 0.07 | 55.71 | 0.74 | 0.74 |
| Hex | EE | E7 | 8C | 0 | 3 | 29 | 7 | 38 | 4A | 4A |
| Octal | 356 | 347 | 214 | 0 | 3 | 51 | 7 | 70 | 112 | 112 |
| Binary | 11101110 | 11100111 | 10001100 | 0 | 11 | 101001 | 111 | 111000 | 1001010 | 1001010 |
Color Harmonies of #EEE78C
Complementary color
Monochromatic Colors of #EEE78C
Black with #EEE78C
Text Example
Text Example
White with #EEE78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEE78C; }
p { color: rgb(238,231,140); }
H1.HeaderClassName
{
color: #EEE78C;
}
.AnyTagClassName
{
color: #EEE78C;
}
</style>
background-color css
<style>
a { background-color: #EEE78C; }
a { background-color: rgb(238,231,140); }
div.DivClassName
{
background-color: #EEE78C;
}
.BgClassName
{
background-color: #EEE78C;
}
</style>
border-color css
<style>
span { border-color: #EEE78C; }
span { border-color: rgb(238,231,140); }
td.TdClassName
{
border-color: #EEE78C;
}
.TagClassName
{
border-color: #EEE78C;
}
</style>