Shades of Manz #E1D75D
Tints of Manz #E1D75D
RGB
CMYK
RGB Variations
Color information
#E1D75D (or 0xE1D75D) is known color: Manz. HEX triplet: E1, D7 and 5D. RGB value is (225,215,93). Sum of RGB (Red+Green+Blue) = 225+215+93=533 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.21% from 533); Green value is 215 (84.38% from 255 or 40.34% from 533); Blue value is 93 (36.72% from 255 or 17.45% from 533); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D75D is #1E28A2. Grayscale: #CCCCCC. Windows color (decimal): -1976483 or 6150113. OLE color: 6150113.
HSL color Cylindrical-coordinate representation of color #E1D75D: hue angle of 55.45º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E1D75D is Cyan = 0, Magento = 0.04, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 215 | 93 | - |
| CMYK | 0 | 0.04 | 0.59 | 0.12 |
| HSL | 55.45º | 0.69% | 0.62% | - |
| HSV(B) | 55.45º | 0.59% | 0.88% | - |
| XYZ | 57.33 | 65.4 | 19.96 | - |
| YUV | 204.08 | 65.31 | 142.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 215 | 93 | 0 | 0.04 | 0.59 | 0.12 | 55.45 | 0.69 | 0.62 |
| Hex | E1 | D7 | 5D | 0 | 4 | 3B | C | 37 | 45 | 3E |
| Octal | 341 | 327 | 135 | 0 | 4 | 73 | 14 | 67 | 105 | 76 |
| Binary | 11100001 | 11010111 | 1011101 | 0 | 100 | 111011 | 1100 | 110111 | 1000101 | 111110 |
Color Harmonies of #E1D75D
Complementary color
Monochromatic Colors of #E1D75D
Black with #E1D75D
Text Example
Text Example
White with #E1D75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D75D; }
p { color: rgb(225,215,93); }
H1.HeaderClassName
{
color: #E1D75D;
}
.AnyTagClassName
{
color: #E1D75D;
}
</style>
background-color css
<style>
a { background-color: #E1D75D; }
a { background-color: rgb(225,215,93); }
div.DivClassName
{
background-color: #E1D75D;
}
.BgClassName
{
background-color: #E1D75D;
}
</style>
border-color css
<style>
span { border-color: #E1D75D; }
span { border-color: rgb(225,215,93); }
td.TdClassName
{
border-color: #E1D75D;
}
.TagClassName
{
border-color: #E1D75D;
}
</style>