Shades of Gold Tips #E0AF32
Tints of Gold Tips #E0AF32
RGB
CMYK
RGB Variations
Color information
#E0AF32 (or 0xE0AF32) is known color: Gold Tips. HEX triplet: E0, AF and 32. RGB value is (224,175,50). Sum of RGB (Red+Green+Blue) = 224+175+50=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AF32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AF32 is #1F50CD. Grayscale: #AFAFAF. Windows color (decimal): -2052302 or 3321824. OLE color: 3321824.
HSL color Cylindrical-coordinate representation of color #E0AF32: hue angle of 43.1º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0AF32 is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 175 | 50 | - |
| CMYK | 0 | 0.22 | 0.78 | 0.12 |
| HSL | 43.1º | 0.74% | 0.54% | - |
| HSV(B) | 43.1º | 0.78% | 0.88% | - |
| XYZ | 46.65 | 46.74 | 9.58 | - |
| YUV | 175.4 | 57.23 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 175 | 50 | 0 | 0.22 | 0.78 | 0.12 | 43.1 | 0.74 | 0.54 |
| Hex | E0 | AF | 32 | 0 | 16 | 4E | C | 2B | 4A | 36 |
| Octal | 340 | 257 | 62 | 0 | 26 | 116 | 14 | 53 | 112 | 66 |
| Binary | 11100000 | 10101111 | 110010 | 0 | 10110 | 1001110 | 1100 | 101011 | 1001010 | 110110 |
Color Harmonies of #E0AF32
Complementary color
Monochromatic Colors of #E0AF32
Black with #E0AF32
Text Example
Text Example
White with #E0AF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AF32; }
p { color: rgb(224,175,50); }
H1.HeaderClassName
{
color: #E0AF32;
}
.AnyTagClassName
{
color: #E0AF32;
}
</style>
background-color css
<style>
a { background-color: #E0AF32; }
a { background-color: rgb(224,175,50); }
div.DivClassName
{
background-color: #E0AF32;
}
.BgClassName
{
background-color: #E0AF32;
}
</style>
border-color css
<style>
span { border-color: #E0AF32; }
span { border-color: rgb(224,175,50); }
td.TdClassName
{
border-color: #E0AF32;
}
.TagClassName
{
border-color: #E0AF32;
}
</style>