Shades of Gold Tips #EBA824
Tints of Gold Tips #EBA824
RGB
CMYK
RGB Variations
Color information
#EBA824 (or 0xEBA824) is known color: Gold Tips. HEX triplet: EB, A8 and 24. RGB value is (235,168,36). Sum of RGB (Red+Green+Blue) = 235+168+36=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA824 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA824 is #1457DB. Grayscale: #ADADAD. Windows color (decimal): -1333212 or 2402539. OLE color: 2402539.
HSL color Cylindrical-coordinate representation of color #EBA824: hue angle of 39.8º 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 #EBA824 is Cyan = 0, Magento = 0.29, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 168 | 36 | - |
| CMYK | 0 | 0.29 | 0.85 | 0.08 |
| HSL | 39.8º | 0.83% | 0.53% | - |
| HSV(B) | 39.8º | 0.85% | 0.92% | - |
| XYZ | 48.58 | 45.79 | 7.95 | - |
| YUV | 172.99 | 50.7 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 168 | 36 | 0 | 0.29 | 0.85 | 0.08 | 39.8 | 0.83 | 0.53 |
| Hex | EB | A8 | 24 | 0 | 1D | 55 | 8 | 28 | 53 | 35 |
| Octal | 353 | 250 | 44 | 0 | 35 | 125 | 10 | 50 | 123 | 65 |
| Binary | 11101011 | 10101000 | 100100 | 0 | 11101 | 1010101 | 1000 | 101000 | 1010011 | 110101 |
Color Harmonies of #EBA824
Complementary color
Monochromatic Colors of #EBA824
Black with #EBA824
Text Example
Text Example
White with #EBA824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA824; }
p { color: rgb(235,168,36); }
H1.HeaderClassName
{
color: #EBA824;
}
.AnyTagClassName
{
color: #EBA824;
}
</style>
background-color css
<style>
a { background-color: #EBA824; }
a { background-color: rgb(235,168,36); }
div.DivClassName
{
background-color: #EBA824;
}
.BgClassName
{
background-color: #EBA824;
}
</style>
border-color css
<style>
span { border-color: #EBA824; }
span { border-color: rgb(235,168,36); }
td.TdClassName
{
border-color: #EBA824;
}
.TagClassName
{
border-color: #EBA824;
}
</style>