Shades of Manz #ECE757
Tints of Manz #ECE757
RGB
CMYK
RGB Variations
Color information
#ECE757 (or 0xECE757) is known color: Manz. HEX triplet: EC, E7 and 57. RGB value is (236,231,87). Sum of RGB (Red+Green+Blue) = 236+231+87=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 231 (90.62% from 255 or 41.70% from 554); Blue value is 87 (34.38% from 255 or 15.70% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE757 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE757 is #1318A8. Grayscale: #D8D8D8. Windows color (decimal): -1251497 or 5761004. OLE color: 5761004.
HSL color Cylindrical-coordinate representation of color #ECE757: hue angle of 57.99º 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 #ECE757 is Cyan = 0, Magento = 0.02, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 87 | - |
| CMYK | 0 | 0.02 | 0.63 | 0.07 |
| HSL | 57.99º | 0.8% | 0.63% | - |
| HSV(B) | 57.99º | 0.63% | 0.93% | - |
| XYZ | 64.89 | 75.67 | 20.2 | - |
| YUV | 216.08 | 55.16 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 87 | 0 | 0.02 | 0.63 | 0.07 | 57.99 | 0.8 | 0.63 |
| Hex | EC | E7 | 57 | 0 | 2 | 3F | 7 | 3A | 50 | 3F |
| Octal | 354 | 347 | 127 | 0 | 2 | 77 | 7 | 72 | 120 | 77 |
| Binary | 11101100 | 11100111 | 1010111 | 0 | 10 | 111111 | 111 | 111010 | 1010000 | 111111 |
Color Harmonies of #ECE757
Complementary color
Monochromatic Colors of #ECE757
Black with #ECE757
Text Example
Text Example
White with #ECE757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE757; }
p { color: rgb(236,231,87); }
H1.HeaderClassName
{
color: #ECE757;
}
.AnyTagClassName
{
color: #ECE757;
}
</style>
background-color css
<style>
a { background-color: #ECE757; }
a { background-color: rgb(236,231,87); }
div.DivClassName
{
background-color: #ECE757;
}
.BgClassName
{
background-color: #ECE757;
}
</style>
border-color css
<style>
span { border-color: #ECE757; }
span { border-color: rgb(236,231,87); }
td.TdClassName
{
border-color: #ECE757;
}
.TagClassName
{
border-color: #ECE757;
}
</style>