Shades of Gold Tips #EBA728
Tints of Gold Tips #EBA728
RGB
CMYK
RGB Variations
Color information
#EBA728 (or 0xEBA728) is known color: Gold Tips. HEX triplet: EB, A7 and 28. RGB value is (235,167,40). Sum of RGB (Red+Green+Blue) = 235+167+40=442 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.17% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 40 (16.02% from 255 or 9.05% from 442); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA728 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA728 is #1458D7. Grayscale: #ADADAD. Windows color (decimal): -1333464 or 2664427. OLE color: 2664427.
HSL color Cylindrical-coordinate representation of color #EBA728: hue angle of 39.08º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBA728 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 40 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.08 |
| HSL | 39.08º | 0.83% | 0.54% | - |
| HSV(B) | 39.08º | 0.83% | 0.92% | - |
| XYZ | 48.46 | 45.45 | 8.23 | - |
| YUV | 172.85 | 53.03 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 40 | 0 | 0.29 | 0.83 | 0.08 | 39.08 | 0.83 | 0.54 |
| Hex | EB | A7 | 28 | 0 | 1D | 53 | 8 | 27 | 53 | 36 |
| Octal | 353 | 247 | 50 | 0 | 35 | 123 | 10 | 47 | 123 | 66 |
| Binary | 11101011 | 10100111 | 101000 | 0 | 11101 | 1010011 | 1000 | 100111 | 1010011 | 110110 |
Color Harmonies of #EBA728
Complementary color
Monochromatic Colors of #EBA728
Black with #EBA728
Text Example
Text Example
White with #EBA728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA728; }
p { color: rgb(235,167,40); }
H1.HeaderClassName
{
color: #EBA728;
}
.AnyTagClassName
{
color: #EBA728;
}
</style>
background-color css
<style>
a { background-color: #EBA728; }
a { background-color: rgb(235,167,40); }
div.DivClassName
{
background-color: #EBA728;
}
.BgClassName
{
background-color: #EBA728;
}
</style>
border-color css
<style>
span { border-color: #EBA728; }
span { border-color: rgb(235,167,40); }
td.TdClassName
{
border-color: #EBA728;
}
.TagClassName
{
border-color: #EBA728;
}
</style>