Shades of Gold Tips #E7A628
Tints of Gold Tips #E7A628
RGB
CMYK
RGB Variations
Color information
#E7A628 (or 0xE7A628) is known color: Gold Tips. HEX triplet: E7, A6 and 28. RGB value is (231,166,40). Sum of RGB (Red+Green+Blue) = 231+166+40=437 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.86% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A628 is #1859D7. Grayscale: #ABABAB. Windows color (decimal): -1595864 or 2664167. OLE color: 2664167.
HSL color Cylindrical-coordinate representation of color #E7A628: hue angle of 39.58º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7A628 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 40 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.09 |
| HSL | 39.58º | 0.8% | 0.53% | - |
| HSV(B) | 39.58º | 0.83% | 0.91% | - |
| XYZ | 46.97 | 44.41 | 8.1 | - |
| YUV | 171.07 | 54.03 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 40 | 0 | 0.28 | 0.83 | 0.09 | 39.58 | 0.8 | 0.53 |
| Hex | E7 | A6 | 28 | 0 | 1C | 53 | 9 | 28 | 50 | 35 |
| Octal | 347 | 246 | 50 | 0 | 34 | 123 | 11 | 50 | 120 | 65 |
| Binary | 11100111 | 10100110 | 101000 | 0 | 11100 | 1010011 | 1001 | 101000 | 1010000 | 110101 |
Color Harmonies of #E7A628
Complementary color
Monochromatic Colors of #E7A628
Black with #E7A628
Text Example
Text Example
White with #E7A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A628; }
p { color: rgb(231,166,40); }
H1.HeaderClassName
{
color: #E7A628;
}
.AnyTagClassName
{
color: #E7A628;
}
</style>
background-color css
<style>
a { background-color: #E7A628; }
a { background-color: rgb(231,166,40); }
div.DivClassName
{
background-color: #E7A628;
}
.BgClassName
{
background-color: #E7A628;
}
</style>
border-color css
<style>
span { border-color: #E7A628; }
span { border-color: rgb(231,166,40); }
td.TdClassName
{
border-color: #E7A628;
}
.TagClassName
{
border-color: #E7A628;
}
</style>