Shades of Manz #ECE155
Tints of Manz #ECE155
RGB
CMYK
RGB Variations
Color information
#ECE155 (or 0xECE155) is known color: Manz. HEX triplet: EC, E1 and 55. RGB value is (236,225,85). Sum of RGB (Red+Green+Blue) = 236+225+85=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 225 (88.28% from 255 or 41.21% from 546); Blue value is 85 (33.59% from 255 or 15.57% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE155 is #131EAA. Grayscale: #D4D4D4. Windows color (decimal): -1253035 or 5628396. OLE color: 5628396.
HSL color Cylindrical-coordinate representation of color #ECE155: hue angle of 55.63º 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 #ECE155 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 85 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.07 |
| HSL | 55.63º | 0.8% | 0.63% | - |
| HSV(B) | 55.63º | 0.64% | 0.93% | - |
| XYZ | 63.16 | 72.34 | 19.23 | - |
| YUV | 212.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 85 | 0 | 0.05 | 0.64 | 0.07 | 55.63 | 0.8 | 0.63 |
| Hex | EC | E1 | 55 | 0 | 5 | 40 | 7 | 38 | 50 | 3F |
| Octal | 354 | 341 | 125 | 0 | 5 | 100 | 7 | 70 | 120 | 77 |
| Binary | 11101100 | 11100001 | 1010101 | 0 | 101 | 1000000 | 111 | 111000 | 1010000 | 111111 |
Color Harmonies of #ECE155
Complementary color
Monochromatic Colors of #ECE155
Black with #ECE155
Text Example
Text Example
White with #ECE155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE155; }
p { color: rgb(236,225,85); }
H1.HeaderClassName
{
color: #ECE155;
}
.AnyTagClassName
{
color: #ECE155;
}
</style>
background-color css
<style>
a { background-color: #ECE155; }
a { background-color: rgb(236,225,85); }
div.DivClassName
{
background-color: #ECE155;
}
.BgClassName
{
background-color: #ECE155;
}
</style>
border-color css
<style>
span { border-color: #ECE155; }
span { border-color: rgb(236,225,85); }
td.TdClassName
{
border-color: #ECE155;
}
.TagClassName
{
border-color: #ECE155;
}
</style>