Shades of Manz #ECE15B
Tints of Manz #ECE15B
RGB
CMYK
RGB Variations
Color information
#ECE15B (or 0xECE15B) is known color: Manz. HEX triplet: EC, E1 and 5B. RGB value is (236,225,91). Sum of RGB (Red+Green+Blue) = 236+225+91=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 225 (88.28% from 255 or 40.76% from 552); Blue value is 91 (35.94% from 255 or 16.49% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE15B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE15B is #131EA4. Grayscale: #D5D5D5. Windows color (decimal): -1253029 or 6021612. OLE color: 6021612.
HSL color Cylindrical-coordinate representation of color #ECE15B: hue angle of 55.45º 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 #ECE15B is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 225 | 91 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.07 |
| HSL | 55.45º | 0.79% | 0.64% | - |
| HSV(B) | 55.45º | 0.61% | 0.93% | - |
| XYZ | 63.41 | 72.44 | 20.54 | - |
| YUV | 213.01 | 59.14 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 225 | 91 | 0 | 0.05 | 0.61 | 0.07 | 55.45 | 0.79 | 0.64 |
| Hex | EC | E1 | 5B | 0 | 5 | 3D | 7 | 37 | 4F | 40 |
| Octal | 354 | 341 | 133 | 0 | 5 | 75 | 7 | 67 | 117 | 100 |
| Binary | 11101100 | 11100001 | 1011011 | 0 | 101 | 111101 | 111 | 110111 | 1001111 | 1000000 |
Color Harmonies of #ECE15B
Complementary color
Monochromatic Colors of #ECE15B
Black with #ECE15B
Text Example
Text Example
White with #ECE15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE15B; }
p { color: rgb(236,225,91); }
H1.HeaderClassName
{
color: #ECE15B;
}
.AnyTagClassName
{
color: #ECE15B;
}
</style>
background-color css
<style>
a { background-color: #ECE15B; }
a { background-color: rgb(236,225,91); }
div.DivClassName
{
background-color: #ECE15B;
}
.BgClassName
{
background-color: #ECE15B;
}
</style>
border-color css
<style>
span { border-color: #ECE15B; }
span { border-color: rgb(236,225,91); }
td.TdClassName
{
border-color: #ECE15B;
}
.TagClassName
{
border-color: #ECE15B;
}
</style>