Shades of Manz #E1D45C
Tints of Manz #E1D45C
RGB
CMYK
RGB Variations
Color information
#E1D45C (or 0xE1D45C) is known color: Manz. HEX triplet: E1, D4 and 5C. RGB value is (225,212,92). Sum of RGB (Red+Green+Blue) = 225+212+92=529 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.53% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 92 (36.33% from 255 or 17.39% from 529); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D45C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D45C is #1E2BA3. Grayscale: #CACACA. Windows color (decimal): -1977252 or 6083809. OLE color: 6083809.
HSL color Cylindrical-coordinate representation of color #E1D45C: hue angle of 54.14º 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 #E1D45C is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 92 | - |
| CMYK | 0 | 0.06 | 0.59 | 0.12 |
| HSL | 54.14º | 0.69% | 0.62% | - |
| HSV(B) | 54.14º | 0.59% | 0.88% | - |
| XYZ | 56.53 | 63.87 | 19.47 | - |
| YUV | 202.21 | 65.81 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 92 | 0 | 0.06 | 0.59 | 0.12 | 54.14 | 0.69 | 0.62 |
| Hex | E1 | D4 | 5C | 0 | 6 | 3B | C | 36 | 45 | 3E |
| Octal | 341 | 324 | 134 | 0 | 6 | 73 | 14 | 66 | 105 | 76 |
| Binary | 11100001 | 11010100 | 1011100 | 0 | 110 | 111011 | 1100 | 110110 | 1000101 | 111110 |
Color Harmonies of #E1D45C
Complementary color
Monochromatic Colors of #E1D45C
Black with #E1D45C
Text Example
Text Example
White with #E1D45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D45C; }
p { color: rgb(225,212,92); }
H1.HeaderClassName
{
color: #E1D45C;
}
.AnyTagClassName
{
color: #E1D45C;
}
</style>
background-color css
<style>
a { background-color: #E1D45C; }
a { background-color: rgb(225,212,92); }
div.DivClassName
{
background-color: #E1D45C;
}
.BgClassName
{
background-color: #E1D45C;
}
</style>
border-color css
<style>
span { border-color: #E1D45C; }
span { border-color: rgb(225,212,92); }
td.TdClassName
{
border-color: #E1D45C;
}
.TagClassName
{
border-color: #E1D45C;
}
</style>