Shades of Manz #ECE154
Tints of Manz #ECE154
RGB
CMYK
RGB Variations
Color information
#ECE154 (or 0xECE154) is known color: Manz. HEX triplet: EC, E1 and 54. RGB value is (236,225,84). Sum of RGB (Red+Green+Blue) = 236+225+84=545 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.30% from 545); Green value is 225 (88.28% from 255 or 41.28% from 545); Blue value is 84 (33.20% from 255 or 15.41% from 545); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE154 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE154 is #131EAB. Grayscale: #D4D4D4. Windows color (decimal): -1253036 or 5562860. OLE color: 5562860.
HSL color Cylindrical-coordinate representation of color #ECE154: hue angle of 55.66º 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 #ECE154 is Cyan = 0, Magento = 0.05, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 84 | - |
| CMYK | 0 | 0.05 | 0.64 | 0.07 |
| HSL | 55.66º | 0.8% | 0.63% | - |
| HSV(B) | 55.66º | 0.64% | 0.93% | - |
| XYZ | 63.12 | 72.32 | 19.02 | - |
| YUV | 212.22 | 55.64 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 84 | 0 | 0.05 | 0.64 | 0.07 | 55.66 | 0.8 | 0.63 |
| Hex | EC | E1 | 54 | 0 | 5 | 40 | 7 | 38 | 50 | 3F |
| Octal | 354 | 341 | 124 | 0 | 5 | 100 | 7 | 70 | 120 | 77 |
| Binary | 11101100 | 11100001 | 1010100 | 0 | 101 | 1000000 | 111 | 111000 | 1010000 | 111111 |
Color Harmonies of #ECE154
Complementary color
Monochromatic Colors of #ECE154
Black with #ECE154
Text Example
Text Example
White with #ECE154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE154; }
p { color: rgb(236,225,84); }
H1.HeaderClassName
{
color: #ECE154;
}
.AnyTagClassName
{
color: #ECE154;
}
</style>
background-color css
<style>
a { background-color: #ECE154; }
a { background-color: rgb(236,225,84); }
div.DivClassName
{
background-color: #ECE154;
}
.BgClassName
{
background-color: #ECE154;
}
</style>
border-color css
<style>
span { border-color: #ECE154; }
span { border-color: rgb(236,225,84); }
td.TdClassName
{
border-color: #ECE154;
}
.TagClassName
{
border-color: #ECE154;
}
</style>