Shades of Manz #ECDE55
Tints of Manz #ECDE55
RGB
CMYK
RGB Variations
Color information
#ECDE55 (or 0xECDE55) is known color: Manz. HEX triplet: EC, DE and 55. RGB value is (236,222,85). Sum of RGB (Red+Green+Blue) = 236+222+85=543 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.46% from 543); Green value is 222 (87.11% from 255 or 40.88% from 543); Blue value is 85 (33.59% from 255 or 15.65% from 543); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE55 is #1321AA. Grayscale: #D3D3D3. Windows color (decimal): -1253803 or 5627628. OLE color: 5627628.
HSL color Cylindrical-coordinate representation of color #ECDE55: hue angle of 54.44º 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 #ECDE55 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 85 | - |
| CMYK | 0 | 0.06 | 0.64 | 0.07 |
| HSL | 54.44º | 0.8% | 0.63% | - |
| HSV(B) | 54.44º | 0.64% | 0.93% | - |
| XYZ | 62.35 | 70.73 | 18.96 | - |
| YUV | 210.57 | 57.14 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 85 | 0 | 0.06 | 0.64 | 0.07 | 54.44 | 0.8 | 0.63 |
| Hex | EC | DE | 55 | 0 | 6 | 40 | 7 | 36 | 50 | 3F |
| Octal | 354 | 336 | 125 | 0 | 6 | 100 | 7 | 66 | 120 | 77 |
| Binary | 11101100 | 11011110 | 1010101 | 0 | 110 | 1000000 | 111 | 110110 | 1010000 | 111111 |
Color Harmonies of #ECDE55
Complementary color
Monochromatic Colors of #ECDE55
Black with #ECDE55
Text Example
Text Example
White with #ECDE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE55; }
p { color: rgb(236,222,85); }
H1.HeaderClassName
{
color: #ECDE55;
}
.AnyTagClassName
{
color: #ECDE55;
}
</style>
background-color css
<style>
a { background-color: #ECDE55; }
a { background-color: rgb(236,222,85); }
div.DivClassName
{
background-color: #ECDE55;
}
.BgClassName
{
background-color: #ECDE55;
}
</style>
border-color css
<style>
span { border-color: #ECDE55; }
span { border-color: rgb(236,222,85); }
td.TdClassName
{
border-color: #ECDE55;
}
.TagClassName
{
border-color: #ECDE55;
}
</style>