Shades of Manz #ECE253
Tints of Manz #ECE253
RGB
CMYK
RGB Variations
Color information
#ECE253 (or 0xECE253) is known color: Manz. HEX triplet: EC, E2 and 53. RGB value is (236,226,83). Sum of RGB (Red+Green+Blue) = 236+226+83=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 226 (88.67% from 255 or 41.47% from 545); Blue value is 83 (32.81% from 255 or 15.23% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE253 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE253 is #131DAC. Grayscale: #D5D5D5. Windows color (decimal): -1252781 or 5497580. OLE color: 5497580.
HSL color Cylindrical-coordinate representation of color #ECE253: hue angle of 56.08º 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 #ECE253 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 83 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.07 |
| HSL | 56.08º | 0.8% | 0.63% | - |
| HSV(B) | 56.08º | 0.65% | 0.93% | - |
| XYZ | 63.35 | 72.85 | 18.91 | - |
| YUV | 212.69 | 54.81 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 83 | 0 | 0.04 | 0.65 | 0.07 | 56.08 | 0.8 | 0.63 |
| Hex | EC | E2 | 53 | 0 | 4 | 41 | 7 | 38 | 50 | 3F |
| Octal | 354 | 342 | 123 | 0 | 4 | 101 | 7 | 70 | 120 | 77 |
| Binary | 11101100 | 11100010 | 1010011 | 0 | 100 | 1000001 | 111 | 111000 | 1010000 | 111111 |
Color Harmonies of #ECE253
Complementary color
Monochromatic Colors of #ECE253
Black with #ECE253
Text Example
Text Example
White with #ECE253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE253; }
p { color: rgb(236,226,83); }
H1.HeaderClassName
{
color: #ECE253;
}
.AnyTagClassName
{
color: #ECE253;
}
</style>
background-color css
<style>
a { background-color: #ECE253; }
a { background-color: rgb(236,226,83); }
div.DivClassName
{
background-color: #ECE253;
}
.BgClassName
{
background-color: #ECE253;
}
</style>
border-color css
<style>
span { border-color: #ECE253; }
span { border-color: rgb(236,226,83); }
td.TdClassName
{
border-color: #ECE253;
}
.TagClassName
{
border-color: #ECE253;
}
</style>