Shades of Manz #ECE555
Tints of Manz #ECE555
RGB
CMYK
RGB Variations
Color information
#ECE555 (or 0xECE555) is known color: Manz. HEX triplet: EC, E5 and 55. RGB value is (236,229,85). Sum of RGB (Red+Green+Blue) = 236+229+85=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 85 (33.59% from 255 or 15.45% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE555 is #131AAA. Grayscale: #D7D7D7. Windows color (decimal): -1252011 or 5629420. OLE color: 5629420.
HSL color Cylindrical-coordinate representation of color #ECE555: hue angle of 57.22º 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 #ECE555 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 85 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.07 |
| HSL | 57.22º | 0.8% | 0.63% | - |
| HSV(B) | 57.22º | 0.64% | 0.93% | - |
| XYZ | 64.25 | 74.53 | 19.59 | - |
| YUV | 214.68 | 54.82 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 85 | 0 | 0.03 | 0.64 | 0.07 | 57.22 | 0.8 | 0.63 |
| Hex | EC | E5 | 55 | 0 | 3 | 40 | 7 | 39 | 50 | 3F |
| Octal | 354 | 345 | 125 | 0 | 3 | 100 | 7 | 71 | 120 | 77 |
| Binary | 11101100 | 11100101 | 1010101 | 0 | 11 | 1000000 | 111 | 111001 | 1010000 | 111111 |
Color Harmonies of #ECE555
Complementary color
Monochromatic Colors of #ECE555
Black with #ECE555
Text Example
Text Example
White with #ECE555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE555; }
p { color: rgb(236,229,85); }
H1.HeaderClassName
{
color: #ECE555;
}
.AnyTagClassName
{
color: #ECE555;
}
</style>
background-color css
<style>
a { background-color: #ECE555; }
a { background-color: rgb(236,229,85); }
div.DivClassName
{
background-color: #ECE555;
}
.BgClassName
{
background-color: #ECE555;
}
</style>
border-color css
<style>
span { border-color: #ECE555; }
span { border-color: rgb(236,229,85); }
td.TdClassName
{
border-color: #ECE555;
}
.TagClassName
{
border-color: #ECE555;
}
</style>