Shades of Manz #ECE450
Tints of Manz #ECE450
RGB
CMYK
RGB Variations
Color information
#ECE450 (or 0xECE450) is known color: Manz. HEX triplet: EC, E4 and 50. RGB value is (236,228,80). Sum of RGB (Red+Green+Blue) = 236+228+80=544 (72% of max value = 765). Red value is 236 (92.58% from 255 or 43.38% from 544); Green value is 228 (89.45% from 255 or 41.91% from 544); Blue value is 80 (31.64% from 255 or 14.71% from 544); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE450 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE450 is #131BAF. Grayscale: #D6D6D6. Windows color (decimal): -1252272 or 5301484. OLE color: 5301484.
HSL color Cylindrical-coordinate representation of color #ECE450: hue angle of 56.92º 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 #ECE450 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 228 | 80 | - |
| CMYK | 0 | 0.03 | 0.66 | 0.07 |
| HSL | 56.92º | 0.8% | 0.62% | - |
| HSV(B) | 56.92º | 0.66% | 0.93% | - |
| XYZ | 63.78 | 73.9 | 18.49 | - |
| YUV | 213.52 | 52.65 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 228 | 80 | 0 | 0.03 | 0.66 | 0.07 | 56.92 | 0.8 | 0.62 |
| Hex | EC | E4 | 50 | 0 | 3 | 42 | 7 | 39 | 50 | 3E |
| Octal | 354 | 344 | 120 | 0 | 3 | 102 | 7 | 71 | 120 | 76 |
| Binary | 11101100 | 11100100 | 1010000 | 0 | 11 | 1000010 | 111 | 111001 | 1010000 | 111110 |
Color Harmonies of #ECE450
Complementary color
Monochromatic Colors of #ECE450
Black with #ECE450
Text Example
Text Example
White with #ECE450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE450; }
p { color: rgb(236,228,80); }
H1.HeaderClassName
{
color: #ECE450;
}
.AnyTagClassName
{
color: #ECE450;
}
</style>
background-color css
<style>
a { background-color: #ECE450; }
a { background-color: rgb(236,228,80); }
div.DivClassName
{
background-color: #ECE450;
}
.BgClassName
{
background-color: #ECE450;
}
</style>
border-color css
<style>
span { border-color: #ECE450; }
span { border-color: rgb(236,228,80); }
td.TdClassName
{
border-color: #ECE450;
}
.TagClassName
{
border-color: #ECE450;
}
</style>