Shades of Manz #E4D94C
Tints of Manz #E4D94C
RGB
CMYK
RGB Variations
Color information
#E4D94C (or 0xE4D94C) is known color: Manz. HEX triplet: E4, D9 and 4C. RGB value is (228,217,76). Sum of RGB (Red+Green+Blue) = 228+217+76=521 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.76% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D94C is #1B26B3. Grayscale: #CCCCCC. Windows color (decimal): -1779380 or 5036516. OLE color: 5036516.
HSL color Cylindrical-coordinate representation of color #E4D94C: hue angle of 55.66º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E4D94C is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 217 | 76 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.11 |
| HSL | 55.66º | 0.74% | 0.6% | - |
| HSV(B) | 55.66º | 0.67% | 0.89% | - |
| XYZ | 58.11 | 66.64 | 16.64 | - |
| YUV | 204.22 | 55.64 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 217 | 76 | 0 | 0.05 | 0.67 | 0.11 | 55.66 | 0.74 | 0.6 |
| Hex | E4 | D9 | 4C | 0 | 5 | 43 | B | 38 | 4A | 3C |
| Octal | 344 | 331 | 114 | 0 | 5 | 103 | 13 | 70 | 112 | 74 |
| Binary | 11100100 | 11011001 | 1001100 | 0 | 101 | 1000011 | 1011 | 111000 | 1001010 | 111100 |
Color Harmonies of #E4D94C
Complementary color
Monochromatic Colors of #E4D94C
Black with #E4D94C
Text Example
Text Example
White with #E4D94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D94C; }
p { color: rgb(228,217,76); }
H1.HeaderClassName
{
color: #E4D94C;
}
.AnyTagClassName
{
color: #E4D94C;
}
</style>
background-color css
<style>
a { background-color: #E4D94C; }
a { background-color: rgb(228,217,76); }
div.DivClassName
{
background-color: #E4D94C;
}
.BgClassName
{
background-color: #E4D94C;
}
</style>
border-color css
<style>
span { border-color: #E4D94C; }
span { border-color: rgb(228,217,76); }
td.TdClassName
{
border-color: #E4D94C;
}
.TagClassName
{
border-color: #E4D94C;
}
</style>