Shades of Manz #ECE557
Tints of Manz #ECE557
RGB
CMYK
RGB Variations
Color information
#ECE557 (or 0xECE557) is known color: Manz. HEX triplet: EC, E5 and 57. RGB value is (236,229,87). Sum of RGB (Red+Green+Blue) = 236+229+87=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 229 (89.84% from 255 or 41.49% from 552); Blue value is 87 (34.38% from 255 or 15.76% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE557 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE557 is #131AA8. Grayscale: #D7D7D7. Windows color (decimal): -1252009 or 5760492. OLE color: 5760492.
HSL color Cylindrical-coordinate representation of color #ECE557: hue angle of 57.18º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECE557 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 87 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.07 |
| HSL | 57.18º | 0.8% | 0.63% | - |
| HSV(B) | 57.18º | 0.63% | 0.93% | - |
| XYZ | 64.33 | 74.56 | 20.02 | - |
| YUV | 214.91 | 55.82 | 143.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 87 | 0 | 0.03 | 0.63 | 0.07 | 57.18 | 0.8 | 0.63 |
| Hex | EC | E5 | 57 | 0 | 3 | 3F | 7 | 39 | 50 | 3F |
| Octal | 354 | 345 | 127 | 0 | 3 | 77 | 7 | 71 | 120 | 77 |
| Binary | 11101100 | 11100101 | 1010111 | 0 | 11 | 111111 | 111 | 111001 | 1010000 | 111111 |
Color Harmonies of #ECE557
Complementary color
Monochromatic Colors of #ECE557
Black with #ECE557
Text Example
Text Example
White with #ECE557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE557; }
p { color: rgb(236,229,87); }
H1.HeaderClassName
{
color: #ECE557;
}
.AnyTagClassName
{
color: #ECE557;
}
</style>
background-color css
<style>
a { background-color: #ECE557; }
a { background-color: rgb(236,229,87); }
div.DivClassName
{
background-color: #ECE557;
}
.BgClassName
{
background-color: #ECE557;
}
</style>
border-color css
<style>
span { border-color: #ECE557; }
span { border-color: rgb(236,229,87); }
td.TdClassName
{
border-color: #ECE557;
}
.TagClassName
{
border-color: #ECE557;
}
</style>