Shades of Manz #ECE55B
Tints of Manz #ECE55B
RGB
CMYK
RGB Variations
Color information
#ECE55B (or 0xECE55B) is known color: Manz. HEX triplet: EC, E5 and 5B. RGB value is (236,229,91). Sum of RGB (Red+Green+Blue) = 236+229+91=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 91 (35.94% from 255 or 16.37% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE55B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE55B is #131AA4. Grayscale: #D7D7D7. Windows color (decimal): -1252005 or 6022636. OLE color: 6022636.
HSL color Cylindrical-coordinate representation of color #ECE55B: hue angle of 57.1º 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 #ECE55B is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 91 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.07 |
| HSL | 57.1º | 0.79% | 0.64% | - |
| HSV(B) | 57.1º | 0.61% | 0.93% | - |
| XYZ | 64.5 | 74.63 | 20.9 | - |
| YUV | 215.36 | 57.82 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 91 | 0 | 0.03 | 0.61 | 0.07 | 57.1 | 0.79 | 0.64 |
| Hex | EC | E5 | 5B | 0 | 3 | 3D | 7 | 39 | 4F | 40 |
| Octal | 354 | 345 | 133 | 0 | 3 | 75 | 7 | 71 | 117 | 100 |
| Binary | 11101100 | 11100101 | 1011011 | 0 | 11 | 111101 | 111 | 111001 | 1001111 | 1000000 |
Color Harmonies of #ECE55B
Complementary color
Monochromatic Colors of #ECE55B
Black with #ECE55B
Text Example
Text Example
White with #ECE55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE55B; }
p { color: rgb(236,229,91); }
H1.HeaderClassName
{
color: #ECE55B;
}
.AnyTagClassName
{
color: #ECE55B;
}
</style>
background-color css
<style>
a { background-color: #ECE55B; }
a { background-color: rgb(236,229,91); }
div.DivClassName
{
background-color: #ECE55B;
}
.BgClassName
{
background-color: #ECE55B;
}
</style>
border-color css
<style>
span { border-color: #ECE55B; }
span { border-color: rgb(236,229,91); }
td.TdClassName
{
border-color: #ECE55B;
}
.TagClassName
{
border-color: #ECE55B;
}
</style>