Shades of Manz #ECE148
Tints of Manz #ECE148
RGB
CMYK
RGB Variations
Color information
#ECE148 (or 0xECE148) is known color: Manz. HEX triplet: EC, E1 and 48. RGB value is (236,225,72). Sum of RGB (Red+Green+Blue) = 236+225+72=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 72 (28.52% from 255 or 13.51% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECE148 is #131EB7. Grayscale: #D3D3D3. Windows color (decimal): -1253048 or 4776428. OLE color: 4776428.
HSL color Cylindrical-coordinate representation of color #ECE148: hue angle of 55.98º 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 #ECE148 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 72 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.07 |
| HSL | 55.98º | 0.81% | 0.6% | - |
| HSV(B) | 55.98º | 0.69% | 0.93% | - |
| XYZ | 62.69 | 72.15 | 16.75 | - |
| YUV | 210.85 | 49.64 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 72 | 0 | 0.05 | 0.69 | 0.07 | 55.98 | 0.81 | 0.6 |
| Hex | EC | E1 | 48 | 0 | 5 | 45 | 7 | 38 | 51 | 3C |
| Octal | 354 | 341 | 110 | 0 | 5 | 105 | 7 | 70 | 121 | 74 |
| Binary | 11101100 | 11100001 | 1001000 | 0 | 101 | 1000101 | 111 | 111000 | 1010001 | 111100 |
Color Harmonies of #ECE148
Complementary color
Monochromatic Colors of #ECE148
Black with #ECE148
Text Example
Text Example
White with #ECE148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE148; }
p { color: rgb(236,225,72); }
H1.HeaderClassName
{
color: #ECE148;
}
.AnyTagClassName
{
color: #ECE148;
}
</style>
background-color css
<style>
a { background-color: #ECE148; }
a { background-color: rgb(236,225,72); }
div.DivClassName
{
background-color: #ECE148;
}
.BgClassName
{
background-color: #ECE148;
}
</style>
border-color css
<style>
span { border-color: #ECE148; }
span { border-color: rgb(236,225,72); }
td.TdClassName
{
border-color: #ECE148;
}
.TagClassName
{
border-color: #ECE148;
}
</style>