Shades of Manz #ECE856
Tints of Manz #ECE856
RGB
CMYK
RGB Variations
Color information
#ECE856 (or 0xECE856) is known color: Manz. HEX triplet: EC, E8 and 56. RGB value is (236,232,86). Sum of RGB (Red+Green+Blue) = 236+232+86=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 232 (91.02% from 255 or 41.88% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE856 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE856 is #1317A9. Grayscale: #D9D9D9. Windows color (decimal): -1251242 or 5695724. OLE color: 5695724.
HSL color Cylindrical-coordinate representation of color #ECE856: hue angle of 58.4º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECE856 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 232 | 86 | - |
CMYK | 0 | 0.02 | 0.64 | 0.07 |
HSL | 58.4º | 0.8% | 0.63% | - |
HSV(B) | 58.4º | 0.64% | 0.93% | - |
XYZ | 65.13 | 76.22 | 20.08 | - |
YUV | 216.55 | 54.33 | 141.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 232 | 86 | 0 | 0.02 | 0.64 | 0.07 | 58.4 | 0.8 | 0.63 |
Hex | EC | E8 | 56 | 0 | 2 | 40 | 7 | 3A | 50 | 3F |
Octal | 354 | 350 | 126 | 0 | 2 | 100 | 7 | 72 | 120 | 77 |
Binary | 11101100 | 11101000 | 1010110 | 0 | 10 | 1000000 | 111 | 111010 | 1010000 | 111111 |
Color Harmonies of #ECE856
Complementary color
Monochromatic Colors of #ECE856
Black with #ECE856
Text Example
Text Example
White with #ECE856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE856; }
p { color: rgb(236,232,86); }
H1.HeaderClassName
{
color: #ECE856;
}
.AnyTagClassName
{
color: #ECE856;
}
</style>
background-color css
<style>
a { background-color: #ECE856; }
a { background-color: rgb(236,232,86); }
div.DivClassName
{
background-color: #ECE856;
}
.BgClassName
{
background-color: #ECE856;
}
</style>
border-color css
<style>
span { border-color: #ECE856; }
span { border-color: rgb(236,232,86); }
td.TdClassName
{
border-color: #ECE856;
}
.TagClassName
{
border-color: #ECE856;
}
</style>