Shades of Manz #ECE548
Tints of Manz #ECE548
RGB
CMYK
RGB Variations
Color information
#ECE548 (or 0xECE548) is known color: Manz. HEX triplet: EC, E5 and 48. RGB value is (236,229,72). Sum of RGB (Red+Green+Blue) = 236+229+72=537 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.95% from 537); Green value is 229 (89.84% from 255 or 42.64% from 537); Blue value is 72 (28.52% from 255 or 13.41% from 537); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE548 is #131AB7. Grayscale: #D5D5D5. Windows color (decimal): -1252024 or 4777452. OLE color: 4777452.
HSL color Cylindrical-coordinate representation of color #ECE548: hue angle of 57.44º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ECE548 is Cyan = 0, Magento = 0.03, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 72 | - |
| CMYK | 0 | 0.03 | 0.69 | 0.07 |
| HSL | 57.44º | 0.81% | 0.6% | - |
| HSV(B) | 57.44º | 0.69% | 0.93% | - |
| XYZ | 63.78 | 74.34 | 17.12 | - |
| YUV | 213.2 | 48.32 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 72 | 0 | 0.03 | 0.69 | 0.07 | 57.44 | 0.81 | 0.6 |
| Hex | EC | E5 | 48 | 0 | 3 | 45 | 7 | 39 | 51 | 3C |
| Octal | 354 | 345 | 110 | 0 | 3 | 105 | 7 | 71 | 121 | 74 |
| Binary | 11101100 | 11100101 | 1001000 | 0 | 11 | 1000101 | 111 | 111001 | 1010001 | 111100 |
Color Harmonies of #ECE548
Complementary color
Monochromatic Colors of #ECE548
Black with #ECE548
Text Example
Text Example
White with #ECE548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE548; }
p { color: rgb(236,229,72); }
H1.HeaderClassName
{
color: #ECE548;
}
.AnyTagClassName
{
color: #ECE548;
}
</style>
background-color css
<style>
a { background-color: #ECE548; }
a { background-color: rgb(236,229,72); }
div.DivClassName
{
background-color: #ECE548;
}
.BgClassName
{
background-color: #ECE548;
}
</style>
border-color css
<style>
span { border-color: #ECE548; }
span { border-color: rgb(236,229,72); }
td.TdClassName
{
border-color: #ECE548;
}
.TagClassName
{
border-color: #ECE548;
}
</style>