Shades of Khaki #ECE594
Tints of Khaki #ECE594
RGB
CMYK
RGB Variations
Color information
#ECE594 (or 0xECE594) is known color: Khaki. HEX triplet: EC, E5 and 94. RGB value is (236,229,148). Sum of RGB (Red+Green+Blue) = 236+229+148=613 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.50% from 613); Green value is 229 (89.84% from 255 or 37.36% from 613); Blue value is 148 (58.20% from 255 or 24.14% from 613); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE594 is #131A6B. Grayscale: #DEDEDE. Windows color (decimal): -1251948 or 9758188. OLE color: 9758188.
HSL color Cylindrical-coordinate representation of color #ECE594: hue angle of 55.23º 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 #ECE594 is Cyan = 0, Magento = 0.03, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 148 | - |
| CMYK | 0 | 0.03 | 0.37 | 0.07 |
| HSL | 55.23º | 0.7% | 0.75% | - |
| HSV(B) | 55.23º | 0.37% | 0.93% | - |
| XYZ | 67.96 | 76.01 | 39.11 | - |
| YUV | 221.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 148 | 0 | 0.03 | 0.37 | 0.07 | 55.23 | 0.7 | 0.75 |
| Hex | EC | E5 | 94 | 0 | 3 | 25 | 7 | 37 | 46 | 4B |
| Octal | 354 | 345 | 224 | 0 | 3 | 45 | 7 | 67 | 106 | 113 |
| Binary | 11101100 | 11100101 | 10010100 | 0 | 11 | 100101 | 111 | 110111 | 1000110 | 1001011 |
Color Harmonies of #ECE594
Complementary color
Monochromatic Colors of #ECE594
Black with #ECE594
Text Example
Text Example
White with #ECE594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE594; }
p { color: rgb(236,229,148); }
H1.HeaderClassName
{
color: #ECE594;
}
.AnyTagClassName
{
color: #ECE594;
}
</style>
background-color css
<style>
a { background-color: #ECE594; }
a { background-color: rgb(236,229,148); }
div.DivClassName
{
background-color: #ECE594;
}
.BgClassName
{
background-color: #ECE594;
}
</style>
border-color css
<style>
span { border-color: #ECE594; }
span { border-color: rgb(236,229,148); }
td.TdClassName
{
border-color: #ECE594;
}
.TagClassName
{
border-color: #ECE594;
}
</style>