Shades of Manz #ECDD55
Tints of Manz #ECDD55
RGB
CMYK
RGB Variations
Color information
#ECDD55 (or 0xECDD55) is known color: Manz. HEX triplet: EC, DD and 55. RGB value is (236,221,85). Sum of RGB (Red+Green+Blue) = 236+221+85=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDD55 is #1322AA. Grayscale: #D2D2D2. Windows color (decimal): -1254059 or 5627372. OLE color: 5627372.
HSL color Cylindrical-coordinate representation of color #ECDD55: hue angle of 54.04º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECDD55 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 221 | 85 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.07 |
| HSL | 54.04º | 0.8% | 0.63% | - |
| HSV(B) | 54.04º | 0.64% | 0.93% | - |
| XYZ | 62.09 | 70.2 | 18.87 | - |
| YUV | 209.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 221 | 85 | 0 | 0.06 | 0.64 | 0.07 | 54.04 | 0.8 | 0.63 |
| Hex | EC | DD | 55 | 0 | 6 | 40 | 7 | 36 | 50 | 3F |
| Octal | 354 | 335 | 125 | 0 | 6 | 100 | 7 | 66 | 120 | 77 |
| Binary | 11101100 | 11011101 | 1010101 | 0 | 110 | 1000000 | 111 | 110110 | 1010000 | 111111 |
Color Harmonies of #ECDD55
Complementary color
Monochromatic Colors of #ECDD55
Black with #ECDD55
Text Example
Text Example
White with #ECDD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDD55; }
p { color: rgb(236,221,85); }
H1.HeaderClassName
{
color: #ECDD55;
}
.AnyTagClassName
{
color: #ECDD55;
}
</style>
background-color css
<style>
a { background-color: #ECDD55; }
a { background-color: rgb(236,221,85); }
div.DivClassName
{
background-color: #ECDD55;
}
.BgClassName
{
background-color: #ECDD55;
}
</style>
border-color css
<style>
span { border-color: #ECDD55; }
span { border-color: rgb(236,221,85); }
td.TdClassName
{
border-color: #ECDD55;
}
.TagClassName
{
border-color: #ECDD55;
}
</style>