Shades of Khaki #ECE98E
Tints of Khaki #ECE98E
RGB
CMYK
RGB Variations
Color information
#ECE98E (or 0xECE98E) is known color: Khaki. HEX triplet: EC, E9 and 8E. RGB value is (236,233,142). Sum of RGB (Red+Green+Blue) = 236+233+142=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 233 (91.41% from 255 or 38.13% from 611); Blue value is 142 (55.86% from 255 or 23.24% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE98E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #ECE98E is #131671. Grayscale: #DFDFDF. Windows color (decimal): -1250930 or 9365996. OLE color: 9365996.
HSL color Cylindrical-coordinate representation of color #ECE98E: hue angle of 58.09º 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 #ECE98E is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 142 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.07 |
| HSL | 58.09º | 0.71% | 0.74% | - |
| HSV(B) | 58.09º | 0.4% | 0.93% | - |
| XYZ | 68.61 | 78.06 | 37.04 | - |
| YUV | 223.52 | 81.99 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 142 | 0 | 0.01 | 0.40 | 0.07 | 58.09 | 0.71 | 0.74 |
| Hex | EC | E9 | 8E | 0 | 1 | 28 | 7 | 3A | 47 | 4A |
| Octal | 354 | 351 | 216 | 0 | 1 | 50 | 7 | 72 | 107 | 112 |
| Binary | 11101100 | 11101001 | 10001110 | 0 | 1 | 101000 | 111 | 111010 | 1000111 | 1001010 |
Color Harmonies of #ECE98E
Complementary color
Monochromatic Colors of #ECE98E
Black with #ECE98E
Text Example
Text Example
White with #ECE98E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE98E; }
p { color: rgb(236,233,142); }
H1.HeaderClassName
{
color: #ECE98E;
}
.AnyTagClassName
{
color: #ECE98E;
}
</style>
background-color css
<style>
a { background-color: #ECE98E; }
a { background-color: rgb(236,233,142); }
div.DivClassName
{
background-color: #ECE98E;
}
.BgClassName
{
background-color: #ECE98E;
}
</style>
border-color css
<style>
span { border-color: #ECE98E; }
span { border-color: rgb(236,233,142); }
td.TdClassName
{
border-color: #ECE98E;
}
.TagClassName
{
border-color: #ECE98E;
}
</style>