Shades of Manz #ECDC5B
Tints of Manz #ECDC5B
RGB
CMYK
RGB Variations
Color information
#ECDC5B (or 0xECDC5B) is known color: Manz. HEX triplet: EC, DC and 5B. RGB value is (236,220,91). Sum of RGB (Red+Green+Blue) = 236+220+91=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 220 (86.33% from 255 or 40.22% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC5B is #1323A4. Grayscale: #D2D2D2. Windows color (decimal): -1254309 or 6020332. OLE color: 6020332.
HSL color Cylindrical-coordinate representation of color #ECDC5B: hue angle of 53.38º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECDC5B is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 91 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.07 |
| HSL | 53.38º | 0.79% | 0.64% | - |
| HSV(B) | 53.38º | 0.61% | 0.93% | - |
| XYZ | 62.07 | 69.77 | 20.09 | - |
| YUV | 210.08 | 60.8 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 91 | 0 | 0.07 | 0.61 | 0.07 | 53.38 | 0.79 | 0.64 |
| Hex | EC | DC | 5B | 0 | 7 | 3D | 7 | 35 | 4F | 40 |
| Octal | 354 | 334 | 133 | 0 | 7 | 75 | 7 | 65 | 117 | 100 |
| Binary | 11101100 | 11011100 | 1011011 | 0 | 111 | 111101 | 111 | 110101 | 1001111 | 1000000 |
Color Harmonies of #ECDC5B
Complementary color
Monochromatic Colors of #ECDC5B
Black with #ECDC5B
Text Example
Text Example
White with #ECDC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC5B; }
p { color: rgb(236,220,91); }
H1.HeaderClassName
{
color: #ECDC5B;
}
.AnyTagClassName
{
color: #ECDC5B;
}
</style>
background-color css
<style>
a { background-color: #ECDC5B; }
a { background-color: rgb(236,220,91); }
div.DivClassName
{
background-color: #ECDC5B;
}
.BgClassName
{
background-color: #ECDC5B;
}
</style>
border-color css
<style>
span { border-color: #ECDC5B; }
span { border-color: rgb(236,220,91); }
td.TdClassName
{
border-color: #ECDC5B;
}
.TagClassName
{
border-color: #ECDC5B;
}
</style>