Shades of Manz #ECE55E
Tints of Manz #ECE55E
RGB
CMYK
RGB Variations
Color information
#ECE55E (or 0xECE55E) is known color: Manz. HEX triplet: EC, E5 and 5E. RGB value is (236,229,94). Sum of RGB (Red+Green+Blue) = 236+229+94=559 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.22% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 94 (37.11% from 255 or 16.82% from 559); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECE55E is #131AA1. Grayscale: #D8D8D8. Windows color (decimal): -1252002 or 6219244. OLE color: 6219244.
HSL color Cylindrical-coordinate representation of color #ECE55E: hue angle of 57.04º 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 #ECE55E is Cyan = 0, Magento = 0.03, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 229 | 94 | - |
| CMYK | 0 | 0.03 | 0.60 | 0.07 |
| HSL | 57.04º | 0.79% | 0.65% | - |
| HSV(B) | 57.04º | 0.6% | 0.93% | - |
| XYZ | 64.63 | 74.68 | 21.6 | - |
| YUV | 215.7 | 59.32 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 229 | 94 | 0 | 0.03 | 0.60 | 0.07 | 57.04 | 0.79 | 0.65 |
| Hex | EC | E5 | 5E | 0 | 3 | 3C | 7 | 39 | 4F | 41 |
| Octal | 354 | 345 | 136 | 0 | 3 | 74 | 7 | 71 | 117 | 101 |
| Binary | 11101100 | 11100101 | 1011110 | 0 | 11 | 111100 | 111 | 111001 | 1001111 | 1000001 |
Color Harmonies of #ECE55E
Complementary color
Monochromatic Colors of #ECE55E
Black with #ECE55E
Text Example
Text Example
White with #ECE55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECE55E; }
p { color: rgb(236,229,94); }
H1.HeaderClassName
{
color: #ECE55E;
}
.AnyTagClassName
{
color: #ECE55E;
}
</style>
background-color css
<style>
a { background-color: #ECE55E; }
a { background-color: rgb(236,229,94); }
div.DivClassName
{
background-color: #ECE55E;
}
.BgClassName
{
background-color: #ECE55E;
}
</style>
border-color css
<style>
span { border-color: #ECE55E; }
span { border-color: rgb(236,229,94); }
td.TdClassName
{
border-color: #ECE55E;
}
.TagClassName
{
border-color: #ECE55E;
}
</style>