Shades of Khaki #ECE18E
Tints of Khaki #ECE18E
RGB
CMYK
RGB Variations
Color information
#ECE18E (or 0xECE18E) is known color: Khaki. HEX triplet: EC, E1 and 8E. RGB value is (236,225,142). Sum of RGB (Red+Green+Blue) = 236+225+142=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 142 (55.86% from 255 or 23.55% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE18E is #131E71. Grayscale: #DBDBDB. Windows color (decimal): -1252978 or 9363948. OLE color: 9363948.
HSL color Cylindrical-coordinate representation of color #ECE18E: hue angle of 52.98º 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 #ECE18E is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 142 | - |
| CMYK | 0 | 0.05 | 0.40 | 0.07 |
| HSL | 52.98º | 0.71% | 0.74% | - |
| HSV(B) | 52.98º | 0.4% | 0.93% | - |
| XYZ | 66.4 | 73.64 | 36.3 | - |
| YUV | 218.83 | 84.64 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 142 | 0 | 0.05 | 0.40 | 0.07 | 52.98 | 0.71 | 0.74 |
| Hex | EC | E1 | 8E | 0 | 5 | 28 | 7 | 35 | 47 | 4A |
| Octal | 354 | 341 | 216 | 0 | 5 | 50 | 7 | 65 | 107 | 112 |
| Binary | 11101100 | 11100001 | 10001110 | 0 | 101 | 101000 | 111 | 110101 | 1000111 | 1001010 |
Color Harmonies of #ECE18E
Complementary color
Monochromatic Colors of #ECE18E
Black with #ECE18E
Text Example
Text Example
White with #ECE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE18E; }
p { color: rgb(236,225,142); }
H1.HeaderClassName
{
color: #ECE18E;
}
.AnyTagClassName
{
color: #ECE18E;
}
</style>
background-color css
<style>
a { background-color: #ECE18E; }
a { background-color: rgb(236,225,142); }
div.DivClassName
{
background-color: #ECE18E;
}
.BgClassName
{
background-color: #ECE18E;
}
</style>
border-color css
<style>
span { border-color: #ECE18E; }
span { border-color: rgb(236,225,142); }
td.TdClassName
{
border-color: #ECE18E;
}
.TagClassName
{
border-color: #ECE18E;
}
</style>