Shades of Gold Tips #EBA91B
Tints of Gold Tips #EBA91B
RGB
CMYK
RGB Variations
Color information
#EBA91B (or 0xEBA91B) is known color: Gold Tips. HEX triplet: EB, A9 and 1B. RGB value is (235,169,27). Sum of RGB (Red+Green+Blue) = 235+169+27=431 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.52% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA91B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA91B is #1456E4. Grayscale: #ADADAD. Windows color (decimal): -1332965 or 1812971. OLE color: 1812971.
HSL color Cylindrical-coordinate representation of color #EBA91B: hue angle of 40.96º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EBA91B is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 27 | - |
| CMYK | 0 | 0.28 | 0.89 | 0.08 |
| HSL | 40.96º | 0.84% | 0.51% | - |
| HSV(B) | 40.96º | 0.89% | 0.92% | - |
| XYZ | 48.65 | 46.12 | 7.37 | - |
| YUV | 172.55 | 45.87 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 27 | 0 | 0.28 | 0.89 | 0.08 | 40.96 | 0.84 | 0.51 |
| Hex | EB | A9 | 1B | 0 | 1C | 59 | 8 | 29 | 54 | 33 |
| Octal | 353 | 251 | 33 | 0 | 34 | 131 | 10 | 51 | 124 | 63 |
| Binary | 11101011 | 10101001 | 11011 | 0 | 11100 | 1011001 | 1000 | 101001 | 1010100 | 110011 |
Color Harmonies of #EBA91B
Complementary color
Monochromatic Colors of #EBA91B
Black with #EBA91B
Text Example
Text Example
White with #EBA91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA91B; }
p { color: rgb(235,169,27); }
H1.HeaderClassName
{
color: #EBA91B;
}
.AnyTagClassName
{
color: #EBA91B;
}
</style>
background-color css
<style>
a { background-color: #EBA91B; }
a { background-color: rgb(235,169,27); }
div.DivClassName
{
background-color: #EBA91B;
}
.BgClassName
{
background-color: #EBA91B;
}
</style>
border-color css
<style>
span { border-color: #EBA91B; }
span { border-color: rgb(235,169,27); }
td.TdClassName
{
border-color: #EBA91B;
}
.TagClassName
{
border-color: #EBA91B;
}
</style>