Shades of Khaki #ECE399
Tints of Khaki #ECE399
RGB
CMYK
RGB Variations
Color information
#ECE399 (or 0xECE399) is known color: Khaki. HEX triplet: EC, E3 and 99. RGB value is (236,227,153). Sum of RGB (Red+Green+Blue) = 236+227+153=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 227 (89.06% from 255 or 36.85% from 616); Blue value is 153 (60.16% from 255 or 24.84% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE399 is #131C66. Grayscale: #DDDDDD. Windows color (decimal): -1252455 or 10085356. OLE color: 10085356.
HSL color Cylindrical-coordinate representation of color #ECE399: hue angle of 53.49º 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 #ECE399 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 153 | - |
| CMYK | 0 | 0.04 | 0.35 | 0.07 |
| HSL | 53.49º | 0.69% | 0.76% | - |
| HSV(B) | 53.49º | 0.35% | 0.93% | - |
| XYZ | 67.81 | 75.07 | 41.05 | - |
| YUV | 221.26 | 89.48 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 153 | 0 | 0.04 | 0.35 | 0.07 | 53.49 | 0.69 | 0.76 |
| Hex | EC | E3 | 99 | 0 | 4 | 23 | 7 | 35 | 45 | 4C |
| Octal | 354 | 343 | 231 | 0 | 4 | 43 | 7 | 65 | 105 | 114 |
| Binary | 11101100 | 11100011 | 10011001 | 0 | 100 | 100011 | 111 | 110101 | 1000101 | 1001100 |
Color Harmonies of #ECE399
Complementary color
Monochromatic Colors of #ECE399
Black with #ECE399
Text Example
Text Example
White with #ECE399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE399; }
p { color: rgb(236,227,153); }
H1.HeaderClassName
{
color: #ECE399;
}
.AnyTagClassName
{
color: #ECE399;
}
</style>
background-color css
<style>
a { background-color: #ECE399; }
a { background-color: rgb(236,227,153); }
div.DivClassName
{
background-color: #ECE399;
}
.BgClassName
{
background-color: #ECE399;
}
</style>
border-color css
<style>
span { border-color: #ECE399; }
span { border-color: rgb(236,227,153); }
td.TdClassName
{
border-color: #ECE399;
}
.TagClassName
{
border-color: #ECE399;
}
</style>