Shades of Gold Tips #E0AF2D
Tints of Gold Tips #E0AF2D
RGB
CMYK
RGB Variations
Color information
#E0AF2D (or 0xE0AF2D) is known color: Gold Tips. HEX triplet: E0, AF and 2D. RGB value is (224,175,45). Sum of RGB (Red+Green+Blue) = 224+175+45=444 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.45% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AF2D is #1F50D2. Grayscale: #AFAFAF. Windows color (decimal): -2052307 or 2994144. OLE color: 2994144.
HSL color Cylindrical-coordinate representation of color #E0AF2D: hue angle of 43.58º 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 #E0AF2D is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 45 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.12 |
| HSL | 43.58º | 0.74% | 0.53% | - |
| HSV(B) | 43.58º | 0.8% | 0.88% | - |
| XYZ | 46.54 | 46.7 | 9.04 | - |
| YUV | 174.83 | 54.73 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 45 | 0 | 0.22 | 0.80 | 0.12 | 43.58 | 0.74 | 0.53 |
| Hex | E0 | AF | 2D | 0 | 16 | 50 | C | 2C | 4A | 35 |
| Octal | 340 | 257 | 55 | 0 | 26 | 120 | 14 | 54 | 112 | 65 |
| Binary | 11100000 | 10101111 | 101101 | 0 | 10110 | 1010000 | 1100 | 101100 | 1001010 | 110101 |
Color Harmonies of #E0AF2D
Complementary color
Monochromatic Colors of #E0AF2D
Black with #E0AF2D
Text Example
Text Example
White with #E0AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF2D; }
p { color: rgb(224,175,45); }
H1.HeaderClassName
{
color: #E0AF2D;
}
.AnyTagClassName
{
color: #E0AF2D;
}
</style>
background-color css
<style>
a { background-color: #E0AF2D; }
a { background-color: rgb(224,175,45); }
div.DivClassName
{
background-color: #E0AF2D;
}
.BgClassName
{
background-color: #E0AF2D;
}
</style>
border-color css
<style>
span { border-color: #E0AF2D; }
span { border-color: rgb(224,175,45); }
td.TdClassName
{
border-color: #E0AF2D;
}
.TagClassName
{
border-color: #E0AF2D;
}
</style>