Shades of Manz #ECE156
Tints of Manz #ECE156
RGB
CMYK
RGB Variations
Color information
#ECE156 (or 0xECE156) is known color: Manz. HEX triplet: EC, E1 and 56. RGB value is (236,225,86). Sum of RGB (Red+Green+Blue) = 236+225+86=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 225 (88.28% from 255 or 41.13% from 547); Blue value is 86 (33.98% from 255 or 15.72% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE156 is #131EA9. Grayscale: #D5D5D5. Windows color (decimal): -1253034 or 5693932. OLE color: 5693932.
HSL color Cylindrical-coordinate representation of color #ECE156: hue angle of 55.6º 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 #ECE156 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 86 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.07 |
| HSL | 55.6º | 0.8% | 0.63% | - |
| HSV(B) | 55.6º | 0.64% | 0.93% | - |
| XYZ | 63.2 | 72.36 | 19.44 | - |
| YUV | 212.44 | 56.64 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 86 | 0 | 0.05 | 0.64 | 0.07 | 55.6 | 0.8 | 0.63 |
| Hex | EC | E1 | 56 | 0 | 5 | 40 | 7 | 38 | 50 | 3F |
| Octal | 354 | 341 | 126 | 0 | 5 | 100 | 7 | 70 | 120 | 77 |
| Binary | 11101100 | 11100001 | 1010110 | 0 | 101 | 1000000 | 111 | 111000 | 1010000 | 111111 |
Color Harmonies of #ECE156
Complementary color
Monochromatic Colors of #ECE156
Black with #ECE156
Text Example
Text Example
White with #ECE156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE156; }
p { color: rgb(236,225,86); }
H1.HeaderClassName
{
color: #ECE156;
}
.AnyTagClassName
{
color: #ECE156;
}
</style>
background-color css
<style>
a { background-color: #ECE156; }
a { background-color: rgb(236,225,86); }
div.DivClassName
{
background-color: #ECE156;
}
.BgClassName
{
background-color: #ECE156;
}
</style>
border-color css
<style>
span { border-color: #ECE156; }
span { border-color: rgb(236,225,86); }
td.TdClassName
{
border-color: #ECE156;
}
.TagClassName
{
border-color: #ECE156;
}
</style>