Shades of Manz #E4D94D
Tints of Manz #E4D94D
RGB
CMYK
RGB Variations
Color information
#E4D94D (or 0xE4D94D) is known color: Manz. HEX triplet: E4, D9 and 4D. RGB value is (228,217,77). Sum of RGB (Red+Green+Blue) = 228+217+77=522 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.68% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 77 (30.47% from 255 or 14.75% from 522); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D94D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4D94D is #1B26B2. Grayscale: #CCCCCC. Windows color (decimal): -1779379 or 5102052. OLE color: 5102052.
HSL color Cylindrical-coordinate representation of color #E4D94D: hue angle of 55.63º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E4D94D is Cyan = 0, Magento = 0.05, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 217 | 77 | - |
| CMYK | 0 | 0.05 | 0.66 | 0.11 |
| HSL | 55.63º | 0.74% | 0.6% | - |
| HSV(B) | 55.63º | 0.66% | 0.89% | - |
| XYZ | 58.15 | 66.66 | 16.82 | - |
| YUV | 204.33 | 56.14 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 217 | 77 | 0 | 0.05 | 0.66 | 0.11 | 55.63 | 0.74 | 0.6 |
| Hex | E4 | D9 | 4D | 0 | 5 | 42 | B | 38 | 4A | 3C |
| Octal | 344 | 331 | 115 | 0 | 5 | 102 | 13 | 70 | 112 | 74 |
| Binary | 11100100 | 11011001 | 1001101 | 0 | 101 | 1000010 | 1011 | 111000 | 1001010 | 111100 |
Color Harmonies of #E4D94D
Complementary color
Monochromatic Colors of #E4D94D
Black with #E4D94D
Text Example
Text Example
White with #E4D94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D94D; }
p { color: rgb(228,217,77); }
H1.HeaderClassName
{
color: #E4D94D;
}
.AnyTagClassName
{
color: #E4D94D;
}
</style>
background-color css
<style>
a { background-color: #E4D94D; }
a { background-color: rgb(228,217,77); }
div.DivClassName
{
background-color: #E4D94D;
}
.BgClassName
{
background-color: #E4D94D;
}
</style>
border-color css
<style>
span { border-color: #E4D94D; }
span { border-color: rgb(228,217,77); }
td.TdClassName
{
border-color: #E4D94D;
}
.TagClassName
{
border-color: #E4D94D;
}
</style>