Shades of Manz #E5D458
Tints of Manz #E5D458
RGB
CMYK
RGB Variations
Color information
#E5D458 (or 0xE5D458) is known color: Manz. HEX triplet: E5, D4 and 58. RGB value is (229,212,88). Sum of RGB (Red+Green+Blue) = 229+212+88=529 (70% of max value = 765). Red value is 229 (89.84% from 255 or 43.29% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 88 (34.77% from 255 or 16.64% from 529); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D458 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D458 is #1A2BA7. Grayscale: #CBCBCB. Windows color (decimal): -1715112 or 5821669. OLE color: 5821669.
HSL color Cylindrical-coordinate representation of color #E5D458: hue angle of 52.77º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E5D458 is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 212 | 88 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.10 |
| HSL | 52.77º | 0.73% | 0.62% | - |
| HSV(B) | 52.77º | 0.62% | 0.9% | - |
| XYZ | 57.62 | 64.45 | 18.64 | - |
| YUV | 202.95 | 63.13 | 146.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 212 | 88 | 0 | 0.07 | 0.62 | 0.10 | 52.77 | 0.73 | 0.62 |
| Hex | E5 | D4 | 58 | 0 | 7 | 3E | A | 35 | 49 | 3E |
| Octal | 345 | 324 | 130 | 0 | 7 | 76 | 12 | 65 | 111 | 76 |
| Binary | 11100101 | 11010100 | 1011000 | 0 | 111 | 111110 | 1010 | 110101 | 1001001 | 111110 |
Color Harmonies of #E5D458
Complementary color
Monochromatic Colors of #E5D458
Black with #E5D458
Text Example
Text Example
White with #E5D458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D458; }
p { color: rgb(229,212,88); }
H1.HeaderClassName
{
color: #E5D458;
}
.AnyTagClassName
{
color: #E5D458;
}
</style>
background-color css
<style>
a { background-color: #E5D458; }
a { background-color: rgb(229,212,88); }
div.DivClassName
{
background-color: #E5D458;
}
.BgClassName
{
background-color: #E5D458;
}
</style>
border-color css
<style>
span { border-color: #E5D458; }
span { border-color: rgb(229,212,88); }
td.TdClassName
{
border-color: #E5D458;
}
.TagClassName
{
border-color: #E5D458;
}
</style>