Shades of Manz #E5D94B
Tints of Manz #E5D94B
RGB
CMYK
RGB Variations
Color information
#E5D94B (or 0xE5D94B) is known color: Manz. HEX triplet: E5, D9 and 4B. RGB value is (229,217,75). Sum of RGB (Red+Green+Blue) = 229+217+75=521 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.95% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 75 (29.69% from 255 or 14.40% from 521); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D94B is #1A26B4. Grayscale: #CCCCCC. Windows color (decimal): -1713845 or 4970981. OLE color: 4970981.
HSL color Cylindrical-coordinate representation of color #E5D94B: hue angle of 55.32º 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 #E5D94B is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 75 | - |
| CMYK | 0 | 0.05 | 0.67 | 0.10 |
| HSL | 55.32º | 0.75% | 0.6% | - |
| HSV(B) | 55.32º | 0.67% | 0.9% | - |
| XYZ | 58.4 | 66.79 | 16.47 | - |
| YUV | 204.4 | 54.98 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 75 | 0 | 0.05 | 0.67 | 0.10 | 55.32 | 0.75 | 0.6 |
| Hex | E5 | D9 | 4B | 0 | 5 | 43 | A | 37 | 4B | 3C |
| Octal | 345 | 331 | 113 | 0 | 5 | 103 | 12 | 67 | 113 | 74 |
| Binary | 11100101 | 11011001 | 1001011 | 0 | 101 | 1000011 | 1010 | 110111 | 1001011 | 111100 |
Color Harmonies of #E5D94B
Complementary color
Monochromatic Colors of #E5D94B
Black with #E5D94B
Text Example
Text Example
White with #E5D94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D94B; }
p { color: rgb(229,217,75); }
H1.HeaderClassName
{
color: #E5D94B;
}
.AnyTagClassName
{
color: #E5D94B;
}
</style>
background-color css
<style>
a { background-color: #E5D94B; }
a { background-color: rgb(229,217,75); }
div.DivClassName
{
background-color: #E5D94B;
}
.BgClassName
{
background-color: #E5D94B;
}
</style>
border-color css
<style>
span { border-color: #E5D94B; }
span { border-color: rgb(229,217,75); }
td.TdClassName
{
border-color: #E5D94B;
}
.TagClassName
{
border-color: #E5D94B;
}
</style>