Shades of Manz #ECE159
Tints of Manz #ECE159
RGB
CMYK
RGB Variations
Color information
#ECE159 (or 0xECE159) is known color: Manz. HEX triplet: EC, E1 and 59. RGB value is (236,225,89). Sum of RGB (Red+Green+Blue) = 236+225+89=550 (72% of max value = 765). Red value is 236 (92.58% from 255 or 42.91% from 550); Green value is 225 (88.28% from 255 or 40.91% from 550); Blue value is 89 (35.16% from 255 or 16.18% from 550); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE159 is #131EA6. Grayscale: #D5D5D5. Windows color (decimal): -1253031 or 5890540. OLE color: 5890540.
HSL color Cylindrical-coordinate representation of color #ECE159: hue angle of 55.51º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECE159 is Cyan = 0, Magento = 0.05, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 89 | - |
| CMYK | 0 | 0.05 | 0.62 | 0.07 |
| HSL | 55.51º | 0.79% | 0.64% | - |
| HSV(B) | 55.51º | 0.62% | 0.93% | - |
| XYZ | 63.32 | 72.4 | 20.09 | - |
| YUV | 212.79 | 58.14 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 89 | 0 | 0.05 | 0.62 | 0.07 | 55.51 | 0.79 | 0.64 |
| Hex | EC | E1 | 59 | 0 | 5 | 3E | 7 | 38 | 4F | 40 |
| Octal | 354 | 341 | 131 | 0 | 5 | 76 | 7 | 70 | 117 | 100 |
| Binary | 11101100 | 11100001 | 1011001 | 0 | 101 | 111110 | 111 | 111000 | 1001111 | 1000000 |
Color Harmonies of #ECE159
Complementary color
Monochromatic Colors of #ECE159
Black with #ECE159
Text Example
Text Example
White with #ECE159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE159; }
p { color: rgb(236,225,89); }
H1.HeaderClassName
{
color: #ECE159;
}
.AnyTagClassName
{
color: #ECE159;
}
</style>
background-color css
<style>
a { background-color: #ECE159; }
a { background-color: rgb(236,225,89); }
div.DivClassName
{
background-color: #ECE159;
}
.BgClassName
{
background-color: #ECE159;
}
</style>
border-color css
<style>
span { border-color: #ECE159; }
span { border-color: rgb(236,225,89); }
td.TdClassName
{
border-color: #ECE159;
}
.TagClassName
{
border-color: #ECE159;
}
</style>