Shades of Manz #ECE147
Tints of Manz #ECE147
RGB
CMYK
RGB Variations
Color information
#ECE147 (or 0xECE147) is known color: Manz. HEX triplet: EC, E1 and 47. RGB value is (236,225,71). Sum of RGB (Red+Green+Blue) = 236+225+71=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 71 (28.12% from 255 or 13.35% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE147 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE147 is #131EB8. Grayscale: #D3D3D3. Windows color (decimal): -1253049 or 4710892. OLE color: 4710892.
HSL color Cylindrical-coordinate representation of color #ECE147: hue angle of 56º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ECE147 is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 71 | - |
| CMYK | 0 | 0.05 | 0.70 | 0.07 |
| HSL | 56º | 0.81% | 0.6% | - |
| HSV(B) | 56º | 0.7% | 0.93% | - |
| XYZ | 62.65 | 72.14 | 16.58 | - |
| YUV | 210.73 | 49.14 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 71 | 0 | 0.05 | 0.70 | 0.07 | 56 | 0.81 | 0.6 |
| Hex | EC | E1 | 47 | 0 | 5 | 46 | 7 | 38 | 51 | 3C |
| Octal | 354 | 341 | 107 | 0 | 5 | 106 | 7 | 70 | 121 | 74 |
| Binary | 11101100 | 11100001 | 1000111 | 0 | 101 | 1000110 | 111 | 111000 | 1010001 | 111100 |
Color Harmonies of #ECE147
Complementary color
Monochromatic Colors of #ECE147
Black with #ECE147
Text Example
Text Example
White with #ECE147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE147; }
p { color: rgb(236,225,71); }
H1.HeaderClassName
{
color: #ECE147;
}
.AnyTagClassName
{
color: #ECE147;
}
</style>
background-color css
<style>
a { background-color: #ECE147; }
a { background-color: rgb(236,225,71); }
div.DivClassName
{
background-color: #ECE147;
}
.BgClassName
{
background-color: #ECE147;
}
</style>
border-color css
<style>
span { border-color: #ECE147; }
span { border-color: rgb(236,225,71); }
td.TdClassName
{
border-color: #ECE147;
}
.TagClassName
{
border-color: #ECE147;
}
</style>