Shades of Gold Tips #E9AF2F
Tints of Gold Tips #E9AF2F
RGB
CMYK
RGB Variations
Color information
#E9AF2F (or 0xE9AF2F) is known color: Gold Tips. HEX triplet: E9, AF and 2F. RGB value is (233,175,47). Sum of RGB (Red+Green+Blue) = 233+175+47=455 (60% of max value = 765). Red value is 233 (91.41% from 255 or 51.21% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AF2F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AF2F is #1650D0. Grayscale: #B2B2B2. Windows color (decimal): -1462481 or 3125225. OLE color: 3125225.
HSL color Cylindrical-coordinate representation of color #E9AF2F: hue angle of 41.29º 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 #E9AF2F is Cyan = 0, Magento = 0.25, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 175 | 47 | - |
| CMYK | 0 | 0.25 | 0.80 | 0.09 |
| HSL | 41.29º | 0.81% | 0.55% | - |
| HSV(B) | 41.29º | 0.8% | 0.91% | - |
| XYZ | 49.45 | 48.19 | 9.38 | - |
| YUV | 177.75 | 54.22 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 175 | 47 | 0 | 0.25 | 0.80 | 0.09 | 41.29 | 0.81 | 0.55 |
| Hex | E9 | AF | 2F | 0 | 19 | 50 | 9 | 29 | 51 | 37 |
| Octal | 351 | 257 | 57 | 0 | 31 | 120 | 11 | 51 | 121 | 67 |
| Binary | 11101001 | 10101111 | 101111 | 0 | 11001 | 1010000 | 1001 | 101001 | 1010001 | 110111 |
Color Harmonies of #E9AF2F
Complementary color
Monochromatic Colors of #E9AF2F
Black with #E9AF2F
Text Example
Text Example
White with #E9AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AF2F; }
p { color: rgb(233,175,47); }
H1.HeaderClassName
{
color: #E9AF2F;
}
.AnyTagClassName
{
color: #E9AF2F;
}
</style>
background-color css
<style>
a { background-color: #E9AF2F; }
a { background-color: rgb(233,175,47); }
div.DivClassName
{
background-color: #E9AF2F;
}
.BgClassName
{
background-color: #E9AF2F;
}
</style>
border-color css
<style>
span { border-color: #E9AF2F; }
span { border-color: rgb(233,175,47); }
td.TdClassName
{
border-color: #E9AF2F;
}
.TagClassName
{
border-color: #E9AF2F;
}
</style>