Shades of Manz #ECE061
Tints of Manz #ECE061
RGB
CMYK
RGB Variations
Color information
#ECE061 (or 0xECE061) is known color: Manz. HEX triplet: EC, E0 and 61. RGB value is (236,224,97). Sum of RGB (Red+Green+Blue) = 236+224+97=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 224 (87.89% from 255 or 40.22% from 557); Blue value is 97 (38.28% from 255 or 17.41% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE061 is #131F9E. Grayscale: #D5D5D5. Windows color (decimal): -1253279 or 6414572. OLE color: 6414572.
HSL color Cylindrical-coordinate representation of color #ECE061: hue angle of 54.82º 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 #ECE061 is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 97 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.07 |
| HSL | 54.82º | 0.79% | 0.65% | - |
| HSV(B) | 54.82º | 0.59% | 0.93% | - |
| XYZ | 63.41 | 72.01 | 21.87 | - |
| YUV | 213.11 | 62.48 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 97 | 0 | 0.05 | 0.59 | 0.07 | 54.82 | 0.79 | 0.65 |
| Hex | EC | E0 | 61 | 0 | 5 | 3B | 7 | 37 | 4F | 41 |
| Octal | 354 | 340 | 141 | 0 | 5 | 73 | 7 | 67 | 117 | 101 |
| Binary | 11101100 | 11100000 | 1100001 | 0 | 101 | 111011 | 111 | 110111 | 1001111 | 1000001 |
Color Harmonies of #ECE061
Complementary color
Monochromatic Colors of #ECE061
Black with #ECE061
Text Example
Text Example
White with #ECE061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE061; }
p { color: rgb(236,224,97); }
H1.HeaderClassName
{
color: #ECE061;
}
.AnyTagClassName
{
color: #ECE061;
}
</style>
background-color css
<style>
a { background-color: #ECE061; }
a { background-color: rgb(236,224,97); }
div.DivClassName
{
background-color: #ECE061;
}
.BgClassName
{
background-color: #ECE061;
}
</style>
border-color css
<style>
span { border-color: #ECE061; }
span { border-color: rgb(236,224,97); }
td.TdClassName
{
border-color: #ECE061;
}
.TagClassName
{
border-color: #ECE061;
}
</style>