Shades of Manz #ECE063
Tints of Manz #ECE063
RGB
CMYK
RGB Variations
Color information
#ECE063 (or 0xECE063) is known color: Manz. HEX triplet: EC, E0 and 63. RGB value is (236,224,99). Sum of RGB (Red+Green+Blue) = 236+224+99=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 99 (39.06% from 255 or 17.71% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE063 is #131F9C. Grayscale: #D5D5D5. Windows color (decimal): -1253277 or 6545644. OLE color: 6545644.
HSL color Cylindrical-coordinate representation of color #ECE063: hue angle of 54.74º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ECE063 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 99 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.07 |
| HSL | 54.74º | 0.78% | 0.66% | - |
| HSV(B) | 54.74º | 0.58% | 0.93% | - |
| XYZ | 63.5 | 72.05 | 22.36 | - |
| YUV | 213.34 | 63.48 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 99 | 0 | 0.05 | 0.58 | 0.07 | 54.74 | 0.78 | 0.66 |
| Hex | EC | E0 | 63 | 0 | 5 | 3A | 7 | 37 | 4E | 42 |
| Octal | 354 | 340 | 143 | 0 | 5 | 72 | 7 | 67 | 116 | 102 |
| Binary | 11101100 | 11100000 | 1100011 | 0 | 101 | 111010 | 111 | 110111 | 1001110 | 1000010 |
Color Harmonies of #ECE063
Complementary color
Monochromatic Colors of #ECE063
Black with #ECE063
Text Example
Text Example
White with #ECE063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE063; }
p { color: rgb(236,224,99); }
H1.HeaderClassName
{
color: #ECE063;
}
.AnyTagClassName
{
color: #ECE063;
}
</style>
background-color css
<style>
a { background-color: #ECE063; }
a { background-color: rgb(236,224,99); }
div.DivClassName
{
background-color: #ECE063;
}
.BgClassName
{
background-color: #ECE063;
}
</style>
border-color css
<style>
span { border-color: #ECE063; }
span { border-color: rgb(236,224,99); }
td.TdClassName
{
border-color: #ECE063;
}
.TagClassName
{
border-color: #ECE063;
}
</style>