Shades of Manz #ECE452
Tints of Manz #ECE452
RGB
CMYK
RGB Variations
Color information
#ECE452 (or 0xECE452) is known color: Manz. HEX triplet: EC, E4 and 52. RGB value is (236,228,82). Sum of RGB (Red+Green+Blue) = 236+228+82=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 228 (89.45% from 255 or 41.76% from 546); Blue value is 82 (32.42% from 255 or 15.02% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE452 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE452 is #131BAD. Grayscale: #D6D6D6. Windows color (decimal): -1252270 or 5432556. OLE color: 5432556.
HSL color Cylindrical-coordinate representation of color #ECE452: hue angle of 56.88º 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 #ECE452 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 82 | - |
| CMYK | 0 | 0.03 | 0.65 | 0.07 |
| HSL | 56.88º | 0.8% | 0.62% | - |
| HSV(B) | 56.88º | 0.65% | 0.93% | - |
| XYZ | 63.86 | 73.93 | 18.89 | - |
| YUV | 213.75 | 53.65 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 82 | 0 | 0.03 | 0.65 | 0.07 | 56.88 | 0.8 | 0.62 |
| Hex | EC | E4 | 52 | 0 | 3 | 41 | 7 | 39 | 50 | 3E |
| Octal | 354 | 344 | 122 | 0 | 3 | 101 | 7 | 71 | 120 | 76 |
| Binary | 11101100 | 11100100 | 1010010 | 0 | 11 | 1000001 | 111 | 111001 | 1010000 | 111110 |
Color Harmonies of #ECE452
Complementary color
Monochromatic Colors of #ECE452
Black with #ECE452
Text Example
Text Example
White with #ECE452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE452; }
p { color: rgb(236,228,82); }
H1.HeaderClassName
{
color: #ECE452;
}
.AnyTagClassName
{
color: #ECE452;
}
</style>
background-color css
<style>
a { background-color: #ECE452; }
a { background-color: rgb(236,228,82); }
div.DivClassName
{
background-color: #ECE452;
}
.BgClassName
{
background-color: #ECE452;
}
</style>
border-color css
<style>
span { border-color: #ECE452; }
span { border-color: rgb(236,228,82); }
td.TdClassName
{
border-color: #ECE452;
}
.TagClassName
{
border-color: #ECE452;
}
</style>