Shades of Gold Tips #E7B921
Tints of Gold Tips #E7B921
RGB
CMYK
RGB Variations
Color information
#E7B921 (or 0xE7B921) is known color: Gold Tips. HEX triplet: E7, B9 and 21. RGB value is (231,185,33). Sum of RGB (Red+Green+Blue) = 231+185+33=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 33 (13.28% from 255 or 7.35% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B921 is #1846DE. Grayscale: #B6B6B6. Windows color (decimal): -1591007 or 2210279. OLE color: 2210279.
HSL color Cylindrical-coordinate representation of color #E7B921: hue angle of 46.06º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7B921 is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 185 | 33 | - |
| CMYK | 0 | 0.20 | 0.86 | 0.09 |
| HSL | 46.06º | 0.8% | 0.52% | - |
| HSV(B) | 46.06º | 0.86% | 0.91% | - |
| XYZ | 50.58 | 51.8 | 8.77 | - |
| YUV | 181.43 | 44.24 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 185 | 33 | 0 | 0.20 | 0.86 | 0.09 | 46.06 | 0.8 | 0.52 |
| Hex | E7 | B9 | 21 | 0 | 14 | 56 | 9 | 2E | 50 | 34 |
| Octal | 347 | 271 | 41 | 0 | 24 | 126 | 11 | 56 | 120 | 64 |
| Binary | 11100111 | 10111001 | 100001 | 0 | 10100 | 1010110 | 1001 | 101110 | 1010000 | 110100 |
Color Harmonies of #E7B921
Complementary color
Monochromatic Colors of #E7B921
Black with #E7B921
Text Example
Text Example
White with #E7B921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B921; }
p { color: rgb(231,185,33); }
H1.HeaderClassName
{
color: #E7B921;
}
.AnyTagClassName
{
color: #E7B921;
}
</style>
background-color css
<style>
a { background-color: #E7B921; }
a { background-color: rgb(231,185,33); }
div.DivClassName
{
background-color: #E7B921;
}
.BgClassName
{
background-color: #E7B921;
}
</style>
border-color css
<style>
span { border-color: #E7B921; }
span { border-color: rgb(231,185,33); }
td.TdClassName
{
border-color: #E7B921;
}
.TagClassName
{
border-color: #E7B921;
}
</style>