Shades of Manz #E5EC4D
Tints of Manz #E5EC4D
RGB
CMYK
RGB Variations
Color information
#E5EC4D (or 0xE5EC4D) is known color: Manz. HEX triplet: E5, EC and 4D. RGB value is (229,236,77). Sum of RGB (Red+Green+Blue) = 229+236+77=542 (71% of max value = 765). Red value is 229 (89.84% from 255 or 42.25% from 542); Green value is 236 (92.58% from 255 or 43.54% from 542); Blue value is 77 (30.47% from 255 or 14.21% from 542); Max value from RGB is 236 - color contains mainly: green. Hex color #E5EC4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E5EC4D is #1A13B2. Grayscale: #D8D8D8. Windows color (decimal): -1708979 or 5106917. OLE color: 5106917.
HSL color Cylindrical-coordinate representation of color #E5EC4D: hue angle of 62.64º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5EC4D is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 236 | 77 | - |
| CMYK | 0.03 | 0 | 0.67 | 0.07 |
| HSL | 62.64º | 0.81% | 0.61% | - |
| HSV(B) | 62.64º | 0.67% | 0.93% | - |
| XYZ | 63.65 | 77.18 | 18.56 | - |
| YUV | 215.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 236 | 77 | 0.03 | 0 | 0.67 | 0.07 | 62.64 | 0.81 | 0.61 |
| Hex | E5 | EC | 4D | 3 | 0 | 43 | 7 | 3F | 51 | 3D |
| Octal | 345 | 354 | 115 | 3 | 0 | 103 | 7 | 77 | 121 | 75 |
| Binary | 11100101 | 11101100 | 1001101 | 11 | 0 | 1000011 | 111 | 111111 | 1010001 | 111101 |
Color Harmonies of #E5EC4D
Complementary color
Monochromatic Colors of #E5EC4D
Black with #E5EC4D
Text Example
Text Example
White with #E5EC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EC4D; }
p { color: rgb(229,236,77); }
H1.HeaderClassName
{
color: #E5EC4D;
}
.AnyTagClassName
{
color: #E5EC4D;
}
</style>
background-color css
<style>
a { background-color: #E5EC4D; }
a { background-color: rgb(229,236,77); }
div.DivClassName
{
background-color: #E5EC4D;
}
.BgClassName
{
background-color: #E5EC4D;
}
</style>
border-color css
<style>
span { border-color: #E5EC4D; }
span { border-color: rgb(229,236,77); }
td.TdClassName
{
border-color: #E5EC4D;
}
.TagClassName
{
border-color: #E5EC4D;
}
</style>