Shades of Gold Tips #E0AD2C
Tints of Gold Tips #E0AD2C
RGB
CMYK
RGB Variations
Color information
#E0AD2C (or 0xE0AD2C) is known color: Gold Tips. HEX triplet: E0, AD and 2C. RGB value is (224,173,44). Sum of RGB (Red+Green+Blue) = 224+173+44=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AD2C is #1F52D3. Grayscale: #AEAEAE. Windows color (decimal): -2052820 or 2928096. OLE color: 2928096.
HSL color Cylindrical-coordinate representation of color #E0AD2C: hue angle of 43º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E0AD2C is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 44 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.12 |
| HSL | 43º | 0.74% | 0.53% | - |
| HSV(B) | 43º | 0.8% | 0.88% | - |
| XYZ | 46.14 | 45.92 | 8.81 | - |
| YUV | 173.54 | 54.9 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 44 | 0 | 0.23 | 0.80 | 0.12 | 43 | 0.74 | 0.53 |
| Hex | E0 | AD | 2C | 0 | 17 | 50 | C | 2B | 4A | 35 |
| Octal | 340 | 255 | 54 | 0 | 27 | 120 | 14 | 53 | 112 | 65 |
| Binary | 11100000 | 10101101 | 101100 | 0 | 10111 | 1010000 | 1100 | 101011 | 1001010 | 110101 |
Color Harmonies of #E0AD2C
Complementary color
Monochromatic Colors of #E0AD2C
Black with #E0AD2C
Text Example
Text Example
White with #E0AD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD2C; }
p { color: rgb(224,173,44); }
H1.HeaderClassName
{
color: #E0AD2C;
}
.AnyTagClassName
{
color: #E0AD2C;
}
</style>
background-color css
<style>
a { background-color: #E0AD2C; }
a { background-color: rgb(224,173,44); }
div.DivClassName
{
background-color: #E0AD2C;
}
.BgClassName
{
background-color: #E0AD2C;
}
</style>
border-color css
<style>
span { border-color: #E0AD2C; }
span { border-color: rgb(224,173,44); }
td.TdClassName
{
border-color: #E0AD2C;
}
.TagClassName
{
border-color: #E0AD2C;
}
</style>