Shades of Manz #E5D45A
Tints of Manz #E5D45A
RGB
CMYK
RGB Variations
Color information
#E5D45A (or 0xE5D45A) is known color: Manz. HEX triplet: E5, D4 and 5A. RGB value is (229,212,90). Sum of RGB (Red+Green+Blue) = 229+212+90=531 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.13% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D45A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D45A is #1A2BA5. Grayscale: #CBCBCB. Windows color (decimal): -1715110 or 5952741. OLE color: 5952741.
HSL color Cylindrical-coordinate representation of color #E5D45A: hue angle of 52.66º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E5D45A is Cyan = 0, Magento = 0.07, Yellow = 0.61 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 90 | - |
| CMYK | 0 | 0.07 | 0.61 | 0.10 |
| HSL | 52.66º | 0.73% | 0.63% | - |
| HSV(B) | 52.66º | 0.61% | 0.9% | - |
| XYZ | 57.7 | 64.48 | 19.08 | - |
| YUV | 203.18 | 64.13 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 90 | 0 | 0.07 | 0.61 | 0.10 | 52.66 | 0.73 | 0.63 |
| Hex | E5 | D4 | 5A | 0 | 7 | 3D | A | 35 | 49 | 3F |
| Octal | 345 | 324 | 132 | 0 | 7 | 75 | 12 | 65 | 111 | 77 |
| Binary | 11100101 | 11010100 | 1011010 | 0 | 111 | 111101 | 1010 | 110101 | 1001001 | 111111 |
Color Harmonies of #E5D45A
Complementary color
Monochromatic Colors of #E5D45A
Black with #E5D45A
Text Example
Text Example
White with #E5D45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D45A; }
p { color: rgb(229,212,90); }
H1.HeaderClassName
{
color: #E5D45A;
}
.AnyTagClassName
{
color: #E5D45A;
}
</style>
background-color css
<style>
a { background-color: #E5D45A; }
a { background-color: rgb(229,212,90); }
div.DivClassName
{
background-color: #E5D45A;
}
.BgClassName
{
background-color: #E5D45A;
}
</style>
border-color css
<style>
span { border-color: #E5D45A; }
span { border-color: rgb(229,212,90); }
td.TdClassName
{
border-color: #E5D45A;
}
.TagClassName
{
border-color: #E5D45A;
}
</style>