Shades of Manz #ECE852
Tints of Manz #ECE852
RGB
CMYK
RGB Variations
Color information
#ECE852 (or 0xECE852) is known color: Manz. HEX triplet: EC, E8 and 52. RGB value is (236,232,82). Sum of RGB (Red+Green+Blue) = 236+232+82=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 232 (91.02% from 255 or 42.18% from 550); Blue value is 82 (32.42% from 255 or 14.91% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE852 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE852 is #1317AD. Grayscale: #D8D8D8. Windows color (decimal): -1251246 or 5433580. OLE color: 5433580.
HSL color Cylindrical-coordinate representation of color #ECE852: hue angle of 58.44º 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 #ECE852 is Cyan = 0, Magento = 0.02, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 82 | - |
| CMYK | 0 | 0.02 | 0.65 | 0.07 |
| HSL | 58.44º | 0.8% | 0.62% | - |
| HSV(B) | 58.44º | 0.65% | 0.93% | - |
| XYZ | 64.97 | 76.16 | 19.26 | - |
| YUV | 216.1 | 52.33 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 82 | 0 | 0.02 | 0.65 | 0.07 | 58.44 | 0.8 | 0.62 |
| Hex | EC | E8 | 52 | 0 | 2 | 41 | 7 | 3A | 50 | 3E |
| Octal | 354 | 350 | 122 | 0 | 2 | 101 | 7 | 72 | 120 | 76 |
| Binary | 11101100 | 11101000 | 1010010 | 0 | 10 | 1000001 | 111 | 111010 | 1010000 | 111110 |
Color Harmonies of #ECE852
Complementary color
Monochromatic Colors of #ECE852
Black with #ECE852
Text Example
Text Example
White with #ECE852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE852; }
p { color: rgb(236,232,82); }
H1.HeaderClassName
{
color: #ECE852;
}
.AnyTagClassName
{
color: #ECE852;
}
</style>
background-color css
<style>
a { background-color: #ECE852; }
a { background-color: rgb(236,232,82); }
div.DivClassName
{
background-color: #ECE852;
}
.BgClassName
{
background-color: #ECE852;
}
</style>
border-color css
<style>
span { border-color: #ECE852; }
span { border-color: rgb(236,232,82); }
td.TdClassName
{
border-color: #ECE852;
}
.TagClassName
{
border-color: #ECE852;
}
</style>