Shades of Manz #ECDC5E
Tints of Manz #ECDC5E
RGB
CMYK
RGB Variations
Color information
#ECDC5E (or 0xECDC5E) is known color: Manz. HEX triplet: EC, DC and 5E. RGB value is (236,220,94). Sum of RGB (Red+Green+Blue) = 236+220+94=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 220 (86.33% from 255 or 40% from 550); Blue value is 94 (37.11% from 255 or 17.09% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC5E is #1323A1. Grayscale: #D2D2D2. Windows color (decimal): -1254306 or 6216940. OLE color: 6216940.
HSL color Cylindrical-coordinate representation of color #ECDC5E: hue angle of 53.24º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECDC5E is Cyan = 0, Magento = 0.07, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 94 | - |
| CMYK | 0 | 0.07 | 0.60 | 0.07 |
| HSL | 53.24º | 0.79% | 0.65% | - |
| HSV(B) | 53.24º | 0.6% | 0.93% | - |
| XYZ | 62.21 | 69.83 | 20.79 | - |
| YUV | 210.42 | 62.3 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 94 | 0 | 0.07 | 0.60 | 0.07 | 53.24 | 0.79 | 0.65 |
| Hex | EC | DC | 5E | 0 | 7 | 3C | 7 | 35 | 4F | 41 |
| Octal | 354 | 334 | 136 | 0 | 7 | 74 | 7 | 65 | 117 | 101 |
| Binary | 11101100 | 11011100 | 1011110 | 0 | 111 | 111100 | 111 | 110101 | 1001111 | 1000001 |
Color Harmonies of #ECDC5E
Complementary color
Monochromatic Colors of #ECDC5E
Black with #ECDC5E
Text Example
Text Example
White with #ECDC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC5E; }
p { color: rgb(236,220,94); }
H1.HeaderClassName
{
color: #ECDC5E;
}
.AnyTagClassName
{
color: #ECDC5E;
}
</style>
background-color css
<style>
a { background-color: #ECDC5E; }
a { background-color: rgb(236,220,94); }
div.DivClassName
{
background-color: #ECDC5E;
}
.BgClassName
{
background-color: #ECDC5E;
}
</style>
border-color css
<style>
span { border-color: #ECDC5E; }
span { border-color: rgb(236,220,94); }
td.TdClassName
{
border-color: #ECDC5E;
}
.TagClassName
{
border-color: #ECDC5E;
}
</style>