Shades of Manz #ECE15F
Tints of Manz #ECE15F
RGB
CMYK
RGB Variations
Color information
#ECE15F (or 0xECE15F) is known color: Manz. HEX triplet: EC, E1 and 5F. RGB value is (236,225,95). Sum of RGB (Red+Green+Blue) = 236+225+95=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 225 (88.28% from 255 or 40.47% from 556); Blue value is 95 (37.5% from 255 or 17.09% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE15F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE15F is #131EA0. Grayscale: #D6D6D6. Windows color (decimal): -1253025 or 6283756. OLE color: 6283756.
HSL color Cylindrical-coordinate representation of color #ECE15F: hue angle of 55.32º 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 #ECE15F is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 95 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.07 |
| HSL | 55.32º | 0.79% | 0.65% | - |
| HSV(B) | 55.32º | 0.6% | 0.93% | - |
| XYZ | 63.58 | 72.51 | 21.47 | - |
| YUV | 213.47 | 61.14 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 95 | 0 | 0.05 | 0.60 | 0.07 | 55.32 | 0.79 | 0.65 |
| Hex | EC | E1 | 5F | 0 | 5 | 3C | 7 | 37 | 4F | 41 |
| Octal | 354 | 341 | 137 | 0 | 5 | 74 | 7 | 67 | 117 | 101 |
| Binary | 11101100 | 11100001 | 1011111 | 0 | 101 | 111100 | 111 | 110111 | 1001111 | 1000001 |
Color Harmonies of #ECE15F
Complementary color
Monochromatic Colors of #ECE15F
Black with #ECE15F
Text Example
Text Example
White with #ECE15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE15F; }
p { color: rgb(236,225,95); }
H1.HeaderClassName
{
color: #ECE15F;
}
.AnyTagClassName
{
color: #ECE15F;
}
</style>
background-color css
<style>
a { background-color: #ECE15F; }
a { background-color: rgb(236,225,95); }
div.DivClassName
{
background-color: #ECE15F;
}
.BgClassName
{
background-color: #ECE15F;
}
</style>
border-color css
<style>
span { border-color: #ECE15F; }
span { border-color: rgb(236,225,95); }
td.TdClassName
{
border-color: #ECE15F;
}
.TagClassName
{
border-color: #ECE15F;
}
</style>