Shades of Khaki #ECE28E
Tints of Khaki #ECE28E
RGB
CMYK
RGB Variations
Color information
#ECE28E (or 0xECE28E) is known color: Khaki. HEX triplet: EC, E2 and 8E. RGB value is (236,226,142). Sum of RGB (Red+Green+Blue) = 236+226+142=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 142 (55.86% from 255 or 23.51% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE28E is #131D71. Grayscale: #DBDBDB. Windows color (decimal): -1252722 or 9364204. OLE color: 9364204.
HSL color Cylindrical-coordinate representation of color #ECE28E: hue angle of 53.62º 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 #ECE28E is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 142 | - |
| CMYK | 0 | 0.04 | 0.40 | 0.07 |
| HSL | 53.62º | 0.71% | 0.74% | - |
| HSV(B) | 53.62º | 0.4% | 0.93% | - |
| XYZ | 66.67 | 74.18 | 36.4 | - |
| YUV | 219.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 142 | 0 | 0.04 | 0.40 | 0.07 | 53.62 | 0.71 | 0.74 |
| Hex | EC | E2 | 8E | 0 | 4 | 28 | 7 | 36 | 47 | 4A |
| Octal | 354 | 342 | 216 | 0 | 4 | 50 | 7 | 66 | 107 | 112 |
| Binary | 11101100 | 11100010 | 10001110 | 0 | 100 | 101000 | 111 | 110110 | 1000111 | 1001010 |
Color Harmonies of #ECE28E
Complementary color
Monochromatic Colors of #ECE28E
Black with #ECE28E
Text Example
Text Example
White with #ECE28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE28E; }
p { color: rgb(236,226,142); }
H1.HeaderClassName
{
color: #ECE28E;
}
.AnyTagClassName
{
color: #ECE28E;
}
</style>
background-color css
<style>
a { background-color: #ECE28E; }
a { background-color: rgb(236,226,142); }
div.DivClassName
{
background-color: #ECE28E;
}
.BgClassName
{
background-color: #ECE28E;
}
</style>
border-color css
<style>
span { border-color: #ECE28E; }
span { border-color: rgb(236,226,142); }
td.TdClassName
{
border-color: #ECE28E;
}
.TagClassName
{
border-color: #ECE28E;
}
</style>