Shades of Gold Tips #E7AF2F
Tints of Gold Tips #E7AF2F
RGB
CMYK
RGB Variations
Color information
#E7AF2F (or 0xE7AF2F) is known color: Gold Tips. HEX triplet: E7, AF and 2F. RGB value is (231,175,47). Sum of RGB (Red+Green+Blue) = 231+175+47=453 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.99% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AF2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AF2F is #1850D0. Grayscale: #B1B1B1. Windows color (decimal): -1593553 or 3125223. OLE color: 3125223.
HSL color Cylindrical-coordinate representation of color #E7AF2F: hue angle of 41.74º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7AF2F is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 175 | 47 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.09 |
| HSL | 41.74º | 0.79% | 0.55% | - |
| HSV(B) | 41.74º | 0.8% | 0.91% | - |
| XYZ | 48.8 | 47.85 | 9.35 | - |
| YUV | 177.15 | 54.55 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 175 | 47 | 0 | 0.24 | 0.80 | 0.09 | 41.74 | 0.79 | 0.55 |
| Hex | E7 | AF | 2F | 0 | 18 | 50 | 9 | 2A | 4F | 37 |
| Octal | 347 | 257 | 57 | 0 | 30 | 120 | 11 | 52 | 117 | 67 |
| Binary | 11100111 | 10101111 | 101111 | 0 | 11000 | 1010000 | 1001 | 101010 | 1001111 | 110111 |
Color Harmonies of #E7AF2F
Complementary color
Monochromatic Colors of #E7AF2F
Black with #E7AF2F
Text Example
Text Example
White with #E7AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AF2F; }
p { color: rgb(231,175,47); }
H1.HeaderClassName
{
color: #E7AF2F;
}
.AnyTagClassName
{
color: #E7AF2F;
}
</style>
background-color css
<style>
a { background-color: #E7AF2F; }
a { background-color: rgb(231,175,47); }
div.DivClassName
{
background-color: #E7AF2F;
}
.BgClassName
{
background-color: #E7AF2F;
}
</style>
border-color css
<style>
span { border-color: #E7AF2F; }
span { border-color: rgb(231,175,47); }
td.TdClassName
{
border-color: #E7AF2F;
}
.TagClassName
{
border-color: #E7AF2F;
}
</style>