Shades of Khaki #ECE88E
Tints of Khaki #ECE88E
RGB
CMYK
RGB Variations
Color information
#ECE88E (or 0xECE88E) is known color: Khaki. HEX triplet: EC, E8 and 8E. RGB value is (236,232,142). Sum of RGB (Red+Green+Blue) = 236+232+142=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 232 (91.02% from 255 or 38.03% from 610); Blue value is 142 (55.86% from 255 or 23.28% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE88E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE88E is #131771. Grayscale: #DFDFDF. Windows color (decimal): -1251186 or 9365740. OLE color: 9365740.
HSL color Cylindrical-coordinate representation of color #ECE88E: hue angle of 57.45º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ECE88E is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 142 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.07 |
| HSL | 57.45º | 0.71% | 0.74% | - |
| HSV(B) | 57.45º | 0.4% | 0.93% | - |
| XYZ | 68.33 | 77.5 | 36.95 | - |
| YUV | 222.94 | 82.33 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 142 | 0 | 0.02 | 0.40 | 0.07 | 57.45 | 0.71 | 0.74 |
| Hex | EC | E8 | 8E | 0 | 2 | 28 | 7 | 39 | 47 | 4A |
| Octal | 354 | 350 | 216 | 0 | 2 | 50 | 7 | 71 | 107 | 112 |
| Binary | 11101100 | 11101000 | 10001110 | 0 | 10 | 101000 | 111 | 111001 | 1000111 | 1001010 |
Color Harmonies of #ECE88E
Complementary color
Monochromatic Colors of #ECE88E
Black with #ECE88E
Text Example
Text Example
White with #ECE88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE88E; }
p { color: rgb(236,232,142); }
H1.HeaderClassName
{
color: #ECE88E;
}
.AnyTagClassName
{
color: #ECE88E;
}
</style>
background-color css
<style>
a { background-color: #ECE88E; }
a { background-color: rgb(236,232,142); }
div.DivClassName
{
background-color: #ECE88E;
}
.BgClassName
{
background-color: #ECE88E;
}
</style>
border-color css
<style>
span { border-color: #ECE88E; }
span { border-color: rgb(236,232,142); }
td.TdClassName
{
border-color: #ECE88E;
}
.TagClassName
{
border-color: #ECE88E;
}
</style>