Shades of Manz #ECDE57
Tints of Manz #ECDE57
RGB
CMYK
RGB Variations
Color information
#ECDE57 (or 0xECDE57) is known color: Manz. HEX triplet: EC, DE and 57. RGB value is (236,222,87). Sum of RGB (Red+Green+Blue) = 236+222+87=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 222 (87.11% from 255 or 40.73% from 545); Blue value is 87 (34.38% from 255 or 15.96% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDE57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECDE57 is #1321A8. Grayscale: #D3D3D3. Windows color (decimal): -1253801 or 5758700. OLE color: 5758700.
HSL color Cylindrical-coordinate representation of color #ECDE57: hue angle of 54.36º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECDE57 is Cyan = 0, Magento = 0.06, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 222 | 87 | - |
| CMYK | 0 | 0.06 | 0.63 | 0.07 |
| HSL | 54.36º | 0.8% | 0.63% | - |
| HSV(B) | 54.36º | 0.63% | 0.93% | - |
| XYZ | 62.43 | 70.76 | 19.38 | - |
| YUV | 210.8 | 58.14 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 222 | 87 | 0 | 0.06 | 0.63 | 0.07 | 54.36 | 0.8 | 0.63 |
| Hex | EC | DE | 57 | 0 | 6 | 3F | 7 | 36 | 50 | 3F |
| Octal | 354 | 336 | 127 | 0 | 6 | 77 | 7 | 66 | 120 | 77 |
| Binary | 11101100 | 11011110 | 1010111 | 0 | 110 | 111111 | 111 | 110110 | 1010000 | 111111 |
Color Harmonies of #ECDE57
Complementary color
Monochromatic Colors of #ECDE57
Black with #ECDE57
Text Example
Text Example
White with #ECDE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECDE57; }
p { color: rgb(236,222,87); }
H1.HeaderClassName
{
color: #ECDE57;
}
.AnyTagClassName
{
color: #ECDE57;
}
</style>
background-color css
<style>
a { background-color: #ECDE57; }
a { background-color: rgb(236,222,87); }
div.DivClassName
{
background-color: #ECDE57;
}
.BgClassName
{
background-color: #ECDE57;
}
</style>
border-color css
<style>
span { border-color: #ECDE57; }
span { border-color: rgb(236,222,87); }
td.TdClassName
{
border-color: #ECDE57;
}
.TagClassName
{
border-color: #ECDE57;
}
</style>