Shades of Manz #ECE255
Tints of Manz #ECE255
RGB
CMYK
RGB Variations
Color information
#ECE255 (or 0xECE255) is known color: Manz. HEX triplet: EC, E2 and 55. RGB value is (236,226,85). Sum of RGB (Red+Green+Blue) = 236+226+85=547 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.14% from 547); Green value is 226 (88.67% from 255 or 41.32% from 547); Blue value is 85 (33.59% from 255 or 15.54% from 547); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE255 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE255 is #131DAA. Grayscale: #D5D5D5. Windows color (decimal): -1252779 or 5628652. OLE color: 5628652.
HSL color Cylindrical-coordinate representation of color #ECE255: hue angle of 56.03º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ECE255 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 85 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.07 |
| HSL | 56.03º | 0.8% | 0.63% | - |
| HSV(B) | 56.03º | 0.64% | 0.93% | - |
| XYZ | 63.43 | 72.88 | 19.32 | - |
| YUV | 212.92 | 55.81 | 144.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 85 | 0 | 0.04 | 0.64 | 0.07 | 56.03 | 0.8 | 0.63 |
| Hex | EC | E2 | 55 | 0 | 4 | 40 | 7 | 38 | 50 | 3F |
| Octal | 354 | 342 | 125 | 0 | 4 | 100 | 7 | 70 | 120 | 77 |
| Binary | 11101100 | 11100010 | 1010101 | 0 | 100 | 1000000 | 111 | 111000 | 1010000 | 111111 |
Color Harmonies of #ECE255
Complementary color
Monochromatic Colors of #ECE255
Black with #ECE255
Text Example
Text Example
White with #ECE255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE255; }
p { color: rgb(236,226,85); }
H1.HeaderClassName
{
color: #ECE255;
}
.AnyTagClassName
{
color: #ECE255;
}
</style>
background-color css
<style>
a { background-color: #ECE255; }
a { background-color: rgb(236,226,85); }
div.DivClassName
{
background-color: #ECE255;
}
.BgClassName
{
background-color: #ECE255;
}
</style>
border-color css
<style>
span { border-color: #ECE255; }
span { border-color: rgb(236,226,85); }
td.TdClassName
{
border-color: #ECE255;
}
.TagClassName
{
border-color: #ECE255;
}
</style>