Shades of Manz #ECE350
Tints of Manz #ECE350
RGB
CMYK
RGB Variations
Color information
#ECE350 (or 0xECE350) is known color: Manz. HEX triplet: EC, E3 and 50. RGB value is (236,227,80). Sum of RGB (Red+Green+Blue) = 236+227+80=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE350 is #131CAF. Grayscale: #D5D5D5. Windows color (decimal): -1252528 or 5301228. OLE color: 5301228.
HSL color Cylindrical-coordinate representation of color #ECE350: hue angle of 56.54º 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 #ECE350 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 80 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.07 |
| HSL | 56.54º | 0.8% | 0.62% | - |
| HSV(B) | 56.54º | 0.66% | 0.93% | - |
| XYZ | 63.51 | 73.35 | 18.4 | - |
| YUV | 212.93 | 52.98 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 80 | 0 | 0.04 | 0.66 | 0.07 | 56.54 | 0.8 | 0.62 |
| Hex | EC | E3 | 50 | 0 | 4 | 42 | 7 | 39 | 50 | 3E |
| Octal | 354 | 343 | 120 | 0 | 4 | 102 | 7 | 71 | 120 | 76 |
| Binary | 11101100 | 11100011 | 1010000 | 0 | 100 | 1000010 | 111 | 111001 | 1010000 | 111110 |
Color Harmonies of #ECE350
Complementary color
Monochromatic Colors of #ECE350
Black with #ECE350
Text Example
Text Example
White with #ECE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE350; }
p { color: rgb(236,227,80); }
H1.HeaderClassName
{
color: #ECE350;
}
.AnyTagClassName
{
color: #ECE350;
}
</style>
background-color css
<style>
a { background-color: #ECE350; }
a { background-color: rgb(236,227,80); }
div.DivClassName
{
background-color: #ECE350;
}
.BgClassName
{
background-color: #ECE350;
}
</style>
border-color css
<style>
span { border-color: #ECE350; }
span { border-color: rgb(236,227,80); }
td.TdClassName
{
border-color: #ECE350;
}
.TagClassName
{
border-color: #ECE350;
}
</style>