Shades of Manz #E1D45E
Tints of Manz #E1D45E
RGB
CMYK
RGB Variations
Color information
#E1D45E (or 0xE1D45E) is known color: Manz. HEX triplet: E1, D4 and 5E. RGB value is (225,212,94). Sum of RGB (Red+Green+Blue) = 225+212+94=531 (70% of max value = 765). Red value is 225 (88.28% from 255 or 42.37% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1D45E is #1E2BA1. Grayscale: #CACACA. Windows color (decimal): -1977250 or 6214881. OLE color: 6214881.
HSL color Cylindrical-coordinate representation of color #E1D45E: hue angle of 54.05º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E1D45E is Cyan = 0, Magento = 0.06, Yellow = 0.58 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 212 | 94 | - |
| CMYK | 0 | 0.06 | 0.58 | 0.12 |
| HSL | 54.05º | 0.69% | 0.63% | - |
| HSV(B) | 54.05º | 0.58% | 0.88% | - |
| XYZ | 56.62 | 63.9 | 19.94 | - |
| YUV | 202.44 | 66.81 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 212 | 94 | 0 | 0.06 | 0.58 | 0.12 | 54.05 | 0.69 | 0.63 |
| Hex | E1 | D4 | 5E | 0 | 6 | 3A | C | 36 | 45 | 3F |
| Octal | 341 | 324 | 136 | 0 | 6 | 72 | 14 | 66 | 105 | 77 |
| Binary | 11100001 | 11010100 | 1011110 | 0 | 110 | 111010 | 1100 | 110110 | 1000101 | 111111 |
Color Harmonies of #E1D45E
Complementary color
Monochromatic Colors of #E1D45E
Black with #E1D45E
Text Example
Text Example
White with #E1D45E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D45E; }
p { color: rgb(225,212,94); }
H1.HeaderClassName
{
color: #E1D45E;
}
.AnyTagClassName
{
color: #E1D45E;
}
</style>
background-color css
<style>
a { background-color: #E1D45E; }
a { background-color: rgb(225,212,94); }
div.DivClassName
{
background-color: #E1D45E;
}
.BgClassName
{
background-color: #E1D45E;
}
</style>
border-color css
<style>
span { border-color: #E1D45E; }
span { border-color: rgb(225,212,94); }
td.TdClassName
{
border-color: #E1D45E;
}
.TagClassName
{
border-color: #E1D45E;
}
</style>