Shades of Gold Tips #E7B324
Tints of Gold Tips #E7B324
RGB
CMYK
RGB Variations
Color information
#E7B324 (or 0xE7B324) is known color: Gold Tips. HEX triplet: E7, B3 and 24. RGB value is (231,179,36). Sum of RGB (Red+Green+Blue) = 231+179+36=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 179 (70.31% from 255 or 40.13% from 446); Blue value is 36 (14.45% from 255 or 8.07% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B324 is #184CDB. Grayscale: #B2B2B2. Windows color (decimal): -1592540 or 2405351. OLE color: 2405351.
HSL color Cylindrical-coordinate representation of color #E7B324: hue angle of 44º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7B324 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 179 | 36 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.09 |
| HSL | 44º | 0.8% | 0.52% | - |
| HSV(B) | 44º | 0.84% | 0.91% | - |
| XYZ | 49.39 | 49.36 | 8.59 | - |
| YUV | 178.25 | 47.73 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 179 | 36 | 0 | 0.23 | 0.84 | 0.09 | 44 | 0.8 | 0.52 |
| Hex | E7 | B3 | 24 | 0 | 17 | 54 | 9 | 2C | 50 | 34 |
| Octal | 347 | 263 | 44 | 0 | 27 | 124 | 11 | 54 | 120 | 64 |
| Binary | 11100111 | 10110011 | 100100 | 0 | 10111 | 1010100 | 1001 | 101100 | 1010000 | 110100 |
Color Harmonies of #E7B324
Complementary color
Monochromatic Colors of #E7B324
Black with #E7B324
Text Example
Text Example
White with #E7B324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B324; }
p { color: rgb(231,179,36); }
H1.HeaderClassName
{
color: #E7B324;
}
.AnyTagClassName
{
color: #E7B324;
}
</style>
background-color css
<style>
a { background-color: #E7B324; }
a { background-color: rgb(231,179,36); }
div.DivClassName
{
background-color: #E7B324;
}
.BgClassName
{
background-color: #E7B324;
}
</style>
border-color css
<style>
span { border-color: #E7B324; }
span { border-color: rgb(231,179,36); }
td.TdClassName
{
border-color: #E7B324;
}
.TagClassName
{
border-color: #E7B324;
}
</style>