Shades of Gold Tips #E3AD2D
Tints of Gold Tips #E3AD2D
RGB
CMYK
RGB Variations
Color information
#E3AD2D (or 0xE3AD2D) is known color: Gold Tips. HEX triplet: E3, AD and 2D. RGB value is (227,173,45). Sum of RGB (Red+Green+Blue) = 227+173+45=445 (58% of max value = 765). Red value is 227 (89.06% from 255 or 51.01% from 445); Green value is 173 (67.97% from 255 or 38.88% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 227 - color contains mainly: red. Hex color #E3AD2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3AD2D is #1C52D2. Grayscale: #AFAFAF. Windows color (decimal): -1856211 or 2993635. OLE color: 2993635.
HSL color Cylindrical-coordinate representation of color #E3AD2D: hue angle of 42.2º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E3AD2D is Cyan = 0, Magento = 0.24, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 173 | 45 | - |
| CMYK | 0 | 0.24 | 0.80 | 0.11 |
| HSL | 42.2º | 0.76% | 0.53% | - |
| HSV(B) | 42.2º | 0.8% | 0.89% | - |
| XYZ | 47.1 | 46.41 | 8.96 | - |
| YUV | 174.55 | 54.89 | 165.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 173 | 45 | 0 | 0.24 | 0.80 | 0.11 | 42.2 | 0.76 | 0.53 |
| Hex | E3 | AD | 2D | 0 | 18 | 50 | B | 2A | 4C | 35 |
| Octal | 343 | 255 | 55 | 0 | 30 | 120 | 13 | 52 | 114 | 65 |
| Binary | 11100011 | 10101101 | 101101 | 0 | 11000 | 1010000 | 1011 | 101010 | 1001100 | 110101 |
Color Harmonies of #E3AD2D
Complementary color
Monochromatic Colors of #E3AD2D
Black with #E3AD2D
Text Example
Text Example
White with #E3AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3AD2D; }
p { color: rgb(227,173,45); }
H1.HeaderClassName
{
color: #E3AD2D;
}
.AnyTagClassName
{
color: #E3AD2D;
}
</style>
background-color css
<style>
a { background-color: #E3AD2D; }
a { background-color: rgb(227,173,45); }
div.DivClassName
{
background-color: #E3AD2D;
}
.BgClassName
{
background-color: #E3AD2D;
}
</style>
border-color css
<style>
span { border-color: #E3AD2D; }
span { border-color: rgb(227,173,45); }
td.TdClassName
{
border-color: #E3AD2D;
}
.TagClassName
{
border-color: #E3AD2D;
}
</style>