Shades of Gold Tips #EBA924
Tints of Gold Tips #EBA924
RGB
CMYK
RGB Variations
Color information
#EBA924 (or 0xEBA924) is known color: Gold Tips. HEX triplet: EB, A9 and 24. RGB value is (235,169,36). Sum of RGB (Red+Green+Blue) = 235+169+36=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 36 (14.45% from 255 or 8.18% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA924 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA924 is #1456DB. Grayscale: #AEAEAE. Windows color (decimal): -1332956 or 2402795. OLE color: 2402795.
HSL color Cylindrical-coordinate representation of color #EBA924: hue angle of 40.1º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EBA924 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 36 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.08 |
| HSL | 40.1º | 0.83% | 0.53% | - |
| HSV(B) | 40.1º | 0.85% | 0.92% | - |
| XYZ | 48.77 | 46.17 | 8.01 | - |
| YUV | 173.57 | 50.37 | 171.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 36 | 0 | 0.28 | 0.85 | 0.08 | 40.1 | 0.83 | 0.53 |
| Hex | EB | A9 | 24 | 0 | 1C | 55 | 8 | 28 | 53 | 35 |
| Octal | 353 | 251 | 44 | 0 | 34 | 125 | 10 | 50 | 123 | 65 |
| Binary | 11101011 | 10101001 | 100100 | 0 | 11100 | 1010101 | 1000 | 101000 | 1010011 | 110101 |
Color Harmonies of #EBA924
Complementary color
Monochromatic Colors of #EBA924
Black with #EBA924
Text Example
Text Example
White with #EBA924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA924; }
p { color: rgb(235,169,36); }
H1.HeaderClassName
{
color: #EBA924;
}
.AnyTagClassName
{
color: #EBA924;
}
</style>
background-color css
<style>
a { background-color: #EBA924; }
a { background-color: rgb(235,169,36); }
div.DivClassName
{
background-color: #EBA924;
}
.BgClassName
{
background-color: #EBA924;
}
</style>
border-color css
<style>
span { border-color: #EBA924; }
span { border-color: rgb(235,169,36); }
td.TdClassName
{
border-color: #EBA924;
}
.TagClassName
{
border-color: #EBA924;
}
</style>