Shades of Manz #ECE558
Tints of Manz #ECE558
RGB
CMYK
RGB Variations
Color information
#ECE558 (or 0xECE558) is known color: Manz. HEX triplet: EC, E5 and 58. RGB value is (236,229,88). Sum of RGB (Red+Green+Blue) = 236+229+88=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 229 (89.84% from 255 or 41.41% from 553); Blue value is 88 (34.77% from 255 or 15.91% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE558 is #131AA7. Grayscale: #D7D7D7. Windows color (decimal): -1252008 or 5826028. OLE color: 5826028.
HSL color Cylindrical-coordinate representation of color #ECE558: hue angle of 57.16º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECE558 is Cyan = 0, Magento = 0.03, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 88 | - |
| CMYK | 0 | 0.03 | 0.63 | 0.07 |
| HSL | 57.16º | 0.8% | 0.64% | - |
| HSV(B) | 57.16º | 0.63% | 0.93% | - |
| XYZ | 64.37 | 74.58 | 20.23 | - |
| YUV | 215.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 88 | 0 | 0.03 | 0.63 | 0.07 | 57.16 | 0.8 | 0.64 |
| Hex | EC | E5 | 58 | 0 | 3 | 3F | 7 | 39 | 50 | 40 |
| Octal | 354 | 345 | 130 | 0 | 3 | 77 | 7 | 71 | 120 | 100 |
| Binary | 11101100 | 11100101 | 1011000 | 0 | 11 | 111111 | 111 | 111001 | 1010000 | 1000000 |
Color Harmonies of #ECE558
Complementary color
Monochromatic Colors of #ECE558
Black with #ECE558
Text Example
Text Example
White with #ECE558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE558; }
p { color: rgb(236,229,88); }
H1.HeaderClassName
{
color: #ECE558;
}
.AnyTagClassName
{
color: #ECE558;
}
</style>
background-color css
<style>
a { background-color: #ECE558; }
a { background-color: rgb(236,229,88); }
div.DivClassName
{
background-color: #ECE558;
}
.BgClassName
{
background-color: #ECE558;
}
</style>
border-color css
<style>
span { border-color: #ECE558; }
span { border-color: rgb(236,229,88); }
td.TdClassName
{
border-color: #ECE558;
}
.TagClassName
{
border-color: #ECE558;
}
</style>