Shades of Gold Tips #E2AD24
Tints of Gold Tips #E2AD24
RGB
CMYK
RGB Variations
Color information
#E2AD24 (or 0xE2AD24) is known color: Gold Tips. HEX triplet: E2, AD and 24. RGB value is (226,173,36). Sum of RGB (Red+Green+Blue) = 226+173+36=435 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.95% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 36 (14.45% from 255 or 8.28% from 435); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AD24 is #1D52DB. Grayscale: #ADADAD. Windows color (decimal): -1921756 or 2403810. OLE color: 2403810.
HSL color Cylindrical-coordinate representation of color #E2AD24: hue angle of 43.26º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E2AD24 is Cyan = 0, Magento = 0.23, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 36 | - |
| CMYK | 0 | 0.23 | 0.84 | 0.11 |
| HSL | 43.26º | 0.77% | 0.51% | - |
| HSV(B) | 43.26º | 0.84% | 0.89% | - |
| XYZ | 46.63 | 46.18 | 8.13 | - |
| YUV | 173.23 | 50.56 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 36 | 0 | 0.23 | 0.84 | 0.11 | 43.26 | 0.77 | 0.51 |
| Hex | E2 | AD | 24 | 0 | 17 | 54 | B | 2B | 4D | 33 |
| Octal | 342 | 255 | 44 | 0 | 27 | 124 | 13 | 53 | 115 | 63 |
| Binary | 11100010 | 10101101 | 100100 | 0 | 10111 | 1010100 | 1011 | 101011 | 1001101 | 110011 |
Color Harmonies of #E2AD24
Complementary color
Monochromatic Colors of #E2AD24
Black with #E2AD24
Text Example
Text Example
White with #E2AD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AD24; }
p { color: rgb(226,173,36); }
H1.HeaderClassName
{
color: #E2AD24;
}
.AnyTagClassName
{
color: #E2AD24;
}
</style>
background-color css
<style>
a { background-color: #E2AD24; }
a { background-color: rgb(226,173,36); }
div.DivClassName
{
background-color: #E2AD24;
}
.BgClassName
{
background-color: #E2AD24;
}
</style>
border-color css
<style>
span { border-color: #E2AD24; }
span { border-color: rgb(226,173,36); }
td.TdClassName
{
border-color: #E2AD24;
}
.TagClassName
{
border-color: #E2AD24;
}
</style>