Shades of Manz #ECE25A
Tints of Manz #ECE25A
RGB
CMYK
RGB Variations
Color information
#ECE25A (or 0xECE25A) is known color: Manz. HEX triplet: EC, E2 and 5A. RGB value is (236,226,90). Sum of RGB (Red+Green+Blue) = 236+226+90=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 226 (88.67% from 255 or 40.94% from 552); Blue value is 90 (35.55% from 255 or 16.30% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE25A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE25A is #131DA5. Grayscale: #D6D6D6. Windows color (decimal): -1252774 or 5956332. OLE color: 5956332.
HSL color Cylindrical-coordinate representation of color #ECE25A: hue angle of 55.89º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ECE25A is Cyan = 0, Magento = 0.04, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 90 | - |
| CMYK | 0 | 0.04 | 0.62 | 0.07 |
| HSL | 55.89º | 0.79% | 0.64% | - |
| HSV(B) | 55.89º | 0.62% | 0.93% | - |
| XYZ | 63.63 | 72.96 | 20.4 | - |
| YUV | 213.49 | 58.31 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 90 | 0 | 0.04 | 0.62 | 0.07 | 55.89 | 0.79 | 0.64 |
| Hex | EC | E2 | 5A | 0 | 4 | 3E | 7 | 38 | 4F | 40 |
| Octal | 354 | 342 | 132 | 0 | 4 | 76 | 7 | 70 | 117 | 100 |
| Binary | 11101100 | 11100010 | 1011010 | 0 | 100 | 111110 | 111 | 111000 | 1001111 | 1000000 |
Color Harmonies of #ECE25A
Complementary color
Monochromatic Colors of #ECE25A
Black with #ECE25A
Text Example
Text Example
White with #ECE25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE25A; }
p { color: rgb(236,226,90); }
H1.HeaderClassName
{
color: #ECE25A;
}
.AnyTagClassName
{
color: #ECE25A;
}
</style>
background-color css
<style>
a { background-color: #ECE25A; }
a { background-color: rgb(236,226,90); }
div.DivClassName
{
background-color: #ECE25A;
}
.BgClassName
{
background-color: #ECE25A;
}
</style>
border-color css
<style>
span { border-color: #ECE25A; }
span { border-color: rgb(236,226,90); }
td.TdClassName
{
border-color: #ECE25A;
}
.TagClassName
{
border-color: #ECE25A;
}
</style>