Shades of Khaki #ECE490
Tints of Khaki #ECE490
RGB
CMYK
RGB Variations
Color information
#ECE490 (or 0xECE490) is known color: Khaki. HEX triplet: EC, E4 and 90. RGB value is (236,228,144). Sum of RGB (Red+Green+Blue) = 236+228+144=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 228 (89.45% from 255 or 37.5% from 608); Blue value is 144 (56.64% from 255 or 23.68% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE490 is #131B6F. Grayscale: #DDDDDD. Windows color (decimal): -1252208 or 9495788. OLE color: 9495788.
HSL color Cylindrical-coordinate representation of color #ECE490: hue angle of 54.78º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ECE490 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 144 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.07 |
| HSL | 54.78º | 0.71% | 0.75% | - |
| HSV(B) | 54.78º | 0.39% | 0.93% | - |
| XYZ | 67.37 | 75.33 | 37.38 | - |
| YUV | 220.82 | 84.65 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 144 | 0 | 0.03 | 0.39 | 0.07 | 54.78 | 0.71 | 0.75 |
| Hex | EC | E4 | 90 | 0 | 3 | 27 | 7 | 37 | 47 | 4B |
| Octal | 354 | 344 | 220 | 0 | 3 | 47 | 7 | 67 | 107 | 113 |
| Binary | 11101100 | 11100100 | 10010000 | 0 | 11 | 100111 | 111 | 110111 | 1000111 | 1001011 |
Color Harmonies of #ECE490
Complementary color
Monochromatic Colors of #ECE490
Black with #ECE490
Text Example
Text Example
White with #ECE490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE490; }
p { color: rgb(236,228,144); }
H1.HeaderClassName
{
color: #ECE490;
}
.AnyTagClassName
{
color: #ECE490;
}
</style>
background-color css
<style>
a { background-color: #ECE490; }
a { background-color: rgb(236,228,144); }
div.DivClassName
{
background-color: #ECE490;
}
.BgClassName
{
background-color: #ECE490;
}
</style>
border-color css
<style>
span { border-color: #ECE490; }
span { border-color: rgb(236,228,144); }
td.TdClassName
{
border-color: #ECE490;
}
.TagClassName
{
border-color: #ECE490;
}
</style>