Shades of Manz #E5D551
Tints of Manz #E5D551
RGB
CMYK
RGB Variations
Color information
#E5D551 (or 0xE5D551) is known color: Manz. HEX triplet: E5, D5 and 51. RGB value is (229,213,81). Sum of RGB (Red+Green+Blue) = 229+213+81=523 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.79% from 523); Green value is 213 (83.59% from 255 or 40.73% from 523); Blue value is 81 (32.03% from 255 or 15.49% from 523); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5D551 is #1A2AAE. Grayscale: #CBCBCB. Windows color (decimal): -1714863 or 5363173. OLE color: 5363173.
HSL color Cylindrical-coordinate representation of color #E5D551: hue angle of 53.51º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E5D551 is Cyan = 0, Magento = 0.07, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 213 | 81 | - |
| CMYK | 0 | 0.07 | 0.65 | 0.10 |
| HSL | 53.51º | 0.74% | 0.61% | - |
| HSV(B) | 53.51º | 0.65% | 0.9% | - |
| XYZ | 57.59 | 64.84 | 17.26 | - |
| YUV | 202.74 | 59.3 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 213 | 81 | 0 | 0.07 | 0.65 | 0.10 | 53.51 | 0.74 | 0.61 |
| Hex | E5 | D5 | 51 | 0 | 7 | 41 | A | 36 | 4A | 3D |
| Octal | 345 | 325 | 121 | 0 | 7 | 101 | 12 | 66 | 112 | 75 |
| Binary | 11100101 | 11010101 | 1010001 | 0 | 111 | 1000001 | 1010 | 110110 | 1001010 | 111101 |
Color Harmonies of #E5D551
Complementary color
Monochromatic Colors of #E5D551
Black with #E5D551
Text Example
Text Example
White with #E5D551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D551; }
p { color: rgb(229,213,81); }
H1.HeaderClassName
{
color: #E5D551;
}
.AnyTagClassName
{
color: #E5D551;
}
</style>
background-color css
<style>
a { background-color: #E5D551; }
a { background-color: rgb(229,213,81); }
div.DivClassName
{
background-color: #E5D551;
}
.BgClassName
{
background-color: #E5D551;
}
</style>
border-color css
<style>
span { border-color: #E5D551; }
span { border-color: rgb(229,213,81); }
td.TdClassName
{
border-color: #E5D551;
}
.TagClassName
{
border-color: #E5D551;
}
</style>