Shades of Manz #ECDE58
Tints of Manz #ECDE58
RGB
CMYK
RGB Variations
Color information
#ECDE58 (or 0xECDE58) is known color: Manz. HEX triplet: EC, DE and 58. RGB value is (236,222,88). Sum of RGB (Red+Green+Blue) = 236+222+88=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 222 (87.11% from 255 or 40.66% from 546); Blue value is 88 (34.77% from 255 or 16.12% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE58 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE58 is #1321A7. Grayscale: #D3D3D3. Windows color (decimal): -1253800 or 5824236. OLE color: 5824236.
HSL color Cylindrical-coordinate representation of color #ECDE58: hue angle of 54.32º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECDE58 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 88 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.07 |
| HSL | 54.32º | 0.8% | 0.64% | - |
| HSV(B) | 54.32º | 0.63% | 0.93% | - |
| XYZ | 62.47 | 70.78 | 19.6 | - |
| YUV | 210.91 | 58.64 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 88 | 0 | 0.06 | 0.63 | 0.07 | 54.32 | 0.8 | 0.64 |
| Hex | EC | DE | 58 | 0 | 6 | 3F | 7 | 36 | 50 | 40 |
| Octal | 354 | 336 | 130 | 0 | 6 | 77 | 7 | 66 | 120 | 100 |
| Binary | 11101100 | 11011110 | 1011000 | 0 | 110 | 111111 | 111 | 110110 | 1010000 | 1000000 |
Color Harmonies of #ECDE58
Complementary color
Monochromatic Colors of #ECDE58
Black with #ECDE58
Text Example
Text Example
White with #ECDE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE58; }
p { color: rgb(236,222,88); }
H1.HeaderClassName
{
color: #ECDE58;
}
.AnyTagClassName
{
color: #ECDE58;
}
</style>
background-color css
<style>
a { background-color: #ECDE58; }
a { background-color: rgb(236,222,88); }
div.DivClassName
{
background-color: #ECDE58;
}
.BgClassName
{
background-color: #ECDE58;
}
</style>
border-color css
<style>
span { border-color: #ECDE58; }
span { border-color: rgb(236,222,88); }
td.TdClassName
{
border-color: #ECDE58;
}
.TagClassName
{
border-color: #ECDE58;
}
</style>