Shades of Manz #ECE753
Tints of Manz #ECE753
RGB
CMYK
RGB Variations
Color information
#ECE753 (or 0xECE753) is known color: Manz. HEX triplet: EC, E7 and 53. RGB value is (236,231,83). Sum of RGB (Red+Green+Blue) = 236+231+83=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 83 (32.81% from 255 or 15.09% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE753 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE753 is #1318AC. Grayscale: #D8D8D8. Windows color (decimal): -1251501 or 5498860. OLE color: 5498860.
HSL color Cylindrical-coordinate representation of color #ECE753: hue angle of 58.04º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECE753 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 83 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.07 |
| HSL | 58.04º | 0.8% | 0.63% | - |
| HSV(B) | 58.04º | 0.65% | 0.93% | - |
| XYZ | 64.73 | 75.61 | 19.37 | - |
| YUV | 215.62 | 53.16 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 83 | 0 | 0.02 | 0.65 | 0.07 | 58.04 | 0.8 | 0.63 |
| Hex | EC | E7 | 53 | 0 | 2 | 41 | 7 | 3A | 50 | 3F |
| Octal | 354 | 347 | 123 | 0 | 2 | 101 | 7 | 72 | 120 | 77 |
| Binary | 11101100 | 11100111 | 1010011 | 0 | 10 | 1000001 | 111 | 111010 | 1010000 | 111111 |
Color Harmonies of #ECE753
Complementary color
Monochromatic Colors of #ECE753
Black with #ECE753
Text Example
Text Example
White with #ECE753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE753; }
p { color: rgb(236,231,83); }
H1.HeaderClassName
{
color: #ECE753;
}
.AnyTagClassName
{
color: #ECE753;
}
</style>
background-color css
<style>
a { background-color: #ECE753; }
a { background-color: rgb(236,231,83); }
div.DivClassName
{
background-color: #ECE753;
}
.BgClassName
{
background-color: #ECE753;
}
</style>
border-color css
<style>
span { border-color: #ECE753; }
span { border-color: rgb(236,231,83); }
td.TdClassName
{
border-color: #ECE753;
}
.TagClassName
{
border-color: #ECE753;
}
</style>