Shades of Manz #ECE25B
Tints of Manz #ECE25B
RGB
CMYK
RGB Variations
Color information
#ECE25B (or 0xECE25B) is known color: Manz. HEX triplet: EC, E2 and 5B. RGB value is (236,226,91). Sum of RGB (Red+Green+Blue) = 236+226+91=553 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.68% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 91 (35.94% from 255 or 16.46% from 553); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE25B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE25B is #131DA4. Grayscale: #D6D6D6. Windows color (decimal): -1252773 or 6021868. OLE color: 6021868.
HSL color Cylindrical-coordinate representation of color #ECE25B: hue angle of 55.86º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #ECE25B is Cyan = 0, Magento = 0.04, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 91 | - |
| CMYK | 0 | 0.04 | 0.61 | 0.07 |
| HSL | 55.86º | 0.79% | 0.64% | - |
| HSV(B) | 55.86º | 0.61% | 0.93% | - |
| XYZ | 63.68 | 72.98 | 20.63 | - |
| YUV | 213.6 | 58.81 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 91 | 0 | 0.04 | 0.61 | 0.07 | 55.86 | 0.79 | 0.64 |
| Hex | EC | E2 | 5B | 0 | 4 | 3D | 7 | 38 | 4F | 40 |
| Octal | 354 | 342 | 133 | 0 | 4 | 75 | 7 | 70 | 117 | 100 |
| Binary | 11101100 | 11100010 | 1011011 | 0 | 100 | 111101 | 111 | 111000 | 1001111 | 1000000 |
Color Harmonies of #ECE25B
Complementary color
Monochromatic Colors of #ECE25B
Black with #ECE25B
Text Example
Text Example
White with #ECE25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE25B; }
p { color: rgb(236,226,91); }
H1.HeaderClassName
{
color: #ECE25B;
}
.AnyTagClassName
{
color: #ECE25B;
}
</style>
background-color css
<style>
a { background-color: #ECE25B; }
a { background-color: rgb(236,226,91); }
div.DivClassName
{
background-color: #ECE25B;
}
.BgClassName
{
background-color: #ECE25B;
}
</style>
border-color css
<style>
span { border-color: #ECE25B; }
span { border-color: rgb(236,226,91); }
td.TdClassName
{
border-color: #ECE25B;
}
.TagClassName
{
border-color: #ECE25B;
}
</style>