Shades of Manz #ECE559
Tints of Manz #ECE559
RGB
CMYK
RGB Variations
Color information
#ECE559 (or 0xECE559) is known color: Manz. HEX triplet: EC, E5 and 59. RGB value is (236,229,89). Sum of RGB (Red+Green+Blue) = 236+229+89=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 229 (89.84% from 255 or 41.34% from 554); Blue value is 89 (35.16% from 255 or 16.06% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE559 is #131AA6. Grayscale: #D7D7D7. Windows color (decimal): -1252007 or 5891564. OLE color: 5891564.
HSL color Cylindrical-coordinate representation of color #ECE559: hue angle of 57.14º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECE559 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 89 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.07 |
| HSL | 57.14º | 0.79% | 0.64% | - |
| HSV(B) | 57.14º | 0.62% | 0.93% | - |
| XYZ | 64.41 | 74.59 | 20.45 | - |
| YUV | 215.13 | 56.82 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 89 | 0 | 0.03 | 0.62 | 0.07 | 57.14 | 0.79 | 0.64 |
| Hex | EC | E5 | 59 | 0 | 3 | 3E | 7 | 39 | 4F | 40 |
| Octal | 354 | 345 | 131 | 0 | 3 | 76 | 7 | 71 | 117 | 100 |
| Binary | 11101100 | 11100101 | 1011001 | 0 | 11 | 111110 | 111 | 111001 | 1001111 | 1000000 |
Color Harmonies of #ECE559
Complementary color
Monochromatic Colors of #ECE559
Black with #ECE559
Text Example
Text Example
White with #ECE559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE559; }
p { color: rgb(236,229,89); }
H1.HeaderClassName
{
color: #ECE559;
}
.AnyTagClassName
{
color: #ECE559;
}
</style>
background-color css
<style>
a { background-color: #ECE559; }
a { background-color: rgb(236,229,89); }
div.DivClassName
{
background-color: #ECE559;
}
.BgClassName
{
background-color: #ECE559;
}
</style>
border-color css
<style>
span { border-color: #ECE559; }
span { border-color: rgb(236,229,89); }
td.TdClassName
{
border-color: #ECE559;
}
.TagClassName
{
border-color: #ECE559;
}
</style>