Shades of Manz #E4E062
Tints of Manz #E4E062
RGB
CMYK
RGB Variations
Color information
#E4E062 (or 0xE4E062) is known color: Manz. HEX triplet: E4, E0 and 62. RGB value is (228,224,98). Sum of RGB (Red+Green+Blue) = 228+224+98=550 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.45% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 98 (38.67% from 255 or 17.82% from 550); Max value from RGB is 228 - color contains mainly: red. Hex color #E4E062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4E062 is #1B1F9D. Grayscale: #D3D3D3. Windows color (decimal): -1777566 or 6480100. OLE color: 6480100.
HSL color Cylindrical-coordinate representation of color #E4E062: hue angle of 58.15º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E4E062 is Cyan = 0, Magento = 0.02, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 224 | 98 | - |
| CMYK | 0 | 0.02 | 0.57 | 0.11 |
| HSL | 58.15º | 0.71% | 0.64% | - |
| HSV(B) | 58.15º | 0.57% | 0.89% | - |
| XYZ | 60.86 | 70.69 | 21.99 | - |
| YUV | 210.83 | 64.33 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 224 | 98 | 0 | 0.02 | 0.57 | 0.11 | 58.15 | 0.71 | 0.64 |
| Hex | E4 | E0 | 62 | 0 | 2 | 39 | B | 3A | 47 | 40 |
| Octal | 344 | 340 | 142 | 0 | 2 | 71 | 13 | 72 | 107 | 100 |
| Binary | 11100100 | 11100000 | 1100010 | 0 | 10 | 111001 | 1011 | 111010 | 1000111 | 1000000 |
Color Harmonies of #E4E062
Complementary color
Monochromatic Colors of #E4E062
Black with #E4E062
Text Example
Text Example
White with #E4E062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E062; }
p { color: rgb(228,224,98); }
H1.HeaderClassName
{
color: #E4E062;
}
.AnyTagClassName
{
color: #E4E062;
}
</style>
background-color css
<style>
a { background-color: #E4E062; }
a { background-color: rgb(228,224,98); }
div.DivClassName
{
background-color: #E4E062;
}
.BgClassName
{
background-color: #E4E062;
}
</style>
border-color css
<style>
span { border-color: #E4E062; }
span { border-color: rgb(228,224,98); }
td.TdClassName
{
border-color: #E4E062;
}
.TagClassName
{
border-color: #E4E062;
}
</style>