Shades of Gold Tips #E8AF2F
Tints of Gold Tips #E8AF2F
RGB
CMYK
RGB Variations
Color information
#E8AF2F (or 0xE8AF2F) is known color: Gold Tips. HEX triplet: E8, AF and 2F. RGB value is (232,175,47). Sum of RGB (Red+Green+Blue) = 232+175+47=454 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.10% from 454); Green value is 175 (68.75% from 255 or 38.55% from 454); Blue value is 47 (18.75% from 255 or 10.35% from 454); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AF2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AF2F is #1750D0. Grayscale: #B2B2B2. Windows color (decimal): -1528017 or 3125224. OLE color: 3125224.
HSL color Cylindrical-coordinate representation of color #E8AF2F: hue angle of 41.51º degrees, saturation: 0.8, 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 #E8AF2F is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 175 | 47 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.09 |
| HSL | 41.51º | 0.8% | 0.55% | - |
| HSV(B) | 41.51º | 0.8% | 0.91% | - |
| XYZ | 49.12 | 48.02 | 9.37 | - |
| YUV | 177.45 | 54.38 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 175 | 47 | 0 | 0.25 | 0.80 | 0.09 | 41.51 | 0.8 | 0.55 |
| Hex | E8 | AF | 2F | 0 | 19 | 50 | 9 | 2A | 50 | 37 |
| Octal | 350 | 257 | 57 | 0 | 31 | 120 | 11 | 52 | 120 | 67 |
| Binary | 11101000 | 10101111 | 101111 | 0 | 11001 | 1010000 | 1001 | 101010 | 1010000 | 110111 |
Color Harmonies of #E8AF2F
Complementary color
Monochromatic Colors of #E8AF2F
Black with #E8AF2F
Text Example
Text Example
White with #E8AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AF2F; }
p { color: rgb(232,175,47); }
H1.HeaderClassName
{
color: #E8AF2F;
}
.AnyTagClassName
{
color: #E8AF2F;
}
</style>
background-color css
<style>
a { background-color: #E8AF2F; }
a { background-color: rgb(232,175,47); }
div.DivClassName
{
background-color: #E8AF2F;
}
.BgClassName
{
background-color: #E8AF2F;
}
</style>
border-color css
<style>
span { border-color: #E8AF2F; }
span { border-color: rgb(232,175,47); }
td.TdClassName
{
border-color: #E8AF2F;
}
.TagClassName
{
border-color: #E8AF2F;
}
</style>