Shades of Gold Tips #E9AF30
Tints of Gold Tips #E9AF30
RGB
CMYK
RGB Variations
Color information
#E9AF30 (or 0xE9AF30) is known color: Gold Tips. HEX triplet: E9, AF and 30. RGB value is (233,175,48). Sum of RGB (Red+Green+Blue) = 233+175+48=456 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.10% from 456); Green value is 175 (68.75% from 255 or 38.38% from 456); Blue value is 48 (19.14% from 255 or 10.53% from 456); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AF30 is #1650CF. Grayscale: #B2B2B2. Windows color (decimal): -1462480 or 3190761. OLE color: 3190761.
HSL color Cylindrical-coordinate representation of color #E9AF30: hue angle of 41.19º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E9AF30 is Cyan = 0, Magento = 0.25, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 48 | - |
| CMYK | 0 | 0.25 | 0.79 | 0.09 |
| HSL | 41.19º | 0.81% | 0.55% | - |
| HSV(B) | 41.19º | 0.79% | 0.91% | - |
| XYZ | 49.47 | 48.2 | 9.49 | - |
| YUV | 177.86 | 54.72 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 48 | 0 | 0.25 | 0.79 | 0.09 | 41.19 | 0.81 | 0.55 |
| Hex | E9 | AF | 30 | 0 | 19 | 4F | 9 | 29 | 51 | 37 |
| Octal | 351 | 257 | 60 | 0 | 31 | 117 | 11 | 51 | 121 | 67 |
| Binary | 11101001 | 10101111 | 110000 | 0 | 11001 | 1001111 | 1001 | 101001 | 1010001 | 110111 |
Color Harmonies of #E9AF30
Complementary color
Monochromatic Colors of #E9AF30
Black with #E9AF30
Text Example
Text Example
White with #E9AF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF30; }
p { color: rgb(233,175,48); }
H1.HeaderClassName
{
color: #E9AF30;
}
.AnyTagClassName
{
color: #E9AF30;
}
</style>
background-color css
<style>
a { background-color: #E9AF30; }
a { background-color: rgb(233,175,48); }
div.DivClassName
{
background-color: #E9AF30;
}
.BgClassName
{
background-color: #E9AF30;
}
</style>
border-color css
<style>
span { border-color: #E9AF30; }
span { border-color: rgb(233,175,48); }
td.TdClassName
{
border-color: #E9AF30;
}
.TagClassName
{
border-color: #E9AF30;
}
</style>