Shades of Gold Tips #EBA726
Tints of Gold Tips #EBA726
RGB
CMYK
RGB Variations
Color information
#EBA726 (or 0xEBA726) is known color: Gold Tips. HEX triplet: EB, A7 and 26. RGB value is (235,167,38). Sum of RGB (Red+Green+Blue) = 235+167+38=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 38 (15.23% from 255 or 8.64% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA726 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA726 is #1458D9. Grayscale: #ADADAD. Windows color (decimal): -1333466 or 2533355. OLE color: 2533355.
HSL color Cylindrical-coordinate representation of color #EBA726: hue angle of 39.29º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EBA726 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 38 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.08 |
| HSL | 39.29º | 0.83% | 0.54% | - |
| HSV(B) | 39.29º | 0.84% | 0.92% | - |
| XYZ | 48.43 | 45.44 | 8.05 | - |
| YUV | 172.63 | 52.03 | 172.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 38 | 0 | 0.29 | 0.84 | 0.08 | 39.29 | 0.83 | 0.54 |
| Hex | EB | A7 | 26 | 0 | 1D | 54 | 8 | 27 | 53 | 36 |
| Octal | 353 | 247 | 46 | 0 | 35 | 124 | 10 | 47 | 123 | 66 |
| Binary | 11101011 | 10100111 | 100110 | 0 | 11101 | 1010100 | 1000 | 100111 | 1010011 | 110110 |
Color Harmonies of #EBA726
Complementary color
Monochromatic Colors of #EBA726
Black with #EBA726
Text Example
Text Example
White with #EBA726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA726; }
p { color: rgb(235,167,38); }
H1.HeaderClassName
{
color: #EBA726;
}
.AnyTagClassName
{
color: #EBA726;
}
</style>
background-color css
<style>
a { background-color: #EBA726; }
a { background-color: rgb(235,167,38); }
div.DivClassName
{
background-color: #EBA726;
}
.BgClassName
{
background-color: #EBA726;
}
</style>
border-color css
<style>
span { border-color: #EBA726; }
span { border-color: rgb(235,167,38); }
td.TdClassName
{
border-color: #EBA726;
}
.TagClassName
{
border-color: #EBA726;
}
</style>