Shades of Gold Tips #E0BA25
Tints of Gold Tips #E0BA25
RGB
CMYK
RGB Variations
Color information
#E0BA25 (or 0xE0BA25) is known color: Gold Tips. HEX triplet: E0, BA and 25. RGB value is (224,186,37). Sum of RGB (Red+Green+Blue) = 224+186+37=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0BA25 is #1F45DA. Grayscale: #B5B5B5. Windows color (decimal): -2049499 or 2472672. OLE color: 2472672.
HSL color Cylindrical-coordinate representation of color #E0BA25: hue angle of 47.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0BA25 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 186 | 37 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.12 |
| HSL | 47.81º | 0.75% | 0.51% | - |
| HSV(B) | 47.81º | 0.83% | 0.88% | - |
| XYZ | 48.63 | 51.1 | 9.05 | - |
| YUV | 180.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 186 | 37 | 0 | 0.17 | 0.83 | 0.12 | 47.81 | 0.75 | 0.51 |
| Hex | E0 | BA | 25 | 0 | 11 | 53 | C | 30 | 4B | 33 |
| Octal | 340 | 272 | 45 | 0 | 21 | 123 | 14 | 60 | 113 | 63 |
| Binary | 11100000 | 10111010 | 100101 | 0 | 10001 | 1010011 | 1100 | 110000 | 1001011 | 110011 |
Color Harmonies of #E0BA25
Complementary color
Monochromatic Colors of #E0BA25
Black with #E0BA25
Text Example
Text Example
White with #E0BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0BA25; }
p { color: rgb(224,186,37); }
H1.HeaderClassName
{
color: #E0BA25;
}
.AnyTagClassName
{
color: #E0BA25;
}
</style>
background-color css
<style>
a { background-color: #E0BA25; }
a { background-color: rgb(224,186,37); }
div.DivClassName
{
background-color: #E0BA25;
}
.BgClassName
{
background-color: #E0BA25;
}
</style>
border-color css
<style>
span { border-color: #E0BA25; }
span { border-color: rgb(224,186,37); }
td.TdClassName
{
border-color: #E0BA25;
}
.TagClassName
{
border-color: #E0BA25;
}
</style>