Shades of Manz #ECE060
Tints of Manz #ECE060
RGB
CMYK
RGB Variations
Color information
#ECE060 (or 0xECE060) is known color: Manz. HEX triplet: EC, E0 and 60. RGB value is (236,224,96). Sum of RGB (Red+Green+Blue) = 236+224+96=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 224 (87.89% from 255 or 40.29% from 556); Blue value is 96 (37.89% from 255 or 17.27% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE060 is #131F9F. Grayscale: #D5D5D5. Windows color (decimal): -1253280 or 6349036. OLE color: 6349036.
HSL color Cylindrical-coordinate representation of color #ECE060: hue angle of 54.86º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ECE060 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 96 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.07 |
| HSL | 54.86º | 0.79% | 0.65% | - |
| HSV(B) | 54.86º | 0.59% | 0.93% | - |
| XYZ | 63.36 | 71.99 | 21.62 | - |
| YUV | 213 | 61.98 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 96 | 0 | 0.05 | 0.59 | 0.07 | 54.86 | 0.79 | 0.65 |
| Hex | EC | E0 | 60 | 0 | 5 | 3B | 7 | 37 | 4F | 41 |
| Octal | 354 | 340 | 140 | 0 | 5 | 73 | 7 | 67 | 117 | 101 |
| Binary | 11101100 | 11100000 | 1100000 | 0 | 101 | 111011 | 111 | 110111 | 1001111 | 1000001 |
Color Harmonies of #ECE060
Complementary color
Monochromatic Colors of #ECE060
Black with #ECE060
Text Example
Text Example
White with #ECE060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE060; }
p { color: rgb(236,224,96); }
H1.HeaderClassName
{
color: #ECE060;
}
.AnyTagClassName
{
color: #ECE060;
}
</style>
background-color css
<style>
a { background-color: #ECE060; }
a { background-color: rgb(236,224,96); }
div.DivClassName
{
background-color: #ECE060;
}
.BgClassName
{
background-color: #ECE060;
}
</style>
border-color css
<style>
span { border-color: #ECE060; }
span { border-color: rgb(236,224,96); }
td.TdClassName
{
border-color: #ECE060;
}
.TagClassName
{
border-color: #ECE060;
}
</style>