Shades of Manz #E1D45A
Tints of Manz #E1D45A
RGB
CMYK
RGB Variations
Color information
#E1D45A (or 0xE1D45A) is known color: Manz. HEX triplet: E1, D4 and 5A. RGB value is (225,212,90). Sum of RGB (Red+Green+Blue) = 225+212+90=527 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.69% from 527); Green value is 212 (83.20% from 255 or 40.23% from 527); Blue value is 90 (35.55% from 255 or 17.08% from 527); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D45A is #1E2BA5. Grayscale: #CACACA. Windows color (decimal): -1977254 or 5952737. OLE color: 5952737.
HSL color Cylindrical-coordinate representation of color #E1D45A: hue angle of 54.22º 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 #E1D45A is Cyan = 0, Magento = 0.06, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 90 | - |
| CMYK | 0 | 0.06 | 0.60 | 0.12 |
| HSL | 54.22º | 0.69% | 0.62% | - |
| HSV(B) | 54.22º | 0.6% | 0.88% | - |
| XYZ | 56.44 | 63.83 | 19.02 | - |
| YUV | 201.98 | 64.81 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 90 | 0 | 0.06 | 0.60 | 0.12 | 54.22 | 0.69 | 0.62 |
| Hex | E1 | D4 | 5A | 0 | 6 | 3C | C | 36 | 45 | 3E |
| Octal | 341 | 324 | 132 | 0 | 6 | 74 | 14 | 66 | 105 | 76 |
| Binary | 11100001 | 11010100 | 1011010 | 0 | 110 | 111100 | 1100 | 110110 | 1000101 | 111110 |
Color Harmonies of #E1D45A
Complementary color
Monochromatic Colors of #E1D45A
Black with #E1D45A
Text Example
Text Example
White with #E1D45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D45A; }
p { color: rgb(225,212,90); }
H1.HeaderClassName
{
color: #E1D45A;
}
.AnyTagClassName
{
color: #E1D45A;
}
</style>
background-color css
<style>
a { background-color: #E1D45A; }
a { background-color: rgb(225,212,90); }
div.DivClassName
{
background-color: #E1D45A;
}
.BgClassName
{
background-color: #E1D45A;
}
</style>
border-color css
<style>
span { border-color: #E1D45A; }
span { border-color: rgb(225,212,90); }
td.TdClassName
{
border-color: #E1D45A;
}
.TagClassName
{
border-color: #E1D45A;
}
</style>