Shades of Manz #E5D75A
Tints of Manz #E5D75A
RGB
CMYK
RGB Variations
Color information
#E5D75A (or 0xE5D75A) is known color: Manz. HEX triplet: E5, D7 and 5A. RGB value is (229,215,90). Sum of RGB (Red+Green+Blue) = 229+215+90=534 (70% of max value = 765). Red value is 229 (89.84% from 255 or 42.88% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 90 (35.55% from 255 or 16.85% from 534); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D75A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D75A is #1A28A5. Grayscale: #CDCDCD. Windows color (decimal): -1714342 or 5953509. OLE color: 5953509.
HSL color Cylindrical-coordinate representation of color #E5D75A: hue angle of 53.96º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5D75A is Cyan = 0, Magento = 0.06, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 215 | 90 | - |
| CMYK | 0 | 0.06 | 0.61 | 0.10 |
| HSL | 53.96º | 0.73% | 0.63% | - |
| HSV(B) | 53.96º | 0.61% | 0.9% | - |
| XYZ | 58.46 | 66 | 19.33 | - |
| YUV | 204.94 | 63.14 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 215 | 90 | 0 | 0.06 | 0.61 | 0.10 | 53.96 | 0.73 | 0.63 |
| Hex | E5 | D7 | 5A | 0 | 6 | 3D | A | 36 | 49 | 3F |
| Octal | 345 | 327 | 132 | 0 | 6 | 75 | 12 | 66 | 111 | 77 |
| Binary | 11100101 | 11010111 | 1011010 | 0 | 110 | 111101 | 1010 | 110110 | 1001001 | 111111 |
Color Harmonies of #E5D75A
Complementary color
Monochromatic Colors of #E5D75A
Black with #E5D75A
Text Example
Text Example
White with #E5D75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D75A; }
p { color: rgb(229,215,90); }
H1.HeaderClassName
{
color: #E5D75A;
}
.AnyTagClassName
{
color: #E5D75A;
}
</style>
background-color css
<style>
a { background-color: #E5D75A; }
a { background-color: rgb(229,215,90); }
div.DivClassName
{
background-color: #E5D75A;
}
.BgClassName
{
background-color: #E5D75A;
}
</style>
border-color css
<style>
span { border-color: #E5D75A; }
span { border-color: rgb(229,215,90); }
td.TdClassName
{
border-color: #E5D75A;
}
.TagClassName
{
border-color: #E5D75A;
}
</style>