Shades of Gold Tips #E9AD28
Tints of Gold Tips #E9AD28
RGB
CMYK
RGB Variations
Color information
#E9AD28 (or 0xE9AD28) is known color: Gold Tips. HEX triplet: E9, AD and 28. RGB value is (233,173,40). Sum of RGB (Red+Green+Blue) = 233+173+40=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 173 (67.97% from 255 or 38.79% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AD28 is #1652D7. Grayscale: #B0B0B0. Windows color (decimal): -1463000 or 2665961. OLE color: 2665961.
HSL color Cylindrical-coordinate representation of color #E9AD28: hue angle of 41.35º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E9AD28 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 40 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.09 |
| HSL | 41.35º | 0.81% | 0.54% | - |
| HSV(B) | 41.35º | 0.83% | 0.91% | - |
| XYZ | 48.93 | 47.36 | 8.57 | - |
| YUV | 175.78 | 51.38 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 40 | 0 | 0.26 | 0.83 | 0.09 | 41.35 | 0.81 | 0.54 |
| Hex | E9 | AD | 28 | 0 | 1A | 53 | 9 | 29 | 51 | 36 |
| Octal | 351 | 255 | 50 | 0 | 32 | 123 | 11 | 51 | 121 | 66 |
| Binary | 11101001 | 10101101 | 101000 | 0 | 11010 | 1010011 | 1001 | 101001 | 1010001 | 110110 |
Color Harmonies of #E9AD28
Complementary color
Monochromatic Colors of #E9AD28
Black with #E9AD28
Text Example
Text Example
White with #E9AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD28; }
p { color: rgb(233,173,40); }
H1.HeaderClassName
{
color: #E9AD28;
}
.AnyTagClassName
{
color: #E9AD28;
}
</style>
background-color css
<style>
a { background-color: #E9AD28; }
a { background-color: rgb(233,173,40); }
div.DivClassName
{
background-color: #E9AD28;
}
.BgClassName
{
background-color: #E9AD28;
}
</style>
border-color css
<style>
span { border-color: #E9AD28; }
span { border-color: rgb(233,173,40); }
td.TdClassName
{
border-color: #E9AD28;
}
.TagClassName
{
border-color: #E9AD28;
}
</style>