Shades of Gold Tips #E8A922
Tints of Gold Tips #E8A922
RGB
CMYK
RGB Variations
Color information
#E8A922 (or 0xE8A922) is known color: Gold Tips. HEX triplet: E8, A9 and 22. RGB value is (232,169,34). Sum of RGB (Red+Green+Blue) = 232+169+34=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 34 (13.67% from 255 or 7.82% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A922 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A922 is #1756DD. Grayscale: #ADADAD. Windows color (decimal): -1529566 or 2271720. OLE color: 2271720.
HSL color Cylindrical-coordinate representation of color #E8A922: hue angle of 40.91º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8A922 is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 169 | 34 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.09 |
| HSL | 40.91º | 0.81% | 0.52% | - |
| HSV(B) | 40.91º | 0.85% | 0.91% | - |
| XYZ | 47.76 | 45.65 | 7.81 | - |
| YUV | 172.45 | 49.87 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 169 | 34 | 0 | 0.27 | 0.85 | 0.09 | 40.91 | 0.81 | 0.52 |
| Hex | E8 | A9 | 22 | 0 | 1B | 55 | 9 | 29 | 51 | 34 |
| Octal | 350 | 251 | 42 | 0 | 33 | 125 | 11 | 51 | 121 | 64 |
| Binary | 11101000 | 10101001 | 100010 | 0 | 11011 | 1010101 | 1001 | 101001 | 1010001 | 110100 |
Color Harmonies of #E8A922
Complementary color
Monochromatic Colors of #E8A922
Black with #E8A922
Text Example
Text Example
White with #E8A922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8A922; }
p { color: rgb(232,169,34); }
H1.HeaderClassName
{
color: #E8A922;
}
.AnyTagClassName
{
color: #E8A922;
}
</style>
background-color css
<style>
a { background-color: #E8A922; }
a { background-color: rgb(232,169,34); }
div.DivClassName
{
background-color: #E8A922;
}
.BgClassName
{
background-color: #E8A922;
}
</style>
border-color css
<style>
span { border-color: #E8A922; }
span { border-color: rgb(232,169,34); }
td.TdClassName
{
border-color: #E8A922;
}
.TagClassName
{
border-color: #E8A922;
}
</style>