Shades of Gold Tips #E0AD31
Tints of Gold Tips #E0AD31
RGB
CMYK
RGB Variations
Color information
#E0AD31 (or 0xE0AD31) is known color: Gold Tips. HEX triplet: E0, AD and 31. RGB value is (224,173,49). Sum of RGB (Red+Green+Blue) = 224+173+49=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0AD31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0AD31 is #1F52CE. Grayscale: #AEAEAE. Windows color (decimal): -2052815 or 3255776. OLE color: 3255776.
HSL color Cylindrical-coordinate representation of color #E0AD31: hue angle of 42.51º 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 #E0AD31 is Cyan = 0, Magento = 0.23, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 173 | 49 | - |
| CMYK | 0 | 0.23 | 0.78 | 0.12 |
| HSL | 42.51º | 0.74% | 0.54% | - |
| HSV(B) | 42.51º | 0.78% | 0.88% | - |
| XYZ | 46.24 | 45.96 | 9.34 | - |
| YUV | 174.11 | 57.4 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 173 | 49 | 0 | 0.23 | 0.78 | 0.12 | 42.51 | 0.74 | 0.54 |
| Hex | E0 | AD | 31 | 0 | 17 | 4E | C | 2B | 4A | 36 |
| Octal | 340 | 255 | 61 | 0 | 27 | 116 | 14 | 53 | 112 | 66 |
| Binary | 11100000 | 10101101 | 110001 | 0 | 10111 | 1001110 | 1100 | 101011 | 1001010 | 110110 |
Color Harmonies of #E0AD31
Complementary color
Monochromatic Colors of #E0AD31
Black with #E0AD31
Text Example
Text Example
White with #E0AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0AD31; }
p { color: rgb(224,173,49); }
H1.HeaderClassName
{
color: #E0AD31;
}
.AnyTagClassName
{
color: #E0AD31;
}
</style>
background-color css
<style>
a { background-color: #E0AD31; }
a { background-color: rgb(224,173,49); }
div.DivClassName
{
background-color: #E0AD31;
}
.BgClassName
{
background-color: #E0AD31;
}
</style>
border-color css
<style>
span { border-color: #E0AD31; }
span { border-color: rgb(224,173,49); }
td.TdClassName
{
border-color: #E0AD31;
}
.TagClassName
{
border-color: #E0AD31;
}
</style>