Shades of Manz #E5D948
Tints of Manz #E5D948
RGB
CMYK
RGB Variations
Color information
#E5D948 (or 0xE5D948) is known color: Manz. HEX triplet: E5, D9 and 48. RGB value is (229,217,72). Sum of RGB (Red+Green+Blue) = 229+217+72=518 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.21% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D948 is #1A26B7. Grayscale: #CCCCCC. Windows color (decimal): -1713848 or 4774373. OLE color: 4774373.
HSL color Cylindrical-coordinate representation of color #E5D948: hue angle of 55.41º 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 #E5D948 is Cyan = 0, Magento = 0.05, Yellow = 0.69 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 217 | 72 | - |
| CMYK | 0 | 0.05 | 0.69 | 0.10 |
| HSL | 55.41º | 0.75% | 0.59% | - |
| HSV(B) | 55.41º | 0.69% | 0.9% | - |
| XYZ | 58.3 | 66.75 | 15.94 | - |
| YUV | 204.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 217 | 72 | 0 | 0.05 | 0.69 | 0.10 | 55.41 | 0.75 | 0.59 |
| Hex | E5 | D9 | 48 | 0 | 5 | 45 | A | 37 | 4B | 3B |
| Octal | 345 | 331 | 110 | 0 | 5 | 105 | 12 | 67 | 113 | 73 |
| Binary | 11100101 | 11011001 | 1001000 | 0 | 101 | 1000101 | 1010 | 110111 | 1001011 | 111011 |
Color Harmonies of #E5D948
Complementary color
Monochromatic Colors of #E5D948
Black with #E5D948
Text Example
Text Example
White with #E5D948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D948; }
p { color: rgb(229,217,72); }
H1.HeaderClassName
{
color: #E5D948;
}
.AnyTagClassName
{
color: #E5D948;
}
</style>
background-color css
<style>
a { background-color: #E5D948; }
a { background-color: rgb(229,217,72); }
div.DivClassName
{
background-color: #E5D948;
}
.BgClassName
{
background-color: #E5D948;
}
</style>
border-color css
<style>
span { border-color: #E5D948; }
span { border-color: rgb(229,217,72); }
td.TdClassName
{
border-color: #E5D948;
}
.TagClassName
{
border-color: #E5D948;
}
</style>