Shades of Gold Tips #EBA92D
Tints of Gold Tips #EBA92D
RGB
CMYK
RGB Variations
Color information
#EBA92D (or 0xEBA92D) is known color: Gold Tips. HEX triplet: EB, A9 and 2D. RGB value is (235,169,45). Sum of RGB (Red+Green+Blue) = 235+169+45=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA92D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA92D is #1456D2. Grayscale: #AFAFAF. Windows color (decimal): -1332947 or 2992619. OLE color: 2992619.
HSL color Cylindrical-coordinate representation of color #EBA92D: hue angle of 39.16º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EBA92D is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 45 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.08 |
| HSL | 39.16º | 0.83% | 0.55% | - |
| HSV(B) | 39.16º | 0.81% | 0.92% | - |
| XYZ | 48.92 | 46.23 | 8.83 | - |
| YUV | 174.6 | 54.87 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 45 | 0 | 0.28 | 0.81 | 0.08 | 39.16 | 0.83 | 0.55 |
| Hex | EB | A9 | 2D | 0 | 1C | 51 | 8 | 27 | 53 | 37 |
| Octal | 353 | 251 | 55 | 0 | 34 | 121 | 10 | 47 | 123 | 67 |
| Binary | 11101011 | 10101001 | 101101 | 0 | 11100 | 1010001 | 1000 | 100111 | 1010011 | 110111 |
Color Harmonies of #EBA92D
Complementary color
Monochromatic Colors of #EBA92D
Black with #EBA92D
Text Example
Text Example
White with #EBA92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA92D; }
p { color: rgb(235,169,45); }
H1.HeaderClassName
{
color: #EBA92D;
}
.AnyTagClassName
{
color: #EBA92D;
}
</style>
background-color css
<style>
a { background-color: #EBA92D; }
a { background-color: rgb(235,169,45); }
div.DivClassName
{
background-color: #EBA92D;
}
.BgClassName
{
background-color: #EBA92D;
}
</style>
border-color css
<style>
span { border-color: #EBA92D; }
span { border-color: rgb(235,169,45); }
td.TdClassName
{
border-color: #EBA92D;
}
.TagClassName
{
border-color: #EBA92D;
}
</style>