Shades of Gold Tips #E7AF25
Tints of Gold Tips #E7AF25
RGB
CMYK
RGB Variations
Color information
#E7AF25 (or 0xE7AF25) is known color: Gold Tips. HEX triplet: E7, AF and 25. RGB value is (231,175,37). Sum of RGB (Red+Green+Blue) = 231+175+37=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 37 (14.84% from 255 or 8.35% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AF25 is #1850DA. Grayscale: #B0B0B0. Windows color (decimal): -1593563 or 2469863. OLE color: 2469863.
HSL color Cylindrical-coordinate representation of color #E7AF25: hue angle of 42.68º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E7AF25 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 37 | - |
| CMYK | 0 | 0.24 | 0.84 | 0.09 |
| HSL | 42.68º | 0.8% | 0.53% | - |
| HSV(B) | 42.68º | 0.84% | 0.91% | - |
| XYZ | 48.62 | 47.78 | 8.41 | - |
| YUV | 176.01 | 49.55 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 37 | 0 | 0.24 | 0.84 | 0.09 | 42.68 | 0.8 | 0.53 |
| Hex | E7 | AF | 25 | 0 | 18 | 54 | 9 | 2B | 50 | 35 |
| Octal | 347 | 257 | 45 | 0 | 30 | 124 | 11 | 53 | 120 | 65 |
| Binary | 11100111 | 10101111 | 100101 | 0 | 11000 | 1010100 | 1001 | 101011 | 1010000 | 110101 |
Color Harmonies of #E7AF25
Complementary color
Monochromatic Colors of #E7AF25
Black with #E7AF25
Text Example
Text Example
White with #E7AF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF25; }
p { color: rgb(231,175,37); }
H1.HeaderClassName
{
color: #E7AF25;
}
.AnyTagClassName
{
color: #E7AF25;
}
</style>
background-color css
<style>
a { background-color: #E7AF25; }
a { background-color: rgb(231,175,37); }
div.DivClassName
{
background-color: #E7AF25;
}
.BgClassName
{
background-color: #E7AF25;
}
</style>
border-color css
<style>
span { border-color: #E7AF25; }
span { border-color: rgb(231,175,37); }
td.TdClassName
{
border-color: #E7AF25;
}
.TagClassName
{
border-color: #E7AF25;
}
</style>