Shades of Gold Tips #E9AA2F
Tints of Gold Tips #E9AA2F
RGB
CMYK
RGB Variations
Color information
#E9AA2F (or 0xE9AA2F) is known color: Gold Tips. HEX triplet: E9, AA and 2F. RGB value is (233,170,47). Sum of RGB (Red+Green+Blue) = 233+170+47=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 170 (66.80% from 255 or 37.78% from 450); Blue value is 47 (18.75% from 255 or 10.44% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AA2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AA2F is #1655D0. Grayscale: #AFAFAF. Windows color (decimal): -1463761 or 3123945. OLE color: 3123945.
HSL color Cylindrical-coordinate representation of color #E9AA2F: hue angle of 39.68º 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 #E9AA2F is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 170 | 47 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.09 |
| HSL | 39.68º | 0.81% | 0.55% | - |
| HSV(B) | 39.68º | 0.8% | 0.91% | - |
| XYZ | 48.49 | 46.28 | 9.07 | - |
| YUV | 174.82 | 55.87 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 170 | 47 | 0 | 0.27 | 0.80 | 0.09 | 39.68 | 0.81 | 0.55 |
| Hex | E9 | AA | 2F | 0 | 1B | 50 | 9 | 28 | 51 | 37 |
| Octal | 351 | 252 | 57 | 0 | 33 | 120 | 11 | 50 | 121 | 67 |
| Binary | 11101001 | 10101010 | 101111 | 0 | 11011 | 1010000 | 1001 | 101000 | 1010001 | 110111 |
Color Harmonies of #E9AA2F
Complementary color
Monochromatic Colors of #E9AA2F
Black with #E9AA2F
Text Example
Text Example
White with #E9AA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AA2F; }
p { color: rgb(233,170,47); }
H1.HeaderClassName
{
color: #E9AA2F;
}
.AnyTagClassName
{
color: #E9AA2F;
}
</style>
background-color css
<style>
a { background-color: #E9AA2F; }
a { background-color: rgb(233,170,47); }
div.DivClassName
{
background-color: #E9AA2F;
}
.BgClassName
{
background-color: #E9AA2F;
}
</style>
border-color css
<style>
span { border-color: #E9AA2F; }
span { border-color: rgb(233,170,47); }
td.TdClassName
{
border-color: #E9AA2F;
}
.TagClassName
{
border-color: #E9AA2F;
}
</style>