Shades of Manz #ECDE52
Tints of Manz #ECDE52
RGB
CMYK
RGB Variations
Color information
#ECDE52 (or 0xECDE52) is known color: Manz. HEX triplet: EC, DE and 52. RGB value is (236,222,82). Sum of RGB (Red+Green+Blue) = 236+222+82=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 222 (87.11% from 255 or 41.11% from 540); Blue value is 82 (32.42% from 255 or 15.19% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE52 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE52 is #1321AD. Grayscale: #D2D2D2. Windows color (decimal): -1253806 or 5431020. OLE color: 5431020.
HSL color Cylindrical-coordinate representation of color #ECDE52: hue angle of 54.55º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECDE52 is Cyan = 0, Magento = 0.06, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 82 | - |
| CMYK | 0 | 0.06 | 0.65 | 0.07 |
| HSL | 54.55º | 0.8% | 0.62% | - |
| HSV(B) | 54.55º | 0.65% | 0.93% | - |
| XYZ | 62.24 | 70.68 | 18.35 | - |
| YUV | 210.23 | 55.64 | 146.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 82 | 0 | 0.06 | 0.65 | 0.07 | 54.55 | 0.8 | 0.62 |
| Hex | EC | DE | 52 | 0 | 6 | 41 | 7 | 37 | 50 | 3E |
| Octal | 354 | 336 | 122 | 0 | 6 | 101 | 7 | 67 | 120 | 76 |
| Binary | 11101100 | 11011110 | 1010010 | 0 | 110 | 1000001 | 111 | 110111 | 1010000 | 111110 |
Color Harmonies of #ECDE52
Complementary color
Monochromatic Colors of #ECDE52
Black with #ECDE52
Text Example
Text Example
White with #ECDE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE52; }
p { color: rgb(236,222,82); }
H1.HeaderClassName
{
color: #ECDE52;
}
.AnyTagClassName
{
color: #ECDE52;
}
</style>
background-color css
<style>
a { background-color: #ECDE52; }
a { background-color: rgb(236,222,82); }
div.DivClassName
{
background-color: #ECDE52;
}
.BgClassName
{
background-color: #ECDE52;
}
</style>
border-color css
<style>
span { border-color: #ECDE52; }
span { border-color: rgb(236,222,82); }
td.TdClassName
{
border-color: #ECDE52;
}
.TagClassName
{
border-color: #ECDE52;
}
</style>