Shades of Gold Tips #E3AC27
Tints of Gold Tips #E3AC27
RGB
CMYK
RGB Variations
Color information
#E3AC27 (or 0xE3AC27) is known color: Gold Tips. HEX triplet: E3, AC and 27. RGB value is (227,172,39). Sum of RGB (Red+Green+Blue) = 227+172+39=438 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.83% from 438); Green value is 172 (67.58% from 255 or 39.27% from 438); Blue value is 39 (15.62% from 255 or 8.90% from 438); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AC27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AC27 is #1C53D8. Grayscale: #ADADAD. Windows color (decimal): -1856473 or 2600163. OLE color: 2600163.
HSL color Cylindrical-coordinate representation of color #E3AC27: hue angle of 42.45º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E3AC27 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 172 | 39 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.11 |
| HSL | 42.45º | 0.77% | 0.52% | - |
| HSV(B) | 42.45º | 0.83% | 0.89% | - |
| XYZ | 46.8 | 45.98 | 8.33 | - |
| YUV | 173.28 | 52.22 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 172 | 39 | 0 | 0.24 | 0.83 | 0.11 | 42.45 | 0.77 | 0.52 |
| Hex | E3 | AC | 27 | 0 | 18 | 53 | B | 2A | 4D | 34 |
| Octal | 343 | 254 | 47 | 0 | 30 | 123 | 13 | 52 | 115 | 64 |
| Binary | 11100011 | 10101100 | 100111 | 0 | 11000 | 1010011 | 1011 | 101010 | 1001101 | 110100 |
Color Harmonies of #E3AC27
Complementary color
Monochromatic Colors of #E3AC27
Black with #E3AC27
Text Example
Text Example
White with #E3AC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AC27; }
p { color: rgb(227,172,39); }
H1.HeaderClassName
{
color: #E3AC27;
}
.AnyTagClassName
{
color: #E3AC27;
}
</style>
background-color css
<style>
a { background-color: #E3AC27; }
a { background-color: rgb(227,172,39); }
div.DivClassName
{
background-color: #E3AC27;
}
.BgClassName
{
background-color: #E3AC27;
}
</style>
border-color css
<style>
span { border-color: #E3AC27; }
span { border-color: rgb(227,172,39); }
td.TdClassName
{
border-color: #E3AC27;
}
.TagClassName
{
border-color: #E3AC27;
}
</style>