Shades of Manz #ECE250
Tints of Manz #ECE250
RGB
CMYK
RGB Variations
Color information
#ECE250 (or 0xECE250) is known color: Manz. HEX triplet: EC, E2 and 50. RGB value is (236,226,80). Sum of RGB (Red+Green+Blue) = 236+226+80=542 (71% of max value = 765). Red value is 236 (92.58% from 255 or 43.54% from 542); Green value is 226 (88.67% from 255 or 41.70% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE250 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE250 is #131DAF. Grayscale: #D4D4D4. Windows color (decimal): -1252784 or 5300972. OLE color: 5300972.
HSL color Cylindrical-coordinate representation of color #ECE250: hue angle of 56.15º 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 #ECE250 is Cyan = 0, Magento = 0.04, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 80 | - |
| CMYK | 0 | 0.04 | 0.66 | 0.07 |
| HSL | 56.15º | 0.8% | 0.62% | - |
| HSV(B) | 56.15º | 0.66% | 0.93% | - |
| XYZ | 63.24 | 72.8 | 18.31 | - |
| YUV | 212.35 | 53.31 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 80 | 0 | 0.04 | 0.66 | 0.07 | 56.15 | 0.8 | 0.62 |
| Hex | EC | E2 | 50 | 0 | 4 | 42 | 7 | 38 | 50 | 3E |
| Octal | 354 | 342 | 120 | 0 | 4 | 102 | 7 | 70 | 120 | 76 |
| Binary | 11101100 | 11100010 | 1010000 | 0 | 100 | 1000010 | 111 | 111000 | 1010000 | 111110 |
Color Harmonies of #ECE250
Complementary color
Monochromatic Colors of #ECE250
Black with #ECE250
Text Example
Text Example
White with #ECE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE250; }
p { color: rgb(236,226,80); }
H1.HeaderClassName
{
color: #ECE250;
}
.AnyTagClassName
{
color: #ECE250;
}
</style>
background-color css
<style>
a { background-color: #ECE250; }
a { background-color: rgb(236,226,80); }
div.DivClassName
{
background-color: #ECE250;
}
.BgClassName
{
background-color: #ECE250;
}
</style>
border-color css
<style>
span { border-color: #ECE250; }
span { border-color: rgb(236,226,80); }
td.TdClassName
{
border-color: #ECE250;
}
.TagClassName
{
border-color: #ECE250;
}
</style>