Shades of Gold Tips #E7B41B
Tints of Gold Tips #E7B41B
RGB
CMYK
RGB Variations
Color information
#E7B41B (or 0xE7B41B) is known color: Gold Tips. HEX triplet: E7, B4 and 1B. RGB value is (231,180,27). Sum of RGB (Red+Green+Blue) = 231+180+27=438 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.74% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 27 (10.94% from 255 or 6.16% from 438); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B41B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B41B is #184BE4. Grayscale: #B2B2B2. Windows color (decimal): -1592293 or 1815783. OLE color: 1815783.
HSL color Cylindrical-coordinate representation of color #E7B41B: hue angle of 45º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7B41B is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 27 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.09 |
| HSL | 45º | 0.81% | 0.51% | - |
| HSV(B) | 45º | 0.88% | 0.91% | - |
| XYZ | 49.47 | 49.71 | 8.02 | - |
| YUV | 177.81 | 42.9 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 27 | 0 | 0.22 | 0.88 | 0.09 | 45 | 0.81 | 0.51 |
| Hex | E7 | B4 | 1B | 0 | 16 | 58 | 9 | 2D | 51 | 33 |
| Octal | 347 | 264 | 33 | 0 | 26 | 130 | 11 | 55 | 121 | 63 |
| Binary | 11100111 | 10110100 | 11011 | 0 | 10110 | 1011000 | 1001 | 101101 | 1010001 | 110011 |
Color Harmonies of #E7B41B
Complementary color
Monochromatic Colors of #E7B41B
Black with #E7B41B
Text Example
Text Example
White with #E7B41B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B41B; }
p { color: rgb(231,180,27); }
H1.HeaderClassName
{
color: #E7B41B;
}
.AnyTagClassName
{
color: #E7B41B;
}
</style>
background-color css
<style>
a { background-color: #E7B41B; }
a { background-color: rgb(231,180,27); }
div.DivClassName
{
background-color: #E7B41B;
}
.BgClassName
{
background-color: #E7B41B;
}
</style>
border-color css
<style>
span { border-color: #E7B41B; }
span { border-color: rgb(231,180,27); }
td.TdClassName
{
border-color: #E7B41B;
}
.TagClassName
{
border-color: #E7B41B;
}
</style>