Shades of Gold Tips #E9AD26
Tints of Gold Tips #E9AD26
RGB
CMYK
RGB Variations
Color information
#E9AD26 (or 0xE9AD26) is known color: Gold Tips. HEX triplet: E9, AD and 26. RGB value is (233,173,38). Sum of RGB (Red+Green+Blue) = 233+173+38=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 173 (67.97% from 255 or 38.96% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD26 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AD26 is #1652D9. Grayscale: #B0B0B0. Windows color (decimal): -1463002 or 2534889. OLE color: 2534889.
HSL color Cylindrical-coordinate representation of color #E9AD26: hue angle of 41.54º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E9AD26 is Cyan = 0, Magento = 0.26, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 38 | - |
| CMYK | 0 | 0.26 | 0.84 | 0.09 |
| HSL | 41.54º | 0.82% | 0.53% | - |
| HSV(B) | 41.54º | 0.84% | 0.91% | - |
| XYZ | 48.9 | 47.35 | 8.4 | - |
| YUV | 175.55 | 50.38 | 168.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 38 | 0 | 0.26 | 0.84 | 0.09 | 41.54 | 0.82 | 0.53 |
| Hex | E9 | AD | 26 | 0 | 1A | 54 | 9 | 2A | 52 | 35 |
| Octal | 351 | 255 | 46 | 0 | 32 | 124 | 11 | 52 | 122 | 65 |
| Binary | 11101001 | 10101101 | 100110 | 0 | 11010 | 1010100 | 1001 | 101010 | 1010010 | 110101 |
Color Harmonies of #E9AD26
Complementary color
Monochromatic Colors of #E9AD26
Black with #E9AD26
Text Example
Text Example
White with #E9AD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD26; }
p { color: rgb(233,173,38); }
H1.HeaderClassName
{
color: #E9AD26;
}
.AnyTagClassName
{
color: #E9AD26;
}
</style>
background-color css
<style>
a { background-color: #E9AD26; }
a { background-color: rgb(233,173,38); }
div.DivClassName
{
background-color: #E9AD26;
}
.BgClassName
{
background-color: #E9AD26;
}
</style>
border-color css
<style>
span { border-color: #E9AD26; }
span { border-color: rgb(233,173,38); }
td.TdClassName
{
border-color: #E9AD26;
}
.TagClassName
{
border-color: #E9AD26;
}
</style>