Shades of Gold Tips #E9AC2A
Tints of Gold Tips #E9AC2A
RGB
CMYK
RGB Variations
Color information
#E9AC2A (or 0xE9AC2A) is known color: Gold Tips. HEX triplet: E9, AC and 2A. RGB value is (233,172,42). Sum of RGB (Red+Green+Blue) = 233+172+42=447 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.13% from 447); Green value is 172 (67.58% from 255 or 38.48% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 233 - color contains mainly: red. Hex color #E9AC2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9AC2A is #1653D5. Grayscale: #B0B0B0. Windows color (decimal): -1463254 or 2796777. OLE color: 2796777.
HSL color Cylindrical-coordinate representation of color #E9AC2A: hue angle of 40.84º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E9AC2A is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
RGB | 233 | 172 | 42 | - |
CMYK | 0 | 0.26 | 0.82 | 0.09 |
HSL | 40.84º | 0.81% | 0.54% | - |
HSV(B) | 40.84º | 0.82% | 0.91% | - |
XYZ | 48.77 | 47 | 8.69 | - |
YUV | 175.42 | 52.71 | 169.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 172 | 42 | 0 | 0.26 | 0.82 | 0.09 | 40.84 | 0.81 | 0.54 |
Hex | E9 | AC | 2A | 0 | 1A | 52 | 9 | 29 | 51 | 36 |
Octal | 351 | 254 | 52 | 0 | 32 | 122 | 11 | 51 | 121 | 66 |
Binary | 11101001 | 10101100 | 101010 | 0 | 11010 | 1010010 | 1001 | 101001 | 1010001 | 110110 |
Color Harmonies of #E9AC2A
Complementary color
Monochromatic Colors of #E9AC2A
Black with #E9AC2A
Text Example
Text Example
White with #E9AC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9AC2A; }
p { color: rgb(233,172,42); }
H1.HeaderClassName
{
color: #E9AC2A;
}
.AnyTagClassName
{
color: #E9AC2A;
}
</style>
background-color css
<style>
a { background-color: #E9AC2A; }
a { background-color: rgb(233,172,42); }
div.DivClassName
{
background-color: #E9AC2A;
}
.BgClassName
{
background-color: #E9AC2A;
}
</style>
border-color css
<style>
span { border-color: #E9AC2A; }
span { border-color: rgb(233,172,42); }
td.TdClassName
{
border-color: #E9AC2A;
}
.TagClassName
{
border-color: #E9AC2A;
}
</style>