Shades of Manz #ECE959
Tints of Manz #ECE959
RGB
CMYK
RGB Variations
Color information
#ECE959 (or 0xECE959) is known color: Manz. HEX triplet: EC, E9 and 59. RGB value is (236,233,89). Sum of RGB (Red+Green+Blue) = 236+233+89=558 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.29% from 558); Green value is 233 (91.41% from 255 or 41.76% from 558); Blue value is 89 (35.16% from 255 or 15.95% from 558); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE959 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE959 is #1316A6. Grayscale: #DADADA. Windows color (decimal): -1250983 or 5892588. OLE color: 5892588.
HSL color Cylindrical-coordinate representation of color #ECE959: hue angle of 58.78º 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 #ECE959 is Cyan = 0, Magento = 0.01, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 89 | - |
| CMYK | 0 | 0.01 | 0.62 | 0.07 |
| HSL | 58.78º | 0.79% | 0.64% | - |
| HSV(B) | 58.78º | 0.62% | 0.93% | - |
| XYZ | 65.53 | 76.83 | 20.83 | - |
| YUV | 217.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 89 | 0 | 0.01 | 0.62 | 0.07 | 58.78 | 0.79 | 0.64 |
| Hex | EC | E9 | 59 | 0 | 1 | 3E | 7 | 3B | 4F | 40 |
| Octal | 354 | 351 | 131 | 0 | 1 | 76 | 7 | 73 | 117 | 100 |
| Binary | 11101100 | 11101001 | 1011001 | 0 | 1 | 111110 | 111 | 111011 | 1001111 | 1000000 |
Color Harmonies of #ECE959
Complementary color
Monochromatic Colors of #ECE959
Black with #ECE959
Text Example
Text Example
White with #ECE959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE959; }
p { color: rgb(236,233,89); }
H1.HeaderClassName
{
color: #ECE959;
}
.AnyTagClassName
{
color: #ECE959;
}
</style>
background-color css
<style>
a { background-color: #ECE959; }
a { background-color: rgb(236,233,89); }
div.DivClassName
{
background-color: #ECE959;
}
.BgClassName
{
background-color: #ECE959;
}
</style>
border-color css
<style>
span { border-color: #ECE959; }
span { border-color: rgb(236,233,89); }
td.TdClassName
{
border-color: #ECE959;
}
.TagClassName
{
border-color: #ECE959;
}
</style>