Shades of Manz #E5D94C
Tints of Manz #E5D94C
RGB
CMYK
RGB Variations
Color information
#E5D94C (or 0xE5D94C) is known color: Manz. HEX triplet: E5, D9 and 4C. RGB value is (229,217,76). Sum of RGB (Red+Green+Blue) = 229+217+76=522 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.87% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D94C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D94C is #1A26B3. Grayscale: #CDCDCD. Windows color (decimal): -1713844 or 5036517. OLE color: 5036517.
HSL color Cylindrical-coordinate representation of color #E5D94C: hue angle of 55.29º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E5D94C is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 76 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.10 |
| HSL | 55.29º | 0.75% | 0.6% | - |
| HSV(B) | 55.29º | 0.67% | 0.9% | - |
| XYZ | 58.43 | 66.81 | 16.65 | - |
| YUV | 204.51 | 55.48 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 76 | 0 | 0.05 | 0.67 | 0.10 | 55.29 | 0.75 | 0.6 |
| Hex | E5 | D9 | 4C | 0 | 5 | 43 | A | 37 | 4B | 3C |
| Octal | 345 | 331 | 114 | 0 | 5 | 103 | 12 | 67 | 113 | 74 |
| Binary | 11100101 | 11011001 | 1001100 | 0 | 101 | 1000011 | 1010 | 110111 | 1001011 | 111100 |
Color Harmonies of #E5D94C
Complementary color
Monochromatic Colors of #E5D94C
Black with #E5D94C
Text Example
Text Example
White with #E5D94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D94C; }
p { color: rgb(229,217,76); }
H1.HeaderClassName
{
color: #E5D94C;
}
.AnyTagClassName
{
color: #E5D94C;
}
</style>
background-color css
<style>
a { background-color: #E5D94C; }
a { background-color: rgb(229,217,76); }
div.DivClassName
{
background-color: #E5D94C;
}
.BgClassName
{
background-color: #E5D94C;
}
</style>
border-color css
<style>
span { border-color: #E5D94C; }
span { border-color: rgb(229,217,76); }
td.TdClassName
{
border-color: #E5D94C;
}
.TagClassName
{
border-color: #E5D94C;
}
</style>