Shades of Manz #ECE256
Tints of Manz #ECE256
RGB
CMYK
RGB Variations
Color information
#ECE256 (or 0xECE256) is known color: Manz. HEX triplet: EC, E2 and 56. RGB value is (236,226,86). Sum of RGB (Red+Green+Blue) = 236+226+86=548 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.07% from 548); Green value is 226 (88.67% from 255 or 41.24% from 548); Blue value is 86 (33.98% from 255 or 15.69% from 548); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE256 is #131DA9. Grayscale: #D5D5D5. Windows color (decimal): -1252778 or 5694188. OLE color: 5694188.
HSL color Cylindrical-coordinate representation of color #ECE256: hue angle of 56º 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 #ECE256 is Cyan = 0, Magento = 0.04, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 86 | - |
| CMYK | 0 | 0.04 | 0.64 | 0.07 |
| HSL | 56º | 0.8% | 0.63% | - |
| HSV(B) | 56º | 0.64% | 0.93% | - |
| XYZ | 63.47 | 72.9 | 19.53 | - |
| YUV | 213.03 | 56.31 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 86 | 0 | 0.04 | 0.64 | 0.07 | 56 | 0.8 | 0.63 |
| Hex | EC | E2 | 56 | 0 | 4 | 40 | 7 | 38 | 50 | 3F |
| Octal | 354 | 342 | 126 | 0 | 4 | 100 | 7 | 70 | 120 | 77 |
| Binary | 11101100 | 11100010 | 1010110 | 0 | 100 | 1000000 | 111 | 111000 | 1010000 | 111111 |
Color Harmonies of #ECE256
Complementary color
Monochromatic Colors of #ECE256
Black with #ECE256
Text Example
Text Example
White with #ECE256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE256; }
p { color: rgb(236,226,86); }
H1.HeaderClassName
{
color: #ECE256;
}
.AnyTagClassName
{
color: #ECE256;
}
</style>
background-color css
<style>
a { background-color: #ECE256; }
a { background-color: rgb(236,226,86); }
div.DivClassName
{
background-color: #ECE256;
}
.BgClassName
{
background-color: #ECE256;
}
</style>
border-color css
<style>
span { border-color: #ECE256; }
span { border-color: rgb(236,226,86); }
td.TdClassName
{
border-color: #ECE256;
}
.TagClassName
{
border-color: #ECE256;
}
</style>