Shades of Gold Tips #E7A92A
Tints of Gold Tips #E7A92A
RGB
CMYK
RGB Variations
Color information
#E7A92A (or 0xE7A92A) is known color: Gold Tips. HEX triplet: E7, A9 and 2A. RGB value is (231,169,42). Sum of RGB (Red+Green+Blue) = 231+169+42=442 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.26% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 42 (16.80% from 255 or 9.50% from 442); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A92A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A92A is #1856D5. Grayscale: #ADADAD. Windows color (decimal): -1595094 or 2796007. OLE color: 2796007.
HSL color Cylindrical-coordinate representation of color #E7A92A: hue angle of 40.32º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E7A92A is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 169 | 42 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.09 |
| HSL | 40.32º | 0.8% | 0.54% | - |
| HSV(B) | 40.32º | 0.82% | 0.91% | - |
| XYZ | 47.56 | 45.53 | 8.47 | - |
| YUV | 173.06 | 54.04 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 169 | 42 | 0 | 0.27 | 0.82 | 0.09 | 40.32 | 0.8 | 0.54 |
| Hex | E7 | A9 | 2A | 0 | 1B | 52 | 9 | 28 | 50 | 36 |
| Octal | 347 | 251 | 52 | 0 | 33 | 122 | 11 | 50 | 120 | 66 |
| Binary | 11100111 | 10101001 | 101010 | 0 | 11011 | 1010010 | 1001 | 101000 | 1010000 | 110110 |
Color Harmonies of #E7A92A
Complementary color
Monochromatic Colors of #E7A92A
Black with #E7A92A
Text Example
Text Example
White with #E7A92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A92A; }
p { color: rgb(231,169,42); }
H1.HeaderClassName
{
color: #E7A92A;
}
.AnyTagClassName
{
color: #E7A92A;
}
</style>
background-color css
<style>
a { background-color: #E7A92A; }
a { background-color: rgb(231,169,42); }
div.DivClassName
{
background-color: #E7A92A;
}
.BgClassName
{
background-color: #E7A92A;
}
</style>
border-color css
<style>
span { border-color: #E7A92A; }
span { border-color: rgb(231,169,42); }
td.TdClassName
{
border-color: #E7A92A;
}
.TagClassName
{
border-color: #E7A92A;
}
</style>