Shades of Manz #ECE359
Tints of Manz #ECE359
RGB
CMYK
RGB Variations
Color information
#ECE359 (or 0xECE359) is known color: Manz. HEX triplet: EC, E3 and 59. RGB value is (236,227,89). Sum of RGB (Red+Green+Blue) = 236+227+89=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 227 (89.06% from 255 or 41.12% from 552); Blue value is 89 (35.16% from 255 or 16.12% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE359 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE359 is #131CA6. Grayscale: #D6D6D6. Windows color (decimal): -1252519 or 5891052. OLE color: 5891052.
HSL color Cylindrical-coordinate representation of color #ECE359: hue angle of 56.33º 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 #ECE359 is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 89 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.07 |
| HSL | 56.33º | 0.79% | 0.64% | - |
| HSV(B) | 56.33º | 0.62% | 0.93% | - |
| XYZ | 63.86 | 73.49 | 20.27 | - |
| YUV | 213.96 | 57.48 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 89 | 0 | 0.04 | 0.62 | 0.07 | 56.33 | 0.79 | 0.64 |
| Hex | EC | E3 | 59 | 0 | 4 | 3E | 7 | 38 | 4F | 40 |
| Octal | 354 | 343 | 131 | 0 | 4 | 76 | 7 | 70 | 117 | 100 |
| Binary | 11101100 | 11100011 | 1011001 | 0 | 100 | 111110 | 111 | 111000 | 1001111 | 1000000 |
Color Harmonies of #ECE359
Complementary color
Monochromatic Colors of #ECE359
Black with #ECE359
Text Example
Text Example
White with #ECE359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE359; }
p { color: rgb(236,227,89); }
H1.HeaderClassName
{
color: #ECE359;
}
.AnyTagClassName
{
color: #ECE359;
}
</style>
background-color css
<style>
a { background-color: #ECE359; }
a { background-color: rgb(236,227,89); }
div.DivClassName
{
background-color: #ECE359;
}
.BgClassName
{
background-color: #ECE359;
}
</style>
border-color css
<style>
span { border-color: #ECE359; }
span { border-color: rgb(236,227,89); }
td.TdClassName
{
border-color: #ECE359;
}
.TagClassName
{
border-color: #ECE359;
}
</style>