Shades of Khaki #ECE486
Tints of Khaki #ECE486
RGB
CMYK
RGB Variations
Color information
#ECE486 (or 0xECE486) is known color: Khaki. HEX triplet: EC, E4 and 86. RGB value is (236,228,134). Sum of RGB (Red+Green+Blue) = 236+228+134=598 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.46% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 134 (52.73% from 255 or 22.41% from 598); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE486 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECE486 is #131B79. Grayscale: #DCDCDC. Windows color (decimal): -1252218 or 8840428. OLE color: 8840428.
HSL color Cylindrical-coordinate representation of color #ECE486: hue angle of 55.29º 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 #ECE486 is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 228 | 134 | - |
CMYK | 0 | 0.03 | 0.43 | 0.07 |
HSL | 55.29º | 0.73% | 0.73% | - |
HSV(B) | 55.29º | 0.43% | 0.93% | - |
XYZ | 66.64 | 75.04 | 33.53 | - |
YUV | 219.68 | 79.65 | 139.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 228 | 134 | 0 | 0.03 | 0.43 | 0.07 | 55.29 | 0.73 | 0.73 |
Hex | EC | E4 | 86 | 0 | 3 | 2B | 7 | 37 | 49 | 49 |
Octal | 354 | 344 | 206 | 0 | 3 | 53 | 7 | 67 | 111 | 111 |
Binary | 11101100 | 11100100 | 10000110 | 0 | 11 | 101011 | 111 | 110111 | 1001001 | 1001001 |
Color Harmonies of #ECE486
Complementary color
Monochromatic Colors of #ECE486
Black with #ECE486
Text Example
Text Example
White with #ECE486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE486; }
p { color: rgb(236,228,134); }
H1.HeaderClassName
{
color: #ECE486;
}
.AnyTagClassName
{
color: #ECE486;
}
</style>
background-color css
<style>
a { background-color: #ECE486; }
a { background-color: rgb(236,228,134); }
div.DivClassName
{
background-color: #ECE486;
}
.BgClassName
{
background-color: #ECE486;
}
</style>
border-color css
<style>
span { border-color: #ECE486; }
span { border-color: rgb(236,228,134); }
td.TdClassName
{
border-color: #ECE486;
}
.TagClassName
{
border-color: #ECE486;
}
</style>