Shades of Manz #ECDD64
Tints of Manz #ECDD64
RGB
CMYK
RGB Variations
Color information
#ECDD64 (or 0xECDD64) is known color: Manz. HEX triplet: EC, DD and 64. RGB value is (236,221,100). Sum of RGB (Red+Green+Blue) = 236+221+100=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 221 (86.72% from 255 or 39.68% from 557); Blue value is 100 (39.45% from 255 or 17.95% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD64 is #13229B. Grayscale: #D4D4D4. Windows color (decimal): -1254044 or 6610412. OLE color: 6610412.
HSL color Cylindrical-coordinate representation of color #ECDD64: hue angle of 53.38º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECDD64 is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 100 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.07 |
| HSL | 53.38º | 0.78% | 0.66% | - |
| HSV(B) | 53.38º | 0.58% | 0.93% | - |
| XYZ | 62.75 | 70.47 | 22.35 | - |
| YUV | 211.69 | 64.97 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 100 | 0 | 0.06 | 0.58 | 0.07 | 53.38 | 0.78 | 0.66 |
| Hex | EC | DD | 64 | 0 | 6 | 3A | 7 | 35 | 4E | 42 |
| Octal | 354 | 335 | 144 | 0 | 6 | 72 | 7 | 65 | 116 | 102 |
| Binary | 11101100 | 11011101 | 1100100 | 0 | 110 | 111010 | 111 | 110101 | 1001110 | 1000010 |
Color Harmonies of #ECDD64
Complementary color
Monochromatic Colors of #ECDD64
Black with #ECDD64
Text Example
Text Example
White with #ECDD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD64; }
p { color: rgb(236,221,100); }
H1.HeaderClassName
{
color: #ECDD64;
}
.AnyTagClassName
{
color: #ECDD64;
}
</style>
background-color css
<style>
a { background-color: #ECDD64; }
a { background-color: rgb(236,221,100); }
div.DivClassName
{
background-color: #ECDD64;
}
.BgClassName
{
background-color: #ECDD64;
}
</style>
border-color css
<style>
span { border-color: #ECDD64; }
span { border-color: rgb(236,221,100); }
td.TdClassName
{
border-color: #ECDD64;
}
.TagClassName
{
border-color: #ECDD64;
}
</style>