Shades of Gold Tips #EBA51F
Tints of Gold Tips #EBA51F
RGB
CMYK
RGB Variations
Color information
#EBA51F (or 0xEBA51F) is known color: Gold Tips. HEX triplet: EB, A5 and 1F. RGB value is (235,165,31). Sum of RGB (Red+Green+Blue) = 235+165+31=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 165 (64.84% from 255 or 38.28% from 431); Blue value is 31 (12.5% from 255 or 7.19% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA51F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA51F is #145AE0. Grayscale: #ABABAB. Windows color (decimal): -1333985 or 2074091. OLE color: 2074091.
HSL color Cylindrical-coordinate representation of color #EBA51F: hue angle of 39.41º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EBA51F is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 31 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.08 |
| HSL | 39.41º | 0.84% | 0.52% | - |
| HSV(B) | 39.41º | 0.87% | 0.92% | - |
| XYZ | 47.96 | 44.67 | 7.39 | - |
| YUV | 170.65 | 49.19 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 31 | 0 | 0.30 | 0.87 | 0.08 | 39.41 | 0.84 | 0.52 |
| Hex | EB | A5 | 1F | 0 | 1E | 57 | 8 | 27 | 54 | 34 |
| Octal | 353 | 245 | 37 | 0 | 36 | 127 | 10 | 47 | 124 | 64 |
| Binary | 11101011 | 10100101 | 11111 | 0 | 11110 | 1010111 | 1000 | 100111 | 1010100 | 110100 |
Color Harmonies of #EBA51F
Complementary color
Monochromatic Colors of #EBA51F
Black with #EBA51F
Text Example
Text Example
White with #EBA51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA51F; }
p { color: rgb(235,165,31); }
H1.HeaderClassName
{
color: #EBA51F;
}
.AnyTagClassName
{
color: #EBA51F;
}
</style>
background-color css
<style>
a { background-color: #EBA51F; }
a { background-color: rgb(235,165,31); }
div.DivClassName
{
background-color: #EBA51F;
}
.BgClassName
{
background-color: #EBA51F;
}
</style>
border-color css
<style>
span { border-color: #EBA51F; }
span { border-color: rgb(235,165,31); }
td.TdClassName
{
border-color: #EBA51F;
}
.TagClassName
{
border-color: #EBA51F;
}
</style>