Shades of Metallic Gold #E0B536
Tints of Metallic Gold #E0B536
RGB
CMYK
RGB Variations
Color information
#E0B536 (or 0xE0B536) is known color: Metallic Gold. HEX triplet: E0, B5 and 36. RGB value is (224,181,54). Sum of RGB (Red+Green+Blue) = 224+181+54=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 54 (21.48% from 255 or 11.76% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B536 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B536 is #1F4AC9. Grayscale: #B3B3B3. Windows color (decimal): -2050762 or 3585504. OLE color: 3585504.
HSL color Cylindrical-coordinate representation of color #E0B536: hue angle of 44.82º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E0B536 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 181 | 54 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.12 |
| HSL | 44.82º | 0.73% | 0.55% | - |
| HSV(B) | 44.82º | 0.76% | 0.88% | - |
| XYZ | 47.93 | 49.16 | 10.45 | - |
| YUV | 179.38 | 57.25 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 54 | 0 | 0.19 | 0.76 | 0.12 | 44.82 | 0.73 | 0.55 |
| Hex | E0 | B5 | 36 | 0 | 13 | 4C | C | 2D | 49 | 37 |
| Octal | 340 | 265 | 66 | 0 | 23 | 114 | 14 | 55 | 111 | 67 |
| Binary | 11100000 | 10110101 | 110110 | 0 | 10011 | 1001100 | 1100 | 101101 | 1001001 | 110111 |
Color Harmonies of #E0B536
Complementary color
Monochromatic Colors of #E0B536
Black with #E0B536
Text Example
Text Example
White with #E0B536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B536; }
p { color: rgb(224,181,54); }
H1.HeaderClassName
{
color: #E0B536;
}
.AnyTagClassName
{
color: #E0B536;
}
</style>
background-color css
<style>
a { background-color: #E0B536; }
a { background-color: rgb(224,181,54); }
div.DivClassName
{
background-color: #E0B536;
}
.BgClassName
{
background-color: #E0B536;
}
</style>
border-color css
<style>
span { border-color: #E0B536; }
span { border-color: rgb(224,181,54); }
td.TdClassName
{
border-color: #E0B536;
}
.TagClassName
{
border-color: #E0B536;
}
</style>