Shades of Gold Tips #E8AC2A
Tints of Gold Tips #E8AC2A
RGB
CMYK
RGB Variations
Color information
#E8AC2A (or 0xE8AC2A) is known color: Gold Tips. HEX triplet: E8, AC and 2A. RGB value is (232,172,42). Sum of RGB (Red+Green+Blue) = 232+172+42=446 (59% of max value = 765). Red value is 232 (91.02% from 255 or 52.02% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 42 (16.80% from 255 or 9.42% from 446); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AC2A is #1753D5. Grayscale: #AFAFAF. Windows color (decimal): -1528790 or 2796776. OLE color: 2796776.
HSL color Cylindrical-coordinate representation of color #E8AC2A: hue angle of 41.05º degrees, saturation: 0.81, 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 #E8AC2A is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 42 | - |
| CMYK | 0 | 0.26 | 0.82 | 0.09 |
| HSL | 41.05º | 0.81% | 0.54% | - |
| HSV(B) | 41.05º | 0.82% | 0.91% | - |
| XYZ | 48.45 | 46.83 | 8.68 | - |
| YUV | 175.12 | 52.88 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 42 | 0 | 0.26 | 0.82 | 0.09 | 41.05 | 0.81 | 0.54 |
| Hex | E8 | AC | 2A | 0 | 1A | 52 | 9 | 29 | 51 | 36 |
| Octal | 350 | 254 | 52 | 0 | 32 | 122 | 11 | 51 | 121 | 66 |
| Binary | 11101000 | 10101100 | 101010 | 0 | 11010 | 1010010 | 1001 | 101001 | 1010001 | 110110 |
Color Harmonies of #E8AC2A
Complementary color
Monochromatic Colors of #E8AC2A
Black with #E8AC2A
Text Example
Text Example
White with #E8AC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AC2A; }
p { color: rgb(232,172,42); }
H1.HeaderClassName
{
color: #E8AC2A;
}
.AnyTagClassName
{
color: #E8AC2A;
}
</style>
background-color css
<style>
a { background-color: #E8AC2A; }
a { background-color: rgb(232,172,42); }
div.DivClassName
{
background-color: #E8AC2A;
}
.BgClassName
{
background-color: #E8AC2A;
}
</style>
border-color css
<style>
span { border-color: #E8AC2A; }
span { border-color: rgb(232,172,42); }
td.TdClassName
{
border-color: #E8AC2A;
}
.TagClassName
{
border-color: #E8AC2A;
}
</style>