Shades of Manz #ECDC62
Tints of Manz #ECDC62
RGB
CMYK
RGB Variations
Color information
#ECDC62 (or 0xECDC62) is known color: Manz. HEX triplet: EC, DC and 62. RGB value is (236,220,98). Sum of RGB (Red+Green+Blue) = 236+220+98=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 98 (38.67% from 255 or 17.69% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC62 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC62 is #13239D. Grayscale: #D3D3D3. Windows color (decimal): -1254302 or 6479084. OLE color: 6479084.
HSL color Cylindrical-coordinate representation of color #ECDC62: hue angle of 53.04º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECDC62 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 98 | - |
| CMYK | 0 | 0.07 | 0.58 | 0.07 |
| HSL | 53.04º | 0.78% | 0.65% | - |
| HSV(B) | 53.04º | 0.58% | 0.93% | - |
| XYZ | 62.39 | 69.9 | 21.76 | - |
| YUV | 210.88 | 64.3 | 145.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 98 | 0 | 0.07 | 0.58 | 0.07 | 53.04 | 0.78 | 0.65 |
| Hex | EC | DC | 62 | 0 | 7 | 3A | 7 | 35 | 4E | 41 |
| Octal | 354 | 334 | 142 | 0 | 7 | 72 | 7 | 65 | 116 | 101 |
| Binary | 11101100 | 11011100 | 1100010 | 0 | 111 | 111010 | 111 | 110101 | 1001110 | 1000001 |
Color Harmonies of #ECDC62
Complementary color
Monochromatic Colors of #ECDC62
Black with #ECDC62
Text Example
Text Example
White with #ECDC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC62; }
p { color: rgb(236,220,98); }
H1.HeaderClassName
{
color: #ECDC62;
}
.AnyTagClassName
{
color: #ECDC62;
}
</style>
background-color css
<style>
a { background-color: #ECDC62; }
a { background-color: rgb(236,220,98); }
div.DivClassName
{
background-color: #ECDC62;
}
.BgClassName
{
background-color: #ECDC62;
}
</style>
border-color css
<style>
span { border-color: #ECDC62; }
span { border-color: rgb(236,220,98); }
td.TdClassName
{
border-color: #ECDC62;
}
.TagClassName
{
border-color: #ECDC62;
}
</style>