Shades of Manz #ECE355
Tints of Manz #ECE355
RGB
CMYK
RGB Variations
Color information
#ECE355 (or 0xECE355) is known color: Manz. HEX triplet: EC, E3 and 55. RGB value is (236,227,85). Sum of RGB (Red+Green+Blue) = 236+227+85=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 227 (89.06% from 255 or 41.42% from 548); Blue value is 85 (33.59% from 255 or 15.51% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE355 is #131CAA. Grayscale: #D6D6D6. Windows color (decimal): -1252523 or 5628908. OLE color: 5628908.
HSL color Cylindrical-coordinate representation of color #ECE355: hue angle of 56.42º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECE355 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 85 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.07 |
| HSL | 56.42º | 0.8% | 0.63% | - |
| HSV(B) | 56.42º | 0.64% | 0.93% | - |
| XYZ | 63.7 | 73.43 | 19.41 | - |
| YUV | 213.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 85 | 0 | 0.04 | 0.64 | 0.07 | 56.42 | 0.8 | 0.63 |
| Hex | EC | E3 | 55 | 0 | 4 | 40 | 7 | 38 | 50 | 3F |
| Octal | 354 | 343 | 125 | 0 | 4 | 100 | 7 | 70 | 120 | 77 |
| Binary | 11101100 | 11100011 | 1010101 | 0 | 100 | 1000000 | 111 | 111000 | 1010000 | 111111 |
Color Harmonies of #ECE355
Complementary color
Monochromatic Colors of #ECE355
Black with #ECE355
Text Example
Text Example
White with #ECE355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE355; }
p { color: rgb(236,227,85); }
H1.HeaderClassName
{
color: #ECE355;
}
.AnyTagClassName
{
color: #ECE355;
}
</style>
background-color css
<style>
a { background-color: #ECE355; }
a { background-color: rgb(236,227,85); }
div.DivClassName
{
background-color: #ECE355;
}
.BgClassName
{
background-color: #ECE355;
}
</style>
border-color css
<style>
span { border-color: #ECE355; }
span { border-color: rgb(236,227,85); }
td.TdClassName
{
border-color: #ECE355;
}
.TagClassName
{
border-color: #ECE355;
}
</style>