Shades of Khaki #ECE487
Tints of Khaki #ECE487
RGB
CMYK
RGB Variations
Color information
#ECE487 (or 0xECE487) is known color: Khaki. HEX triplet: EC, E4 and 87. RGB value is (236,228,135). Sum of RGB (Red+Green+Blue) = 236+228+135=599 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.40% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 135 (53.12% from 255 or 22.54% from 599); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE487 is #131B78. Grayscale: #DCDCDC. Windows color (decimal): -1252217 or 8905964. OLE color: 8905964.
HSL color Cylindrical-coordinate representation of color #ECE487: hue angle of 55.25º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ECE487 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 135 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.07 |
| HSL | 55.25º | 0.73% | 0.73% | - |
| HSV(B) | 55.25º | 0.43% | 0.93% | - |
| XYZ | 66.71 | 75.07 | 33.9 | - |
| YUV | 219.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 135 | 0 | 0.03 | 0.43 | 0.07 | 55.25 | 0.73 | 0.73 |
| Hex | EC | E4 | 87 | 0 | 3 | 2B | 7 | 37 | 49 | 49 |
| Octal | 354 | 344 | 207 | 0 | 3 | 53 | 7 | 67 | 111 | 111 |
| Binary | 11101100 | 11100100 | 10000111 | 0 | 11 | 101011 | 111 | 110111 | 1001001 | 1001001 |
Color Harmonies of #ECE487
Complementary color
Monochromatic Colors of #ECE487
Black with #ECE487
Text Example
Text Example
White with #ECE487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE487; }
p { color: rgb(236,228,135); }
H1.HeaderClassName
{
color: #ECE487;
}
.AnyTagClassName
{
color: #ECE487;
}
</style>
background-color css
<style>
a { background-color: #ECE487; }
a { background-color: rgb(236,228,135); }
div.DivClassName
{
background-color: #ECE487;
}
.BgClassName
{
background-color: #ECE487;
}
</style>
border-color css
<style>
span { border-color: #ECE487; }
span { border-color: rgb(236,228,135); }
td.TdClassName
{
border-color: #ECE487;
}
.TagClassName
{
border-color: #ECE487;
}
</style>