Shades of Manz #ECE855
Tints of Manz #ECE855
RGB
CMYK
RGB Variations
Color information
#ECE855 (or 0xECE855) is known color: Manz. HEX triplet: EC, E8 and 55. RGB value is (236,232,85). Sum of RGB (Red+Green+Blue) = 236+232+85=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 232 (91.02% from 255 or 41.95% from 553); Blue value is 85 (33.59% from 255 or 15.37% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE855 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE855 is #1317AA. Grayscale: #D9D9D9. Windows color (decimal): -1251243 or 5630188. OLE color: 5630188.
HSL color Cylindrical-coordinate representation of color #ECE855: hue angle of 58.41º 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 #ECE855 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 232 | 85 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.07 |
| HSL | 58.41º | 0.8% | 0.63% | - |
| HSV(B) | 58.41º | 0.64% | 0.93% | - |
| XYZ | 65.09 | 76.2 | 19.87 | - |
| YUV | 216.44 | 53.83 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 232 | 85 | 0 | 0.02 | 0.64 | 0.07 | 58.41 | 0.8 | 0.63 |
| Hex | EC | E8 | 55 | 0 | 2 | 40 | 7 | 3A | 50 | 3F |
| Octal | 354 | 350 | 125 | 0 | 2 | 100 | 7 | 72 | 120 | 77 |
| Binary | 11101100 | 11101000 | 1010101 | 0 | 10 | 1000000 | 111 | 111010 | 1010000 | 111111 |
Color Harmonies of #ECE855
Complementary color
Monochromatic Colors of #ECE855
Black with #ECE855
Text Example
Text Example
White with #ECE855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE855; }
p { color: rgb(236,232,85); }
H1.HeaderClassName
{
color: #ECE855;
}
.AnyTagClassName
{
color: #ECE855;
}
</style>
background-color css
<style>
a { background-color: #ECE855; }
a { background-color: rgb(236,232,85); }
div.DivClassName
{
background-color: #ECE855;
}
.BgClassName
{
background-color: #ECE855;
}
</style>
border-color css
<style>
span { border-color: #ECE855; }
span { border-color: rgb(236,232,85); }
td.TdClassName
{
border-color: #ECE855;
}
.TagClassName
{
border-color: #ECE855;
}
</style>