Shades of Gold Tips #E9AD2D
Tints of Gold Tips #E9AD2D
RGB
CMYK
RGB Variations
Color information
#E9AD2D (or 0xE9AD2D) is known color: Gold Tips. HEX triplet: E9, AD and 2D. RGB value is (233,173,45). Sum of RGB (Red+Green+Blue) = 233+173+45=451 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.66% from 451); Green value is 173 (67.97% from 255 or 38.36% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AD2D is #1652D2. Grayscale: #B0B0B0. Windows color (decimal): -1462995 or 2993641. OLE color: 2993641.
HSL color Cylindrical-coordinate representation of color #E9AD2D: hue angle of 40.85º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E9AD2D is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 45 | - |
| CMYK | 0 | 0.26 | 0.81 | 0.09 |
| HSL | 40.85º | 0.81% | 0.55% | - |
| HSV(B) | 40.85º | 0.81% | 0.91% | - |
| XYZ | 49.02 | 47.4 | 9.05 | - |
| YUV | 176.35 | 53.88 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 45 | 0 | 0.26 | 0.81 | 0.09 | 40.85 | 0.81 | 0.55 |
| Hex | E9 | AD | 2D | 0 | 1A | 51 | 9 | 29 | 51 | 37 |
| Octal | 351 | 255 | 55 | 0 | 32 | 121 | 11 | 51 | 121 | 67 |
| Binary | 11101001 | 10101101 | 101101 | 0 | 11010 | 1010001 | 1001 | 101001 | 1010001 | 110111 |
Color Harmonies of #E9AD2D
Complementary color
Monochromatic Colors of #E9AD2D
Black with #E9AD2D
Text Example
Text Example
White with #E9AD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD2D; }
p { color: rgb(233,173,45); }
H1.HeaderClassName
{
color: #E9AD2D;
}
.AnyTagClassName
{
color: #E9AD2D;
}
</style>
background-color css
<style>
a { background-color: #E9AD2D; }
a { background-color: rgb(233,173,45); }
div.DivClassName
{
background-color: #E9AD2D;
}
.BgClassName
{
background-color: #E9AD2D;
}
</style>
border-color css
<style>
span { border-color: #E9AD2D; }
span { border-color: rgb(233,173,45); }
td.TdClassName
{
border-color: #E9AD2D;
}
.TagClassName
{
border-color: #E9AD2D;
}
</style>