Shades of Manz #ECE150
Tints of Manz #ECE150
RGB
CMYK
RGB Variations
Color information
#ECE150 (or 0xECE150) is known color: Manz. HEX triplet: EC, E1 and 50. RGB value is (236,225,80). Sum of RGB (Red+Green+Blue) = 236+225+80=541 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.62% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 80 (31.64% from 255 or 14.79% from 541); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE150 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE150 is #131EAF. Grayscale: #D4D4D4. Windows color (decimal): -1253040 or 5300716. OLE color: 5300716.
HSL color Cylindrical-coordinate representation of color #ECE150: hue angle of 55.77º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECE150 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 80 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.07 |
| HSL | 55.77º | 0.8% | 0.62% | - |
| HSV(B) | 55.77º | 0.66% | 0.93% | - |
| XYZ | 62.97 | 72.26 | 18.22 | - |
| YUV | 211.76 | 53.64 | 145.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 80 | 0 | 0.05 | 0.66 | 0.07 | 55.77 | 0.8 | 0.62 |
| Hex | EC | E1 | 50 | 0 | 5 | 42 | 7 | 38 | 50 | 3E |
| Octal | 354 | 341 | 120 | 0 | 5 | 102 | 7 | 70 | 120 | 76 |
| Binary | 11101100 | 11100001 | 1010000 | 0 | 101 | 1000010 | 111 | 111000 | 1010000 | 111110 |
Color Harmonies of #ECE150
Complementary color
Monochromatic Colors of #ECE150
Black with #ECE150
Text Example
Text Example
White with #ECE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE150; }
p { color: rgb(236,225,80); }
H1.HeaderClassName
{
color: #ECE150;
}
.AnyTagClassName
{
color: #ECE150;
}
</style>
background-color css
<style>
a { background-color: #ECE150; }
a { background-color: rgb(236,225,80); }
div.DivClassName
{
background-color: #ECE150;
}
.BgClassName
{
background-color: #ECE150;
}
</style>
border-color css
<style>
span { border-color: #ECE150; }
span { border-color: rgb(236,225,80); }
td.TdClassName
{
border-color: #ECE150;
}
.TagClassName
{
border-color: #ECE150;
}
</style>