Shades of Gold Tips #E5AD2C
Tints of Gold Tips #E5AD2C
RGB
CMYK
RGB Variations
Color information
#E5AD2C (or 0xE5AD2C) is known color: Gold Tips. HEX triplet: E5, AD and 2C. RGB value is (229,173,44). Sum of RGB (Red+Green+Blue) = 229+173+44=446 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.35% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 44 (17.58% from 255 or 9.87% from 446); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AD2C is #1A52D3. Grayscale: #AFAFAF. Windows color (decimal): -1725140 or 2928101. OLE color: 2928101.
HSL color Cylindrical-coordinate representation of color #E5AD2C: hue angle of 41.84º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5AD2C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 173 | 44 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.10 |
| HSL | 41.84º | 0.78% | 0.54% | - |
| HSV(B) | 41.84º | 0.81% | 0.9% | - |
| XYZ | 47.71 | 46.73 | 8.89 | - |
| YUV | 175.04 | 54.05 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 173 | 44 | 0 | 0.24 | 0.81 | 0.10 | 41.84 | 0.78 | 0.54 |
| Hex | E5 | AD | 2C | 0 | 18 | 51 | A | 2A | 4E | 36 |
| Octal | 345 | 255 | 54 | 0 | 30 | 121 | 12 | 52 | 116 | 66 |
| Binary | 11100101 | 10101101 | 101100 | 0 | 11000 | 1010001 | 1010 | 101010 | 1001110 | 110110 |
Color Harmonies of #E5AD2C
Complementary color
Monochromatic Colors of #E5AD2C
Black with #E5AD2C
Text Example
Text Example
White with #E5AD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AD2C; }
p { color: rgb(229,173,44); }
H1.HeaderClassName
{
color: #E5AD2C;
}
.AnyTagClassName
{
color: #E5AD2C;
}
</style>
background-color css
<style>
a { background-color: #E5AD2C; }
a { background-color: rgb(229,173,44); }
div.DivClassName
{
background-color: #E5AD2C;
}
.BgClassName
{
background-color: #E5AD2C;
}
</style>
border-color css
<style>
span { border-color: #E5AD2C; }
span { border-color: rgb(229,173,44); }
td.TdClassName
{
border-color: #E5AD2C;
}
.TagClassName
{
border-color: #E5AD2C;
}
</style>