Shades of Gold Tips #E0B319
Tints of Gold Tips #E0B319
RGB
CMYK
RGB Variations
Color information
#E0B319 (or 0xE0B319) is known color: Gold Tips. HEX triplet: E0, B3 and 19. RGB value is (224,179,25). Sum of RGB (Red+Green+Blue) = 224+179+25=428 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.34% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 25 (10.16% from 255 or 5.84% from 428); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B319 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B319 is #1F4CE6. Grayscale: #AFAFAF. Windows color (decimal): -2051303 or 1684448. OLE color: 1684448.
HSL color Cylindrical-coordinate representation of color #E0B319: hue angle of 46.43º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E0B319 is Cyan = 0, Magento = 0.20, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 25 | - |
| CMYK | 0 | 0.20 | 0.89 | 0.12 |
| HSL | 46.43º | 0.8% | 0.49% | - |
| HSV(B) | 46.43º | 0.89% | 0.88% | - |
| XYZ | 47.04 | 48.16 | 7.74 | - |
| YUV | 174.9 | 43.41 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 25 | 0 | 0.20 | 0.89 | 0.12 | 46.43 | 0.8 | 0.49 |
| Hex | E0 | B3 | 19 | 0 | 14 | 59 | C | 2E | 50 | 31 |
| Octal | 340 | 263 | 31 | 0 | 24 | 131 | 14 | 56 | 120 | 61 |
| Binary | 11100000 | 10110011 | 11001 | 0 | 10100 | 1011001 | 1100 | 101110 | 1010000 | 110001 |
Color Harmonies of #E0B319
Complementary color
Monochromatic Colors of #E0B319
Black with #E0B319
Text Example
Text Example
White with #E0B319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B319; }
p { color: rgb(224,179,25); }
H1.HeaderClassName
{
color: #E0B319;
}
.AnyTagClassName
{
color: #E0B319;
}
</style>
background-color css
<style>
a { background-color: #E0B319; }
a { background-color: rgb(224,179,25); }
div.DivClassName
{
background-color: #E0B319;
}
.BgClassName
{
background-color: #E0B319;
}
</style>
border-color css
<style>
span { border-color: #E0B319; }
span { border-color: rgb(224,179,25); }
td.TdClassName
{
border-color: #E0B319;
}
.TagClassName
{
border-color: #E0B319;
}
</style>