Shades of Khaki #ECE499
Tints of Khaki #ECE499
RGB
CMYK
RGB Variations
Color information
#ECE499 (or 0xECE499) is known color: Khaki. HEX triplet: EC, E4 and 99. RGB value is (236,228,153). Sum of RGB (Red+Green+Blue) = 236+228+153=617 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.25% from 617); Green value is 228 (89.45% from 255 or 36.95% from 617); Blue value is 153 (60.16% from 255 or 24.80% from 617); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE499 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE499 is #131B66. Grayscale: #DEDEDE. Windows color (decimal): -1252199 or 10085612. OLE color: 10085612.
HSL color Cylindrical-coordinate representation of color #ECE499: hue angle of 54.22º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ECE499 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 153 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.07 |
| HSL | 54.22º | 0.69% | 0.76% | - |
| HSV(B) | 54.22º | 0.35% | 0.93% | - |
| XYZ | 68.09 | 75.62 | 41.14 | - |
| YUV | 221.84 | 89.15 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 153 | 0 | 0.03 | 0.35 | 0.07 | 54.22 | 0.69 | 0.76 |
| Hex | EC | E4 | 99 | 0 | 3 | 23 | 7 | 36 | 45 | 4C |
| Octal | 354 | 344 | 231 | 0 | 3 | 43 | 7 | 66 | 105 | 114 |
| Binary | 11101100 | 11100100 | 10011001 | 0 | 11 | 100011 | 111 | 110110 | 1000101 | 1001100 |
Color Harmonies of #ECE499
Complementary color
Monochromatic Colors of #ECE499
Black with #ECE499
Text Example
Text Example
White with #ECE499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE499; }
p { color: rgb(236,228,153); }
H1.HeaderClassName
{
color: #ECE499;
}
.AnyTagClassName
{
color: #ECE499;
}
</style>
background-color css
<style>
a { background-color: #ECE499; }
a { background-color: rgb(236,228,153); }
div.DivClassName
{
background-color: #ECE499;
}
.BgClassName
{
background-color: #ECE499;
}
</style>
border-color css
<style>
span { border-color: #ECE499; }
span { border-color: rgb(236,228,153); }
td.TdClassName
{
border-color: #ECE499;
}
.TagClassName
{
border-color: #ECE499;
}
</style>