Shades of Manz #ECE356
Tints of Manz #ECE356
RGB
CMYK
RGB Variations
Color information
#ECE356 (or 0xECE356) is known color: Manz. HEX triplet: EC, E3 and 56. RGB value is (236,227,86). Sum of RGB (Red+Green+Blue) = 236+227+86=549 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.99% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 86 (33.98% from 255 or 15.66% from 549); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE356 is #131CA9. Grayscale: #D6D6D6. Windows color (decimal): -1252522 or 5694444. OLE color: 5694444.
HSL color Cylindrical-coordinate representation of color #ECE356: hue angle of 56.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 #ECE356 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 86 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.07 |
| HSL | 56.4º | 0.8% | 0.63% | - |
| HSV(B) | 56.4º | 0.64% | 0.93% | - |
| XYZ | 63.74 | 73.44 | 19.62 | - |
| YUV | 213.62 | 55.98 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 86 | 0 | 0.04 | 0.64 | 0.07 | 56.4 | 0.8 | 0.63 |
| Hex | EC | E3 | 56 | 0 | 4 | 40 | 7 | 38 | 50 | 3F |
| Octal | 354 | 343 | 126 | 0 | 4 | 100 | 7 | 70 | 120 | 77 |
| Binary | 11101100 | 11100011 | 1010110 | 0 | 100 | 1000000 | 111 | 111000 | 1010000 | 111111 |
Color Harmonies of #ECE356
Complementary color
Monochromatic Colors of #ECE356
Black with #ECE356
Text Example
Text Example
White with #ECE356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE356; }
p { color: rgb(236,227,86); }
H1.HeaderClassName
{
color: #ECE356;
}
.AnyTagClassName
{
color: #ECE356;
}
</style>
background-color css
<style>
a { background-color: #ECE356; }
a { background-color: rgb(236,227,86); }
div.DivClassName
{
background-color: #ECE356;
}
.BgClassName
{
background-color: #ECE356;
}
</style>
border-color css
<style>
span { border-color: #ECE356; }
span { border-color: rgb(236,227,86); }
td.TdClassName
{
border-color: #ECE356;
}
.TagClassName
{
border-color: #ECE356;
}
</style>