Shades of Manz #ECDE4D
Tints of Manz #ECDE4D
RGB
CMYK
RGB Variations
Color information
#ECDE4D (or 0xECDE4D) is known color: Manz. HEX triplet: EC, DE and 4D. RGB value is (236,222,77). Sum of RGB (Red+Green+Blue) = 236+222+77=535 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.11% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 77 (30.47% from 255 or 14.39% from 535); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE4D is #1321B2. Grayscale: #D2D2D2. Windows color (decimal): -1253811 or 5103340. OLE color: 5103340.
HSL color Cylindrical-coordinate representation of color #ECDE4D: hue angle of 54.72º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ECDE4D is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 77 | - |
| CMYK | 0 | 0.06 | 0.67 | 0.07 |
| HSL | 54.72º | 0.81% | 0.61% | - |
| HSV(B) | 54.72º | 0.67% | 0.93% | - |
| XYZ | 62.05 | 70.61 | 17.38 | - |
| YUV | 209.66 | 53.14 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 77 | 0 | 0.06 | 0.67 | 0.07 | 54.72 | 0.81 | 0.61 |
| Hex | EC | DE | 4D | 0 | 6 | 43 | 7 | 37 | 51 | 3D |
| Octal | 354 | 336 | 115 | 0 | 6 | 103 | 7 | 67 | 121 | 75 |
| Binary | 11101100 | 11011110 | 1001101 | 0 | 110 | 1000011 | 111 | 110111 | 1010001 | 111101 |
Color Harmonies of #ECDE4D
Complementary color
Monochromatic Colors of #ECDE4D
Black with #ECDE4D
Text Example
Text Example
White with #ECDE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE4D; }
p { color: rgb(236,222,77); }
H1.HeaderClassName
{
color: #ECDE4D;
}
.AnyTagClassName
{
color: #ECDE4D;
}
</style>
background-color css
<style>
a { background-color: #ECDE4D; }
a { background-color: rgb(236,222,77); }
div.DivClassName
{
background-color: #ECDE4D;
}
.BgClassName
{
background-color: #ECDE4D;
}
</style>
border-color css
<style>
span { border-color: #ECDE4D; }
span { border-color: rgb(236,222,77); }
td.TdClassName
{
border-color: #ECDE4D;
}
.TagClassName
{
border-color: #ECDE4D;
}
</style>