Shades of Manz #ECE25F
Tints of Manz #ECE25F
RGB
CMYK
RGB Variations
Color information
#ECE25F (or 0xECE25F) is known color: Manz. HEX triplet: EC, E2 and 5F. RGB value is (236,226,95). Sum of RGB (Red+Green+Blue) = 236+226+95=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 95 (37.5% from 255 or 17.06% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE25F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE25F is #131DA0. Grayscale: #D6D6D6. Windows color (decimal): -1252769 or 6284012. OLE color: 6284012.
HSL color Cylindrical-coordinate representation of color #ECE25F: hue angle of 55.74º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ECE25F is Cyan = 0, Magento = 0.04, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 226 | 95 | - |
| CMYK | 0 | 0.04 | 0.60 | 0.07 |
| HSL | 55.74º | 0.79% | 0.65% | - |
| HSV(B) | 55.74º | 0.6% | 0.93% | - |
| XYZ | 63.85 | 73.05 | 21.56 | - |
| YUV | 214.06 | 60.81 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 226 | 95 | 0 | 0.04 | 0.60 | 0.07 | 55.74 | 0.79 | 0.65 |
| Hex | EC | E2 | 5F | 0 | 4 | 3C | 7 | 38 | 4F | 41 |
| Octal | 354 | 342 | 137 | 0 | 4 | 74 | 7 | 70 | 117 | 101 |
| Binary | 11101100 | 11100010 | 1011111 | 0 | 100 | 111100 | 111 | 111000 | 1001111 | 1000001 |
Color Harmonies of #ECE25F
Complementary color
Monochromatic Colors of #ECE25F
Black with #ECE25F
Text Example
Text Example
White with #ECE25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE25F; }
p { color: rgb(236,226,95); }
H1.HeaderClassName
{
color: #ECE25F;
}
.AnyTagClassName
{
color: #ECE25F;
}
</style>
background-color css
<style>
a { background-color: #ECE25F; }
a { background-color: rgb(236,226,95); }
div.DivClassName
{
background-color: #ECE25F;
}
.BgClassName
{
background-color: #ECE25F;
}
</style>
border-color css
<style>
span { border-color: #ECE25F; }
span { border-color: rgb(236,226,95); }
td.TdClassName
{
border-color: #ECE25F;
}
.TagClassName
{
border-color: #ECE25F;
}
</style>