Shades of Gold Tips #EBA929
Tints of Gold Tips #EBA929
RGB
CMYK
RGB Variations
Color information
#EBA929 (or 0xEBA929) is known color: Gold Tips. HEX triplet: EB, A9 and 29. RGB value is (235,169,41). Sum of RGB (Red+Green+Blue) = 235+169+41=445 (58% of max value = 765). Red value is 235 (92.19% from 255 or 52.81% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 41 (16.41% from 255 or 9.21% from 445); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA929 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA929 is #1456D6. Grayscale: #AEAEAE. Windows color (decimal): -1332951 or 2730475. OLE color: 2730475.
HSL color Cylindrical-coordinate representation of color #EBA929: hue angle of 39.59º 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 #EBA929 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 41 | - |
| CMYK | 0 | 0.28 | 0.83 | 0.08 |
| HSL | 39.59º | 0.83% | 0.54% | - |
| HSV(B) | 39.59º | 0.83% | 0.92% | - |
| XYZ | 48.85 | 46.2 | 8.44 | - |
| YUV | 174.14 | 52.87 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 41 | 0 | 0.28 | 0.83 | 0.08 | 39.59 | 0.83 | 0.54 |
| Hex | EB | A9 | 29 | 0 | 1C | 53 | 8 | 28 | 53 | 36 |
| Octal | 353 | 251 | 51 | 0 | 34 | 123 | 10 | 50 | 123 | 66 |
| Binary | 11101011 | 10101001 | 101001 | 0 | 11100 | 1010011 | 1000 | 101000 | 1010011 | 110110 |
Color Harmonies of #EBA929
Complementary color
Monochromatic Colors of #EBA929
Black with #EBA929
Text Example
Text Example
White with #EBA929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA929; }
p { color: rgb(235,169,41); }
H1.HeaderClassName
{
color: #EBA929;
}
.AnyTagClassName
{
color: #EBA929;
}
</style>
background-color css
<style>
a { background-color: #EBA929; }
a { background-color: rgb(235,169,41); }
div.DivClassName
{
background-color: #EBA929;
}
.BgClassName
{
background-color: #EBA929;
}
</style>
border-color css
<style>
span { border-color: #EBA929; }
span { border-color: rgb(235,169,41); }
td.TdClassName
{
border-color: #EBA929;
}
.TagClassName
{
border-color: #EBA929;
}
</style>