Shades of Manz #E4D562
Tints of Manz #E4D562
RGB
CMYK
RGB Variations
Color information
#E4D562 (or 0xE4D562) is known color: Manz. HEX triplet: E4, D5 and 62. RGB value is (228,213,98). Sum of RGB (Red+Green+Blue) = 228+213+98=539 (71% of max value = 765). Red value is 228 (89.45% from 255 or 42.30% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D562 is #1B2A9D. Grayscale: #CCCCCC. Windows color (decimal): -1780382 or 6477284. OLE color: 6477284.
HSL color Cylindrical-coordinate representation of color #E4D562: hue angle of 53.08º 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 #E4D562 is Cyan = 0, Magento = 0.07, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 213 | 98 | - |
| CMYK | 0 | 0.07 | 0.57 | 0.11 |
| HSL | 53.08º | 0.71% | 0.64% | - |
| HSV(B) | 53.08º | 0.57% | 0.89% | - |
| XYZ | 57.99 | 64.96 | 21.04 | - |
| YUV | 204.38 | 67.97 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 213 | 98 | 0 | 0.07 | 0.57 | 0.11 | 53.08 | 0.71 | 0.64 |
| Hex | E4 | D5 | 62 | 0 | 7 | 39 | B | 35 | 47 | 40 |
| Octal | 344 | 325 | 142 | 0 | 7 | 71 | 13 | 65 | 107 | 100 |
| Binary | 11100100 | 11010101 | 1100010 | 0 | 111 | 111001 | 1011 | 110101 | 1000111 | 1000000 |
Color Harmonies of #E4D562
Complementary color
Monochromatic Colors of #E4D562
Black with #E4D562
Text Example
Text Example
White with #E4D562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D562; }
p { color: rgb(228,213,98); }
H1.HeaderClassName
{
color: #E4D562;
}
.AnyTagClassName
{
color: #E4D562;
}
</style>
background-color css
<style>
a { background-color: #E4D562; }
a { background-color: rgb(228,213,98); }
div.DivClassName
{
background-color: #E4D562;
}
.BgClassName
{
background-color: #E4D562;
}
</style>
border-color css
<style>
span { border-color: #E4D562; }
span { border-color: rgb(228,213,98); }
td.TdClassName
{
border-color: #E4D562;
}
.TagClassName
{
border-color: #E4D562;
}
</style>