Shades of Manz #ECE955
Tints of Manz #ECE955
RGB
CMYK
RGB Variations
Color information
#ECE955 (or 0xECE955) is known color: Manz. HEX triplet: EC, E9 and 55. RGB value is (236,233,85). Sum of RGB (Red+Green+Blue) = 236+233+85=554 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.60% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 85 (33.59% from 255 or 15.34% from 554); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE955 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE955 is #1316AA. Grayscale: #D9D9D9. Windows color (decimal): -1250987 or 5630444. OLE color: 5630444.
HSL color Cylindrical-coordinate representation of color #ECE955: hue angle of 58.81º 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 #ECE955 is Cyan = 0, Magento = 0.01, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 85 | - |
| CMYK | 0 | 0.01 | 0.64 | 0.07 |
| HSL | 58.81º | 0.8% | 0.63% | - |
| HSV(B) | 58.81º | 0.64% | 0.93% | - |
| XYZ | 65.37 | 76.77 | 19.97 | - |
| YUV | 217.03 | 53.49 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 85 | 0 | 0.01 | 0.64 | 0.07 | 58.81 | 0.8 | 0.63 |
| Hex | EC | E9 | 55 | 0 | 1 | 40 | 7 | 3B | 50 | 3F |
| Octal | 354 | 351 | 125 | 0 | 1 | 100 | 7 | 73 | 120 | 77 |
| Binary | 11101100 | 11101001 | 1010101 | 0 | 1 | 1000000 | 111 | 111011 | 1010000 | 111111 |
Color Harmonies of #ECE955
Complementary color
Monochromatic Colors of #ECE955
Black with #ECE955
Text Example
Text Example
White with #ECE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE955; }
p { color: rgb(236,233,85); }
H1.HeaderClassName
{
color: #ECE955;
}
.AnyTagClassName
{
color: #ECE955;
}
</style>
background-color css
<style>
a { background-color: #ECE955; }
a { background-color: rgb(236,233,85); }
div.DivClassName
{
background-color: #ECE955;
}
.BgClassName
{
background-color: #ECE955;
}
</style>
border-color css
<style>
span { border-color: #ECE955; }
span { border-color: rgb(236,233,85); }
td.TdClassName
{
border-color: #ECE955;
}
.TagClassName
{
border-color: #ECE955;
}
</style>