Shades of Gold Tips #E4A72A
Tints of Gold Tips #E4A72A
RGB
CMYK
RGB Variations
Color information
#E4A72A (or 0xE4A72A) is known color: Gold Tips. HEX triplet: E4, A7 and 2A. RGB value is (228,167,42). Sum of RGB (Red+Green+Blue) = 228+167+42=437 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.17% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A72A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A72A is #1B58D5. Grayscale: #ABABAB. Windows color (decimal): -1792214 or 2795492. OLE color: 2795492.
HSL color Cylindrical-coordinate representation of color #E4A72A: hue angle of 40.32º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4A72A is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 167 | 42 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.11 |
| HSL | 40.32º | 0.78% | 0.53% | - |
| HSV(B) | 40.32º | 0.82% | 0.89% | - |
| XYZ | 46.23 | 44.3 | 8.3 | - |
| YUV | 170.99 | 55.21 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 167 | 42 | 0 | 0.27 | 0.82 | 0.11 | 40.32 | 0.78 | 0.53 |
| Hex | E4 | A7 | 2A | 0 | 1B | 52 | B | 28 | 4E | 35 |
| Octal | 344 | 247 | 52 | 0 | 33 | 122 | 13 | 50 | 116 | 65 |
| Binary | 11100100 | 10100111 | 101010 | 0 | 11011 | 1010010 | 1011 | 101000 | 1001110 | 110101 |
Color Harmonies of #E4A72A
Complementary color
Monochromatic Colors of #E4A72A
Black with #E4A72A
Text Example
Text Example
White with #E4A72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A72A; }
p { color: rgb(228,167,42); }
H1.HeaderClassName
{
color: #E4A72A;
}
.AnyTagClassName
{
color: #E4A72A;
}
</style>
background-color css
<style>
a { background-color: #E4A72A; }
a { background-color: rgb(228,167,42); }
div.DivClassName
{
background-color: #E4A72A;
}
.BgClassName
{
background-color: #E4A72A;
}
</style>
border-color css
<style>
span { border-color: #E4A72A; }
span { border-color: rgb(228,167,42); }
td.TdClassName
{
border-color: #E4A72A;
}
.TagClassName
{
border-color: #E4A72A;
}
</style>