Shades of Manz #ECE252
Tints of Manz #ECE252
RGB
CMYK
RGB Variations
Color information
#ECE252 (or 0xECE252) is known color: Manz. HEX triplet: EC, E2 and 52. RGB value is (236,226,82). Sum of RGB (Red+Green+Blue) = 236+226+82=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 82 (32.42% from 255 or 15.07% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE252 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE252 is #131DAD. Grayscale: #D5D5D5. Windows color (decimal): -1252782 or 5432044. OLE color: 5432044.
HSL color Cylindrical-coordinate representation of color #ECE252: hue angle of 56.1º 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 #ECE252 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 82 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.07 |
| HSL | 56.1º | 0.8% | 0.62% | - |
| HSV(B) | 56.1º | 0.65% | 0.93% | - |
| XYZ | 63.31 | 72.83 | 18.7 | - |
| YUV | 212.57 | 54.31 | 144.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 82 | 0 | 0.04 | 0.65 | 0.07 | 56.1 | 0.8 | 0.62 |
| Hex | EC | E2 | 52 | 0 | 4 | 41 | 7 | 38 | 50 | 3E |
| Octal | 354 | 342 | 122 | 0 | 4 | 101 | 7 | 70 | 120 | 76 |
| Binary | 11101100 | 11100010 | 1010010 | 0 | 100 | 1000001 | 111 | 111000 | 1010000 | 111110 |
Color Harmonies of #ECE252
Complementary color
Monochromatic Colors of #ECE252
Black with #ECE252
Text Example
Text Example
White with #ECE252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE252; }
p { color: rgb(236,226,82); }
H1.HeaderClassName
{
color: #ECE252;
}
.AnyTagClassName
{
color: #ECE252;
}
</style>
background-color css
<style>
a { background-color: #ECE252; }
a { background-color: rgb(236,226,82); }
div.DivClassName
{
background-color: #ECE252;
}
.BgClassName
{
background-color: #ECE252;
}
</style>
border-color css
<style>
span { border-color: #ECE252; }
span { border-color: rgb(236,226,82); }
td.TdClassName
{
border-color: #ECE252;
}
.TagClassName
{
border-color: #ECE252;
}
</style>