Shades of Manz #E1D55D
Tints of Manz #E1D55D
RGB
CMYK
RGB Variations
Color information
#E1D55D (or 0xE1D55D) is known color: Manz. HEX triplet: E1, D5 and 5D. RGB value is (225,213,93). Sum of RGB (Red+Green+Blue) = 225+213+93=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D55D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D55D is #1E2AA2. Grayscale: #CBCBCB. Windows color (decimal): -1976995 or 6149601. OLE color: 6149601.
HSL color Cylindrical-coordinate representation of color #E1D55D: hue angle of 54.55º 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 #E1D55D is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 93 | - |
| CMYK | 0 | 0.05 | 0.59 | 0.12 |
| HSL | 54.55º | 0.69% | 0.62% | - |
| HSV(B) | 54.55º | 0.59% | 0.88% | - |
| XYZ | 56.82 | 64.39 | 19.79 | - |
| YUV | 202.91 | 65.98 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 93 | 0 | 0.05 | 0.59 | 0.12 | 54.55 | 0.69 | 0.62 |
| Hex | E1 | D5 | 5D | 0 | 5 | 3B | C | 37 | 45 | 3E |
| Octal | 341 | 325 | 135 | 0 | 5 | 73 | 14 | 67 | 105 | 76 |
| Binary | 11100001 | 11010101 | 1011101 | 0 | 101 | 111011 | 1100 | 110111 | 1000101 | 111110 |
Color Harmonies of #E1D55D
Complementary color
Monochromatic Colors of #E1D55D
Black with #E1D55D
Text Example
Text Example
White with #E1D55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D55D; }
p { color: rgb(225,213,93); }
H1.HeaderClassName
{
color: #E1D55D;
}
.AnyTagClassName
{
color: #E1D55D;
}
</style>
background-color css
<style>
a { background-color: #E1D55D; }
a { background-color: rgb(225,213,93); }
div.DivClassName
{
background-color: #E1D55D;
}
.BgClassName
{
background-color: #E1D55D;
}
</style>
border-color css
<style>
span { border-color: #E1D55D; }
span { border-color: rgb(225,213,93); }
td.TdClassName
{
border-color: #E1D55D;
}
.TagClassName
{
border-color: #E1D55D;
}
</style>