Shades of Manz #E1D55A
Tints of Manz #E1D55A
RGB
CMYK
RGB Variations
Color information
#E1D55A (or 0xE1D55A) is known color: Manz. HEX triplet: E1, D5 and 5A. RGB value is (225,213,90). Sum of RGB (Red+Green+Blue) = 225+213+90=528 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.61% from 528); Green value is 213 (83.59% from 255 or 40.34% from 528); Blue value is 90 (35.55% from 255 or 17.05% from 528); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D55A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D55A is #1E2AA5. Grayscale: #CBCBCB. Windows color (decimal): -1976998 or 5952993. OLE color: 5952993.
HSL color Cylindrical-coordinate representation of color #E1D55A: hue angle of 54.67º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1D55A is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 213 | 90 | - |
| CMYK | 0 | 0.05 | 0.60 | 0.12 |
| HSL | 54.67º | 0.69% | 0.62% | - |
| HSV(B) | 54.67º | 0.6% | 0.88% | - |
| XYZ | 56.69 | 64.33 | 19.1 | - |
| YUV | 202.57 | 64.48 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 213 | 90 | 0 | 0.05 | 0.60 | 0.12 | 54.67 | 0.69 | 0.62 |
| Hex | E1 | D5 | 5A | 0 | 5 | 3C | C | 37 | 45 | 3E |
| Octal | 341 | 325 | 132 | 0 | 5 | 74 | 14 | 67 | 105 | 76 |
| Binary | 11100001 | 11010101 | 1011010 | 0 | 101 | 111100 | 1100 | 110111 | 1000101 | 111110 |
Color Harmonies of #E1D55A
Complementary color
Monochromatic Colors of #E1D55A
Black with #E1D55A
Text Example
Text Example
White with #E1D55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D55A; }
p { color: rgb(225,213,90); }
H1.HeaderClassName
{
color: #E1D55A;
}
.AnyTagClassName
{
color: #E1D55A;
}
</style>
background-color css
<style>
a { background-color: #E1D55A; }
a { background-color: rgb(225,213,90); }
div.DivClassName
{
background-color: #E1D55A;
}
.BgClassName
{
background-color: #E1D55A;
}
</style>
border-color css
<style>
span { border-color: #E1D55A; }
span { border-color: rgb(225,213,90); }
td.TdClassName
{
border-color: #E1D55A;
}
.TagClassName
{
border-color: #E1D55A;
}
</style>