Shades of Khaki #ECE494
Tints of Khaki #ECE494
RGB
CMYK
RGB Variations
Color information
#ECE494 (or 0xECE494) is known color: Khaki. HEX triplet: EC, E4 and 94. RGB value is (236,228,148). Sum of RGB (Red+Green+Blue) = 236+228+148=612 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.56% from 612); Green value is 228 (89.45% from 255 or 37.25% from 612); Blue value is 148 (58.20% from 255 or 24.18% from 612); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE494 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE494 is #131B6B. Grayscale: #DDDDDD. Windows color (decimal): -1252204 or 9757932. OLE color: 9757932.
HSL color Cylindrical-coordinate representation of color #ECE494: hue angle of 54.55º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECE494 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 148 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.07 |
| HSL | 54.55º | 0.7% | 0.75% | - |
| HSV(B) | 54.55º | 0.37% | 0.93% | - |
| XYZ | 67.68 | 75.46 | 39.01 | - |
| YUV | 221.27 | 86.65 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 148 | 0 | 0.03 | 0.37 | 0.07 | 54.55 | 0.7 | 0.75 |
| Hex | EC | E4 | 94 | 0 | 3 | 25 | 7 | 37 | 46 | 4B |
| Octal | 354 | 344 | 224 | 0 | 3 | 45 | 7 | 67 | 106 | 113 |
| Binary | 11101100 | 11100100 | 10010100 | 0 | 11 | 100101 | 111 | 110111 | 1000110 | 1001011 |
Color Harmonies of #ECE494
Complementary color
Monochromatic Colors of #ECE494
Black with #ECE494
Text Example
Text Example
White with #ECE494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE494; }
p { color: rgb(236,228,148); }
H1.HeaderClassName
{
color: #ECE494;
}
.AnyTagClassName
{
color: #ECE494;
}
</style>
background-color css
<style>
a { background-color: #ECE494; }
a { background-color: rgb(236,228,148); }
div.DivClassName
{
background-color: #ECE494;
}
.BgClassName
{
background-color: #ECE494;
}
</style>
border-color css
<style>
span { border-color: #ECE494; }
span { border-color: rgb(236,228,148); }
td.TdClassName
{
border-color: #ECE494;
}
.TagClassName
{
border-color: #ECE494;
}
</style>