Shades of Gold Tips #E7A621
Tints of Gold Tips #E7A621
RGB
CMYK
RGB Variations
Color information
#E7A621 (or 0xE7A621) is known color: Gold Tips. HEX triplet: E7, A6 and 21. RGB value is (231,166,33). Sum of RGB (Red+Green+Blue) = 231+166+33=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 33 (13.28% from 255 or 7.67% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A621 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A621 is #1859DE. Grayscale: #AAAAAA. Windows color (decimal): -1595871 or 2205415. OLE color: 2205415.
HSL color Cylindrical-coordinate representation of color #E7A621: hue angle of 40.3º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E7A621 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 166 | 33 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.09 |
| HSL | 40.3º | 0.8% | 0.52% | - |
| HSV(B) | 40.3º | 0.86% | 0.91% | - |
| XYZ | 46.87 | 44.37 | 7.53 | - |
| YUV | 170.27 | 50.53 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 166 | 33 | 0 | 0.28 | 0.86 | 0.09 | 40.3 | 0.8 | 0.52 |
| Hex | E7 | A6 | 21 | 0 | 1C | 56 | 9 | 28 | 50 | 34 |
| Octal | 347 | 246 | 41 | 0 | 34 | 126 | 11 | 50 | 120 | 64 |
| Binary | 11100111 | 10100110 | 100001 | 0 | 11100 | 1010110 | 1001 | 101000 | 1010000 | 110100 |
Color Harmonies of #E7A621
Complementary color
Monochromatic Colors of #E7A621
Black with #E7A621
Text Example
Text Example
White with #E7A621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7A621; }
p { color: rgb(231,166,33); }
H1.HeaderClassName
{
color: #E7A621;
}
.AnyTagClassName
{
color: #E7A621;
}
</style>
background-color css
<style>
a { background-color: #E7A621; }
a { background-color: rgb(231,166,33); }
div.DivClassName
{
background-color: #E7A621;
}
.BgClassName
{
background-color: #E7A621;
}
</style>
border-color css
<style>
span { border-color: #E7A621; }
span { border-color: rgb(231,166,33); }
td.TdClassName
{
border-color: #E7A621;
}
.TagClassName
{
border-color: #E7A621;
}
</style>