Shades of Khaki #ECE493
Tints of Khaki #ECE493
RGB
CMYK
RGB Variations
Color information
#ECE493 (or 0xECE493) is known color: Khaki. HEX triplet: EC, E4 and 93. RGB value is (236,228,147). Sum of RGB (Red+Green+Blue) = 236+228+147=611 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.63% from 611); Green value is 228 (89.45% from 255 or 37.32% from 611); Blue value is 147 (57.81% from 255 or 24.06% from 611); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE493 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE493 is #131B6C. Grayscale: #DDDDDD. Windows color (decimal): -1252205 or 9692396. OLE color: 9692396.
HSL color Cylindrical-coordinate representation of color #ECE493: hue angle of 54.61º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ECE493 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 147 | - |
| CMYK | 0 | 0.03 | 0.38 | 0.07 |
| HSL | 54.61º | 0.7% | 0.75% | - |
| HSV(B) | 54.61º | 0.38% | 0.93% | - |
| XYZ | 67.6 | 75.43 | 38.6 | - |
| YUV | 221.16 | 86.15 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 147 | 0 | 0.03 | 0.38 | 0.07 | 54.61 | 0.7 | 0.75 |
| Hex | EC | E4 | 93 | 0 | 3 | 26 | 7 | 37 | 46 | 4B |
| Octal | 354 | 344 | 223 | 0 | 3 | 46 | 7 | 67 | 106 | 113 |
| Binary | 11101100 | 11100100 | 10010011 | 0 | 11 | 100110 | 111 | 110111 | 1000110 | 1001011 |
Color Harmonies of #ECE493
Complementary color
Monochromatic Colors of #ECE493
Black with #ECE493
Text Example
Text Example
White with #ECE493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE493; }
p { color: rgb(236,228,147); }
H1.HeaderClassName
{
color: #ECE493;
}
.AnyTagClassName
{
color: #ECE493;
}
</style>
background-color css
<style>
a { background-color: #ECE493; }
a { background-color: rgb(236,228,147); }
div.DivClassName
{
background-color: #ECE493;
}
.BgClassName
{
background-color: #ECE493;
}
</style>
border-color css
<style>
span { border-color: #ECE493; }
span { border-color: rgb(236,228,147); }
td.TdClassName
{
border-color: #ECE493;
}
.TagClassName
{
border-color: #ECE493;
}
</style>