Shades of Gold Tips #E3A72B
Tints of Gold Tips #E3A72B
RGB
CMYK
RGB Variations
Color information
#E3A72B (or 0xE3A72B) is known color: Gold Tips. HEX triplet: E3, A7 and 2B. RGB value is (227,167,43). Sum of RGB (Red+Green+Blue) = 227+167+43=437 (57% of max value = 765). Red value is 227 (89.06% from 255 or 51.95% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A72B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A72B is #1C58D4. Grayscale: #ABABAB. Windows color (decimal): -1857749 or 2861027. OLE color: 2861027.
HSL color Cylindrical-coordinate representation of color #E3A72B: hue angle of 40.43º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3A72B is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 167 | 43 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.11 |
| HSL | 40.43º | 0.77% | 0.53% | - |
| HSV(B) | 40.43º | 0.81% | 0.89% | - |
| XYZ | 45.93 | 44.14 | 8.38 | - |
| YUV | 170.8 | 55.88 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 167 | 43 | 0 | 0.26 | 0.81 | 0.11 | 40.43 | 0.77 | 0.53 |
| Hex | E3 | A7 | 2B | 0 | 1A | 51 | B | 28 | 4D | 35 |
| Octal | 343 | 247 | 53 | 0 | 32 | 121 | 13 | 50 | 115 | 65 |
| Binary | 11100011 | 10100111 | 101011 | 0 | 11010 | 1010001 | 1011 | 101000 | 1001101 | 110101 |
Color Harmonies of #E3A72B
Complementary color
Monochromatic Colors of #E3A72B
Black with #E3A72B
Text Example
Text Example
White with #E3A72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3A72B; }
p { color: rgb(227,167,43); }
H1.HeaderClassName
{
color: #E3A72B;
}
.AnyTagClassName
{
color: #E3A72B;
}
</style>
background-color css
<style>
a { background-color: #E3A72B; }
a { background-color: rgb(227,167,43); }
div.DivClassName
{
background-color: #E3A72B;
}
.BgClassName
{
background-color: #E3A72B;
}
</style>
border-color css
<style>
span { border-color: #E3A72B; }
span { border-color: rgb(227,167,43); }
td.TdClassName
{
border-color: #E3A72B;
}
.TagClassName
{
border-color: #E3A72B;
}
</style>