Shades of Gold Tips #E5AC22
Tints of Gold Tips #E5AC22
RGB
CMYK
RGB Variations
Color information
#E5AC22 (or 0xE5AC22) is known color: Gold Tips. HEX triplet: E5, AC and 22. RGB value is (229,172,34). Sum of RGB (Red+Green+Blue) = 229+172+34=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5AC22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5AC22 is #1A53DD. Grayscale: #ADADAD. Windows color (decimal): -1725406 or 2272485. OLE color: 2272485.
HSL color Cylindrical-coordinate representation of color #E5AC22: hue angle of 42.46º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E5AC22 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 172 | 34 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.10 |
| HSL | 42.46º | 0.79% | 0.52% | - |
| HSV(B) | 42.46º | 0.85% | 0.9% | - |
| XYZ | 47.35 | 46.28 | 7.95 | - |
| YUV | 173.31 | 49.38 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 172 | 34 | 0 | 0.25 | 0.85 | 0.10 | 42.46 | 0.79 | 0.52 |
| Hex | E5 | AC | 22 | 0 | 19 | 55 | A | 2A | 4F | 34 |
| Octal | 345 | 254 | 42 | 0 | 31 | 125 | 12 | 52 | 117 | 64 |
| Binary | 11100101 | 10101100 | 100010 | 0 | 11001 | 1010101 | 1010 | 101010 | 1001111 | 110100 |
Color Harmonies of #E5AC22
Complementary color
Monochromatic Colors of #E5AC22
Black with #E5AC22
Text Example
Text Example
White with #E5AC22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5AC22; }
p { color: rgb(229,172,34); }
H1.HeaderClassName
{
color: #E5AC22;
}
.AnyTagClassName
{
color: #E5AC22;
}
</style>
background-color css
<style>
a { background-color: #E5AC22; }
a { background-color: rgb(229,172,34); }
div.DivClassName
{
background-color: #E5AC22;
}
.BgClassName
{
background-color: #E5AC22;
}
</style>
border-color css
<style>
span { border-color: #E5AC22; }
span { border-color: rgb(229,172,34); }
td.TdClassName
{
border-color: #E5AC22;
}
.TagClassName
{
border-color: #E5AC22;
}
</style>