Shades of Manz #ECE958
Tints of Manz #ECE958
RGB
CMYK
RGB Variations
Color information
#ECE958 (or 0xECE958) is known color: Manz. HEX triplet: EC, E9 and 58. RGB value is (236,233,88). Sum of RGB (Red+Green+Blue) = 236+233+88=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 233 (91.41% from 255 or 41.83% from 557); Blue value is 88 (34.77% from 255 or 15.80% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE958 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #ECE958 is #1316A7. Grayscale: #D9D9D9. Windows color (decimal): -1250984 or 5827052. OLE color: 5827052.
HSL color Cylindrical-coordinate representation of color #ECE958: hue angle of 58.78º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ECE958 is Cyan = 0, Magento = 0.01, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 233 | 88 | - |
| CMYK | 0 | 0.01 | 0.63 | 0.07 |
| HSL | 58.78º | 0.8% | 0.64% | - |
| HSV(B) | 58.78º | 0.63% | 0.93% | - |
| XYZ | 65.49 | 76.82 | 20.61 | - |
| YUV | 217.37 | 54.99 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 233 | 88 | 0 | 0.01 | 0.63 | 0.07 | 58.78 | 0.8 | 0.64 |
| Hex | EC | E9 | 58 | 0 | 1 | 3F | 7 | 3B | 50 | 40 |
| Octal | 354 | 351 | 130 | 0 | 1 | 77 | 7 | 73 | 120 | 100 |
| Binary | 11101100 | 11101001 | 1011000 | 0 | 1 | 111111 | 111 | 111011 | 1010000 | 1000000 |
Color Harmonies of #ECE958
Complementary color
Monochromatic Colors of #ECE958
Black with #ECE958
Text Example
Text Example
White with #ECE958
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE958; }
p { color: rgb(236,233,88); }
H1.HeaderClassName
{
color: #ECE958;
}
.AnyTagClassName
{
color: #ECE958;
}
</style>
background-color css
<style>
a { background-color: #ECE958; }
a { background-color: rgb(236,233,88); }
div.DivClassName
{
background-color: #ECE958;
}
.BgClassName
{
background-color: #ECE958;
}
</style>
border-color css
<style>
span { border-color: #ECE958; }
span { border-color: rgb(236,233,88); }
td.TdClassName
{
border-color: #ECE958;
}
.TagClassName
{
border-color: #ECE958;
}
</style>