Shades of Manz #ECE052
Tints of Manz #ECE052
RGB
CMYK
RGB Variations
Color information
#ECE052 (or 0xECE052) is known color: Manz. HEX triplet: EC, E0 and 52. RGB value is (236,224,82). Sum of RGB (Red+Green+Blue) = 236+224+82=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 224 (87.89% from 255 or 41.33% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE052 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE052 is #131FAD. Grayscale: #D3D3D3. Windows color (decimal): -1253294 or 5431532. OLE color: 5431532.
HSL color Cylindrical-coordinate representation of color #ECE052: hue angle of 55.32º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECE052 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 82 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.07 |
| HSL | 55.32º | 0.8% | 0.62% | - |
| HSV(B) | 55.32º | 0.65% | 0.93% | - |
| XYZ | 62.77 | 71.75 | 18.52 | - |
| YUV | 211.4 | 54.98 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 82 | 0 | 0.05 | 0.65 | 0.07 | 55.32 | 0.8 | 0.62 |
| Hex | EC | E0 | 52 | 0 | 5 | 41 | 7 | 37 | 50 | 3E |
| Octal | 354 | 340 | 122 | 0 | 5 | 101 | 7 | 67 | 120 | 76 |
| Binary | 11101100 | 11100000 | 1010010 | 0 | 101 | 1000001 | 111 | 110111 | 1010000 | 111110 |
Color Harmonies of #ECE052
Complementary color
Monochromatic Colors of #ECE052
Black with #ECE052
Text Example
Text Example
White with #ECE052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE052; }
p { color: rgb(236,224,82); }
H1.HeaderClassName
{
color: #ECE052;
}
.AnyTagClassName
{
color: #ECE052;
}
</style>
background-color css
<style>
a { background-color: #ECE052; }
a { background-color: rgb(236,224,82); }
div.DivClassName
{
background-color: #ECE052;
}
.BgClassName
{
background-color: #ECE052;
}
</style>
border-color css
<style>
span { border-color: #ECE052; }
span { border-color: rgb(236,224,82); }
td.TdClassName
{
border-color: #ECE052;
}
.TagClassName
{
border-color: #ECE052;
}
</style>