Shades of Gold Tips #E0AD2E
Tints of Gold Tips #E0AD2E
RGB
CMYK
RGB Variations
Color information
#E0AD2E (or 0xE0AD2E) is known color: Gold Tips. HEX triplet: E0, AD and 2E. RGB value is (224,173,46). Sum of RGB (Red+Green+Blue) = 224+173+46=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 46 (18.36% from 255 or 10.38% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AD2E is #1F52D1. Grayscale: #AEAEAE. Windows color (decimal): -2052818 or 3059168. OLE color: 3059168.
HSL color Cylindrical-coordinate representation of color #E0AD2E: hue angle of 42.81º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0AD2E is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 46 | - |
| CMYK | 0 | 0.23 | 0.79 | 0.12 |
| HSL | 42.81º | 0.74% | 0.53% | - |
| HSV(B) | 42.81º | 0.79% | 0.88% | - |
| XYZ | 46.18 | 45.93 | 9.02 | - |
| YUV | 173.77 | 55.9 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 46 | 0 | 0.23 | 0.79 | 0.12 | 42.81 | 0.74 | 0.53 |
| Hex | E0 | AD | 2E | 0 | 17 | 4F | C | 2B | 4A | 35 |
| Octal | 340 | 255 | 56 | 0 | 27 | 117 | 14 | 53 | 112 | 65 |
| Binary | 11100000 | 10101101 | 101110 | 0 | 10111 | 1001111 | 1100 | 101011 | 1001010 | 110101 |
Color Harmonies of #E0AD2E
Complementary color
Monochromatic Colors of #E0AD2E
Black with #E0AD2E
Text Example
Text Example
White with #E0AD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD2E; }
p { color: rgb(224,173,46); }
H1.HeaderClassName
{
color: #E0AD2E;
}
.AnyTagClassName
{
color: #E0AD2E;
}
</style>
background-color css
<style>
a { background-color: #E0AD2E; }
a { background-color: rgb(224,173,46); }
div.DivClassName
{
background-color: #E0AD2E;
}
.BgClassName
{
background-color: #E0AD2E;
}
</style>
border-color css
<style>
span { border-color: #E0AD2E; }
span { border-color: rgb(224,173,46); }
td.TdClassName
{
border-color: #E0AD2E;
}
.TagClassName
{
border-color: #E0AD2E;
}
</style>