Shades of Manz #ECE550
Tints of Manz #ECE550
RGB
CMYK
RGB Variations
Color information
#ECE550 (or 0xECE550) is known color: Manz. HEX triplet: EC, E5 and 50. RGB value is (236,229,80). Sum of RGB (Red+Green+Blue) = 236+229+80=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 229 (89.84% from 255 or 42.02% from 545); Blue value is 80 (31.64% from 255 or 14.68% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE550 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE550 is #131AAF. Grayscale: #D6D6D6. Windows color (decimal): -1252016 or 5301740. OLE color: 5301740.
HSL color Cylindrical-coordinate representation of color #ECE550: hue angle of 57.31º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECE550 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 80 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.07 |
| HSL | 57.31º | 0.8% | 0.62% | - |
| HSV(B) | 57.31º | 0.66% | 0.93% | - |
| XYZ | 64.06 | 74.45 | 18.58 | - |
| YUV | 214.11 | 52.32 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 80 | 0 | 0.03 | 0.66 | 0.07 | 57.31 | 0.8 | 0.62 |
| Hex | EC | E5 | 50 | 0 | 3 | 42 | 7 | 39 | 50 | 3E |
| Octal | 354 | 345 | 120 | 0 | 3 | 102 | 7 | 71 | 120 | 76 |
| Binary | 11101100 | 11100101 | 1010000 | 0 | 11 | 1000010 | 111 | 111001 | 1010000 | 111110 |
Color Harmonies of #ECE550
Complementary color
Monochromatic Colors of #ECE550
Black with #ECE550
Text Example
Text Example
White with #ECE550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE550; }
p { color: rgb(236,229,80); }
H1.HeaderClassName
{
color: #ECE550;
}
.AnyTagClassName
{
color: #ECE550;
}
</style>
background-color css
<style>
a { background-color: #ECE550; }
a { background-color: rgb(236,229,80); }
div.DivClassName
{
background-color: #ECE550;
}
.BgClassName
{
background-color: #ECE550;
}
</style>
border-color css
<style>
span { border-color: #ECE550; }
span { border-color: rgb(236,229,80); }
td.TdClassName
{
border-color: #ECE550;
}
.TagClassName
{
border-color: #ECE550;
}
</style>