Shades of Manz #ECE353
Tints of Manz #ECE353
RGB
CMYK
RGB Variations
Color information
#ECE353 (or 0xECE353) is known color: Manz. HEX triplet: EC, E3 and 53. RGB value is (236,227,83). Sum of RGB (Red+Green+Blue) = 236+227+83=546 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.22% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 83 (32.81% from 255 or 15.20% from 546); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE353 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE353 is #131CAC. Grayscale: #D5D5D5. Windows color (decimal): -1252525 or 5497836. OLE color: 5497836.
HSL color Cylindrical-coordinate representation of color #ECE353: hue angle of 56.47º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ECE353 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 227 | 83 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.07 |
| HSL | 56.47º | 0.8% | 0.63% | - |
| HSV(B) | 56.47º | 0.65% | 0.93% | - |
| XYZ | 63.62 | 73.4 | 19 | - |
| YUV | 213.28 | 54.48 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 227 | 83 | 0 | 0.04 | 0.65 | 0.07 | 56.47 | 0.8 | 0.63 |
| Hex | EC | E3 | 53 | 0 | 4 | 41 | 7 | 38 | 50 | 3F |
| Octal | 354 | 343 | 123 | 0 | 4 | 101 | 7 | 70 | 120 | 77 |
| Binary | 11101100 | 11100011 | 1010011 | 0 | 100 | 1000001 | 111 | 111000 | 1010000 | 111111 |
Color Harmonies of #ECE353
Complementary color
Monochromatic Colors of #ECE353
Black with #ECE353
Text Example
Text Example
White with #ECE353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE353; }
p { color: rgb(236,227,83); }
H1.HeaderClassName
{
color: #ECE353;
}
.AnyTagClassName
{
color: #ECE353;
}
</style>
background-color css
<style>
a { background-color: #ECE353; }
a { background-color: rgb(236,227,83); }
div.DivClassName
{
background-color: #ECE353;
}
.BgClassName
{
background-color: #ECE353;
}
</style>
border-color css
<style>
span { border-color: #ECE353; }
span { border-color: rgb(236,227,83); }
td.TdClassName
{
border-color: #ECE353;
}
.TagClassName
{
border-color: #ECE353;
}
</style>