Shades of Manz #ECE756
Tints of Manz #ECE756
RGB
CMYK
RGB Variations
Color information
#ECE756 (or 0xECE756) is known color: Manz. HEX triplet: EC, E7 and 56. RGB value is (236,231,86). Sum of RGB (Red+Green+Blue) = 236+231+86=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 231 (90.62% from 255 or 41.77% from 553); Blue value is 86 (33.98% from 255 or 15.55% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE756 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE756 is #1318A9. Grayscale: #D8D8D8. Windows color (decimal): -1251498 or 5695468. OLE color: 5695468.
HSL color Cylindrical-coordinate representation of color #ECE756: hue angle of 58º 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 #ECE756 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 86 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.07 |
| HSL | 58º | 0.8% | 0.63% | - |
| HSV(B) | 58º | 0.64% | 0.93% | - |
| XYZ | 64.85 | 75.66 | 19.99 | - |
| YUV | 215.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 86 | 0 | 0.02 | 0.64 | 0.07 | 58 | 0.8 | 0.63 |
| Hex | EC | E7 | 56 | 0 | 2 | 40 | 7 | 3A | 50 | 3F |
| Octal | 354 | 347 | 126 | 0 | 2 | 100 | 7 | 72 | 120 | 77 |
| Binary | 11101100 | 11100111 | 1010110 | 0 | 10 | 1000000 | 111 | 111010 | 1010000 | 111111 |
Color Harmonies of #ECE756
Complementary color
Monochromatic Colors of #ECE756
Black with #ECE756
Text Example
Text Example
White with #ECE756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE756; }
p { color: rgb(236,231,86); }
H1.HeaderClassName
{
color: #ECE756;
}
.AnyTagClassName
{
color: #ECE756;
}
</style>
background-color css
<style>
a { background-color: #ECE756; }
a { background-color: rgb(236,231,86); }
div.DivClassName
{
background-color: #ECE756;
}
.BgClassName
{
background-color: #ECE756;
}
</style>
border-color css
<style>
span { border-color: #ECE756; }
span { border-color: rgb(236,231,86); }
td.TdClassName
{
border-color: #ECE756;
}
.TagClassName
{
border-color: #ECE756;
}
</style>