Shades of Gold Tips #E8AC1F
Tints of Gold Tips #E8AC1F
RGB
CMYK
RGB Variations
Color information
#E8AC1F (or 0xE8AC1F) is known color: Gold Tips. HEX triplet: E8, AC and 1F. RGB value is (232,172,31). Sum of RGB (Red+Green+Blue) = 232+172+31=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 31 (12.5% from 255 or 7.13% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AC1F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AC1F is #1753E0. Grayscale: #AEAEAE. Windows color (decimal): -1528801 or 2075880. OLE color: 2075880.
HSL color Cylindrical-coordinate representation of color #E8AC1F: hue angle of 42.09º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8AC1F is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 172 | 31 | - |
| CMYK | 0 | 0.26 | 0.87 | 0.09 |
| HSL | 42.09º | 0.81% | 0.52% | - |
| HSV(B) | 42.09º | 0.87% | 0.91% | - |
| XYZ | 48.28 | 46.76 | 7.78 | - |
| YUV | 173.87 | 47.38 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 172 | 31 | 0 | 0.26 | 0.87 | 0.09 | 42.09 | 0.81 | 0.52 |
| Hex | E8 | AC | 1F | 0 | 1A | 57 | 9 | 2A | 51 | 34 |
| Octal | 350 | 254 | 37 | 0 | 32 | 127 | 11 | 52 | 121 | 64 |
| Binary | 11101000 | 10101100 | 11111 | 0 | 11010 | 1010111 | 1001 | 101010 | 1010001 | 110100 |
Color Harmonies of #E8AC1F
Complementary color
Monochromatic Colors of #E8AC1F
Black with #E8AC1F
Text Example
Text Example
White with #E8AC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AC1F; }
p { color: rgb(232,172,31); }
H1.HeaderClassName
{
color: #E8AC1F;
}
.AnyTagClassName
{
color: #E8AC1F;
}
</style>
background-color css
<style>
a { background-color: #E8AC1F; }
a { background-color: rgb(232,172,31); }
div.DivClassName
{
background-color: #E8AC1F;
}
.BgClassName
{
background-color: #E8AC1F;
}
</style>
border-color css
<style>
span { border-color: #E8AC1F; }
span { border-color: rgb(232,172,31); }
td.TdClassName
{
border-color: #E8AC1F;
}
.TagClassName
{
border-color: #E8AC1F;
}
</style>