Shades of Manz #ECDC4E
Tints of Manz #ECDC4E
RGB
CMYK
RGB Variations
Color information
#ECDC4E (or 0xECDC4E) is known color: Manz. HEX triplet: EC, DC and 4E. RGB value is (236,220,78). Sum of RGB (Red+Green+Blue) = 236+220+78=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 220 (86.33% from 255 or 41.20% from 534); Blue value is 78 (30.86% from 255 or 14.61% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDC4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDC4E is #1323B1. Grayscale: #D1D1D1. Windows color (decimal): -1254322 or 5168364. OLE color: 5168364.
HSL color Cylindrical-coordinate representation of color #ECDC4E: hue angle of 53.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECDC4E is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 220 | 78 | - |
| CMYK | 0 | 0.07 | 0.67 | 0.07 |
| HSL | 53.92º | 0.81% | 0.62% | - |
| HSV(B) | 53.92º | 0.67% | 0.93% | - |
| XYZ | 61.56 | 69.57 | 17.39 | - |
| YUV | 208.6 | 54.3 | 147.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 220 | 78 | 0 | 0.07 | 0.67 | 0.07 | 53.92 | 0.81 | 0.62 |
| Hex | EC | DC | 4E | 0 | 7 | 43 | 7 | 36 | 51 | 3E |
| Octal | 354 | 334 | 116 | 0 | 7 | 103 | 7 | 66 | 121 | 76 |
| Binary | 11101100 | 11011100 | 1001110 | 0 | 111 | 1000011 | 111 | 110110 | 1010001 | 111110 |
Color Harmonies of #ECDC4E
Complementary color
Monochromatic Colors of #ECDC4E
Black with #ECDC4E
Text Example
Text Example
White with #ECDC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDC4E; }
p { color: rgb(236,220,78); }
H1.HeaderClassName
{
color: #ECDC4E;
}
.AnyTagClassName
{
color: #ECDC4E;
}
</style>
background-color css
<style>
a { background-color: #ECDC4E; }
a { background-color: rgb(236,220,78); }
div.DivClassName
{
background-color: #ECDC4E;
}
.BgClassName
{
background-color: #ECDC4E;
}
</style>
border-color css
<style>
span { border-color: #ECDC4E; }
span { border-color: rgb(236,220,78); }
td.TdClassName
{
border-color: #ECDC4E;
}
.TagClassName
{
border-color: #ECDC4E;
}
</style>