Shades of Manz #E5D848
Tints of Manz #E5D848
RGB
CMYK
RGB Variations
Color information
#E5D848 (or 0xE5D848) is known color: Manz. HEX triplet: E5, D8 and 48. RGB value is (229,216,72). Sum of RGB (Red+Green+Blue) = 229+216+72=517 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.29% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 72 (28.52% from 255 or 13.93% from 517); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D848 is #1A27B7. Grayscale: #CCCCCC. Windows color (decimal): -1714104 or 4774117. OLE color: 4774117.
HSL color Cylindrical-coordinate representation of color #E5D848: hue angle of 55.03º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5D848 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 216 | 72 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.10 |
| HSL | 55.03º | 0.75% | 0.59% | - |
| HSV(B) | 55.03º | 0.69% | 0.9% | - |
| XYZ | 58.04 | 66.24 | 15.86 | - |
| YUV | 203.47 | 53.81 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 216 | 72 | 0 | 0.06 | 0.69 | 0.10 | 55.03 | 0.75 | 0.59 |
| Hex | E5 | D8 | 48 | 0 | 6 | 45 | A | 37 | 4B | 3B |
| Octal | 345 | 330 | 110 | 0 | 6 | 105 | 12 | 67 | 113 | 73 |
| Binary | 11100101 | 11011000 | 1001000 | 0 | 110 | 1000101 | 1010 | 110111 | 1001011 | 111011 |
Color Harmonies of #E5D848
Complementary color
Monochromatic Colors of #E5D848
Black with #E5D848
Text Example
Text Example
White with #E5D848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D848; }
p { color: rgb(229,216,72); }
H1.HeaderClassName
{
color: #E5D848;
}
.AnyTagClassName
{
color: #E5D848;
}
</style>
background-color css
<style>
a { background-color: #E5D848; }
a { background-color: rgb(229,216,72); }
div.DivClassName
{
background-color: #E5D848;
}
.BgClassName
{
background-color: #E5D848;
}
</style>
border-color css
<style>
span { border-color: #E5D848; }
span { border-color: rgb(229,216,72); }
td.TdClassName
{
border-color: #E5D848;
}
.TagClassName
{
border-color: #E5D848;
}
</style>