Shades of Manz #ECE050
Tints of Manz #ECE050
RGB
CMYK
RGB Variations
Color information
#ECE050 (or 0xECE050) is known color: Manz. HEX triplet: EC, E0 and 50. RGB value is (236,224,80). Sum of RGB (Red+Green+Blue) = 236+224+80=540 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.70% from 540); Green value is 224 (87.89% from 255 or 41.48% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE050 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE050 is #131FAF. Grayscale: #D3D3D3. Windows color (decimal): -1253296 or 5300460. OLE color: 5300460.
HSL color Cylindrical-coordinate representation of color #ECE050: hue angle of 55.38º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ECE050 is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 224 | 80 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.07 |
| HSL | 55.38º | 0.8% | 0.62% | - |
| HSV(B) | 55.38º | 0.66% | 0.93% | - |
| XYZ | 62.7 | 71.72 | 18.13 | - |
| YUV | 211.17 | 53.98 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 224 | 80 | 0 | 0.05 | 0.66 | 0.07 | 55.38 | 0.8 | 0.62 |
| Hex | EC | E0 | 50 | 0 | 5 | 42 | 7 | 37 | 50 | 3E |
| Octal | 354 | 340 | 120 | 0 | 5 | 102 | 7 | 67 | 120 | 76 |
| Binary | 11101100 | 11100000 | 1010000 | 0 | 101 | 1000010 | 111 | 110111 | 1010000 | 111110 |
Color Harmonies of #ECE050
Complementary color
Monochromatic Colors of #ECE050
Black with #ECE050
Text Example
Text Example
White with #ECE050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE050; }
p { color: rgb(236,224,80); }
H1.HeaderClassName
{
color: #ECE050;
}
.AnyTagClassName
{
color: #ECE050;
}
</style>
background-color css
<style>
a { background-color: #ECE050; }
a { background-color: rgb(236,224,80); }
div.DivClassName
{
background-color: #ECE050;
}
.BgClassName
{
background-color: #ECE050;
}
</style>
border-color css
<style>
span { border-color: #ECE050; }
span { border-color: rgb(236,224,80); }
td.TdClassName
{
border-color: #ECE050;
}
.TagClassName
{
border-color: #ECE050;
}
</style>