Shades of Manz #ECDB50
Tints of Manz #ECDB50
RGB
CMYK
RGB Variations
Color information
#ECDB50 (or 0xECDB50) is known color: Manz. HEX triplet: EC, DB and 50. RGB value is (236,219,80). Sum of RGB (Red+Green+Blue) = 236+219+80=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 80 (31.64% from 255 or 14.95% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDB50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDB50 is #1324AF. Grayscale: #D0D0D0. Windows color (decimal): -1254576 or 5299180. OLE color: 5299180.
HSL color Cylindrical-coordinate representation of color #ECDB50: hue angle of 53.46º 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 #ECDB50 is Cyan = 0, Magento = 0.07, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 219 | 80 | - |
| CMYK | 0 | 0.07 | 0.66 | 0.07 |
| HSL | 53.46º | 0.8% | 0.62% | - |
| HSV(B) | 53.46º | 0.66% | 0.93% | - |
| XYZ | 61.37 | 69.08 | 17.69 | - |
| YUV | 208.24 | 55.63 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 219 | 80 | 0 | 0.07 | 0.66 | 0.07 | 53.46 | 0.8 | 0.62 |
| Hex | EC | DB | 50 | 0 | 7 | 42 | 7 | 35 | 50 | 3E |
| Octal | 354 | 333 | 120 | 0 | 7 | 102 | 7 | 65 | 120 | 76 |
| Binary | 11101100 | 11011011 | 1010000 | 0 | 111 | 1000010 | 111 | 110101 | 1010000 | 111110 |
Color Harmonies of #ECDB50
Complementary color
Monochromatic Colors of #ECDB50
Black with #ECDB50
Text Example
Text Example
White with #ECDB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDB50; }
p { color: rgb(236,219,80); }
H1.HeaderClassName
{
color: #ECDB50;
}
.AnyTagClassName
{
color: #ECDB50;
}
</style>
background-color css
<style>
a { background-color: #ECDB50; }
a { background-color: rgb(236,219,80); }
div.DivClassName
{
background-color: #ECDB50;
}
.BgClassName
{
background-color: #ECDB50;
}
</style>
border-color css
<style>
span { border-color: #ECDB50; }
span { border-color: rgb(236,219,80); }
td.TdClassName
{
border-color: #ECDB50;
}
.TagClassName
{
border-color: #ECDB50;
}
</style>