Shades of Gold Tips #E0B52C
Tints of Gold Tips #E0B52C
RGB
CMYK
RGB Variations
Color information
#E0B52C (or 0xE0B52C) is known color: Gold Tips. HEX triplet: E0, B5 and 2C. RGB value is (224,181,44). Sum of RGB (Red+Green+Blue) = 224+181+44=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 44 (17.58% from 255 or 9.80% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B52C is #1F4AD3. Grayscale: #B2B2B2. Windows color (decimal): -2050772 or 2930144. OLE color: 2930144.
HSL color Cylindrical-coordinate representation of color #E0B52C: hue angle of 45.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0B52C is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 181 | 44 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.12 |
| HSL | 45.67º | 0.74% | 0.53% | - |
| HSV(B) | 45.67º | 0.8% | 0.88% | - |
| XYZ | 47.72 | 49.08 | 9.34 | - |
| YUV | 178.24 | 52.25 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 181 | 44 | 0 | 0.19 | 0.80 | 0.12 | 45.67 | 0.74 | 0.53 |
| Hex | E0 | B5 | 2C | 0 | 13 | 50 | C | 2E | 4A | 35 |
| Octal | 340 | 265 | 54 | 0 | 23 | 120 | 14 | 56 | 112 | 65 |
| Binary | 11100000 | 10110101 | 101100 | 0 | 10011 | 1010000 | 1100 | 101110 | 1001010 | 110101 |
Color Harmonies of #E0B52C
Complementary color
Monochromatic Colors of #E0B52C
Black with #E0B52C
Text Example
Text Example
White with #E0B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B52C; }
p { color: rgb(224,181,44); }
H1.HeaderClassName
{
color: #E0B52C;
}
.AnyTagClassName
{
color: #E0B52C;
}
</style>
background-color css
<style>
a { background-color: #E0B52C; }
a { background-color: rgb(224,181,44); }
div.DivClassName
{
background-color: #E0B52C;
}
.BgClassName
{
background-color: #E0B52C;
}
</style>
border-color css
<style>
span { border-color: #E0B52C; }
span { border-color: rgb(224,181,44); }
td.TdClassName
{
border-color: #E0B52C;
}
.TagClassName
{
border-color: #E0B52C;
}
</style>