Shades of Gold Tips #E8B719
Tints of Gold Tips #E8B719
RGB
CMYK
RGB Variations
Color information
#E8B719 (or 0xE8B719) is known color: Gold Tips. HEX triplet: E8, B7 and 19. RGB value is (232,183,25). Sum of RGB (Red+Green+Blue) = 232+183+25=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 25 (10.16% from 255 or 5.68% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B719 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8B719 is #1748E6. Grayscale: #B4B4B4. Windows color (decimal): -1525991 or 1685480. OLE color: 1685480.
HSL color Cylindrical-coordinate representation of color #E8B719: hue angle of 45.8º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8B719 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 183 | 25 | - |
| CMYK | 0 | 0.21 | 0.89 | 0.09 |
| HSL | 45.8º | 0.82% | 0.5% | - |
| HSV(B) | 45.8º | 0.89% | 0.91% | - |
| XYZ | 50.39 | 51.09 | 8.13 | - |
| YUV | 179.64 | 40.73 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 183 | 25 | 0 | 0.21 | 0.89 | 0.09 | 45.8 | 0.82 | 0.5 |
| Hex | E8 | B7 | 19 | 0 | 15 | 59 | 9 | 2E | 52 | 32 |
| Octal | 350 | 267 | 31 | 0 | 25 | 131 | 11 | 56 | 122 | 62 |
| Binary | 11101000 | 10110111 | 11001 | 0 | 10101 | 1011001 | 1001 | 101110 | 1010010 | 110010 |
Color Harmonies of #E8B719
Complementary color
Monochromatic Colors of #E8B719
Black with #E8B719
Text Example
Text Example
White with #E8B719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B719; }
p { color: rgb(232,183,25); }
H1.HeaderClassName
{
color: #E8B719;
}
.AnyTagClassName
{
color: #E8B719;
}
</style>
background-color css
<style>
a { background-color: #E8B719; }
a { background-color: rgb(232,183,25); }
div.DivClassName
{
background-color: #E8B719;
}
.BgClassName
{
background-color: #E8B719;
}
</style>
border-color css
<style>
span { border-color: #E8B719; }
span { border-color: rgb(232,183,25); }
td.TdClassName
{
border-color: #E8B719;
}
.TagClassName
{
border-color: #E8B719;
}
</style>