Shades of Gold Tips #E9AD2F
Tints of Gold Tips #E9AD2F
RGB
CMYK
RGB Variations
Color information
#E9AD2F (or 0xE9AD2F) is known color: Gold Tips. HEX triplet: E9, AD and 2F. RGB value is (233,173,47). Sum of RGB (Red+Green+Blue) = 233+173+47=453 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.43% from 453); Green value is 173 (67.97% from 255 or 38.19% from 453); Blue value is 47 (18.75% from 255 or 10.38% from 453); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AD2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AD2F is #1652D0. Grayscale: #B1B1B1. Windows color (decimal): -1462993 or 3124713. OLE color: 3124713.
HSL color Cylindrical-coordinate representation of color #E9AD2F: hue angle of 40.65º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E9AD2F is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 173 | 47 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.09 |
| HSL | 40.65º | 0.81% | 0.55% | - |
| HSV(B) | 40.65º | 0.8% | 0.91% | - |
| XYZ | 49.06 | 47.42 | 9.26 | - |
| YUV | 176.58 | 54.88 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 173 | 47 | 0 | 0.26 | 0.80 | 0.09 | 40.65 | 0.81 | 0.55 |
| Hex | E9 | AD | 2F | 0 | 1A | 50 | 9 | 29 | 51 | 37 |
| Octal | 351 | 255 | 57 | 0 | 32 | 120 | 11 | 51 | 121 | 67 |
| Binary | 11101001 | 10101101 | 101111 | 0 | 11010 | 1010000 | 1001 | 101001 | 1010001 | 110111 |
Color Harmonies of #E9AD2F
Complementary color
Monochromatic Colors of #E9AD2F
Black with #E9AD2F
Text Example
Text Example
White with #E9AD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AD2F; }
p { color: rgb(233,173,47); }
H1.HeaderClassName
{
color: #E9AD2F;
}
.AnyTagClassName
{
color: #E9AD2F;
}
</style>
background-color css
<style>
a { background-color: #E9AD2F; }
a { background-color: rgb(233,173,47); }
div.DivClassName
{
background-color: #E9AD2F;
}
.BgClassName
{
background-color: #E9AD2F;
}
</style>
border-color css
<style>
span { border-color: #E9AD2F; }
span { border-color: rgb(233,173,47); }
td.TdClassName
{
border-color: #E9AD2F;
}
.TagClassName
{
border-color: #E9AD2F;
}
</style>