Shades of Gold Tips #EBA923
Tints of Gold Tips #EBA923
RGB
CMYK
RGB Variations
Color information
#EBA923 (or 0xEBA923) is known color: Gold Tips. HEX triplet: EB, A9 and 23. RGB value is (235,169,35). Sum of RGB (Red+Green+Blue) = 235+169+35=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 35 (14.06% from 255 or 7.97% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA923 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA923 is #1456DC. Grayscale: #AEAEAE. Windows color (decimal): -1332957 or 2337259. OLE color: 2337259.
HSL color Cylindrical-coordinate representation of color #EBA923: hue angle of 40.2º 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 #EBA923 is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 35 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.08 |
| HSL | 40.2º | 0.83% | 0.53% | - |
| HSV(B) | 40.2º | 0.85% | 0.92% | - |
| XYZ | 48.75 | 46.16 | 7.93 | - |
| YUV | 173.46 | 49.87 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 35 | 0 | 0.28 | 0.85 | 0.08 | 40.2 | 0.83 | 0.53 |
| Hex | EB | A9 | 23 | 0 | 1C | 55 | 8 | 28 | 53 | 35 |
| Octal | 353 | 251 | 43 | 0 | 34 | 125 | 10 | 50 | 123 | 65 |
| Binary | 11101011 | 10101001 | 100011 | 0 | 11100 | 1010101 | 1000 | 101000 | 1010011 | 110101 |
Color Harmonies of #EBA923
Complementary color
Monochromatic Colors of #EBA923
Black with #EBA923
Text Example
Text Example
White with #EBA923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA923; }
p { color: rgb(235,169,35); }
H1.HeaderClassName
{
color: #EBA923;
}
.AnyTagClassName
{
color: #EBA923;
}
</style>
background-color css
<style>
a { background-color: #EBA923; }
a { background-color: rgb(235,169,35); }
div.DivClassName
{
background-color: #EBA923;
}
.BgClassName
{
background-color: #EBA923;
}
</style>
border-color css
<style>
span { border-color: #EBA923; }
span { border-color: rgb(235,169,35); }
td.TdClassName
{
border-color: #EBA923;
}
.TagClassName
{
border-color: #EBA923;
}
</style>