Shades of Manz #ECE755
Tints of Manz #ECE755
RGB
CMYK
RGB Variations
Color information
#ECE755 (or 0xECE755) is known color: Manz. HEX triplet: EC, E7 and 55. RGB value is (236,231,85). Sum of RGB (Red+Green+Blue) = 236+231+85=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 231 (90.62% from 255 or 41.85% from 552); Blue value is 85 (33.59% from 255 or 15.40% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE755 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE755 is #1318AA. Grayscale: #D8D8D8. Windows color (decimal): -1251499 or 5629932. OLE color: 5629932.
HSL color Cylindrical-coordinate representation of color #ECE755: hue angle of 58.01º 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 #ECE755 is Cyan = 0, Magento = 0.02, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 231 | 85 | - |
| CMYK | 0 | 0.02 | 0.64 | 0.07 |
| HSL | 58.01º | 0.8% | 0.63% | - |
| HSV(B) | 58.01º | 0.64% | 0.93% | - |
| XYZ | 64.81 | 75.64 | 19.78 | - |
| YUV | 215.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 231 | 85 | 0 | 0.02 | 0.64 | 0.07 | 58.01 | 0.8 | 0.63 |
| Hex | EC | E7 | 55 | 0 | 2 | 40 | 7 | 3A | 50 | 3F |
| Octal | 354 | 347 | 125 | 0 | 2 | 100 | 7 | 72 | 120 | 77 |
| Binary | 11101100 | 11100111 | 1010101 | 0 | 10 | 1000000 | 111 | 111010 | 1010000 | 111111 |
Color Harmonies of #ECE755
Complementary color
Monochromatic Colors of #ECE755
Black with #ECE755
Text Example
Text Example
White with #ECE755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE755; }
p { color: rgb(236,231,85); }
H1.HeaderClassName
{
color: #ECE755;
}
.AnyTagClassName
{
color: #ECE755;
}
</style>
background-color css
<style>
a { background-color: #ECE755; }
a { background-color: rgb(236,231,85); }
div.DivClassName
{
background-color: #ECE755;
}
.BgClassName
{
background-color: #ECE755;
}
</style>
border-color css
<style>
span { border-color: #ECE755; }
span { border-color: rgb(236,231,85); }
td.TdClassName
{
border-color: #ECE755;
}
.TagClassName
{
border-color: #ECE755;
}
</style>