Shades of Gold Tips #E8A71D
Tints of Gold Tips #E8A71D
RGB
CMYK
RGB Variations
Color information
#E8A71D (or 0xE8A71D) is known color: Gold Tips. HEX triplet: E8, A7 and 1D. RGB value is (232,167,29). Sum of RGB (Red+Green+Blue) = 232+167+29=428 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.21% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 29 (11.72% from 255 or 6.78% from 428); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A71D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A71D is #1758E2. Grayscale: #ABABAB. Windows color (decimal): -1530083 or 1943528. OLE color: 1943528.
HSL color Cylindrical-coordinate representation of color #E8A71D: hue angle of 40.79º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8A71D is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 167 | 29 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.09 |
| HSL | 40.79º | 0.82% | 0.51% | - |
| HSV(B) | 40.79º | 0.88% | 0.91% | - |
| XYZ | 47.32 | 44.88 | 7.33 | - |
| YUV | 170.7 | 48.03 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 167 | 29 | 0 | 0.28 | 0.88 | 0.09 | 40.79 | 0.82 | 0.51 |
| Hex | E8 | A7 | 1D | 0 | 1C | 58 | 9 | 29 | 52 | 33 |
| Octal | 350 | 247 | 35 | 0 | 34 | 130 | 11 | 51 | 122 | 63 |
| Binary | 11101000 | 10100111 | 11101 | 0 | 11100 | 1011000 | 1001 | 101001 | 1010010 | 110011 |
Color Harmonies of #E8A71D
Complementary color
Monochromatic Colors of #E8A71D
Black with #E8A71D
Text Example
Text Example
White with #E8A71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A71D; }
p { color: rgb(232,167,29); }
H1.HeaderClassName
{
color: #E8A71D;
}
.AnyTagClassName
{
color: #E8A71D;
}
</style>
background-color css
<style>
a { background-color: #E8A71D; }
a { background-color: rgb(232,167,29); }
div.DivClassName
{
background-color: #E8A71D;
}
.BgClassName
{
background-color: #E8A71D;
}
</style>
border-color css
<style>
span { border-color: #E8A71D; }
span { border-color: rgb(232,167,29); }
td.TdClassName
{
border-color: #E8A71D;
}
.TagClassName
{
border-color: #E8A71D;
}
</style>