Shades of Gold Tips #EBA426
Tints of Gold Tips #EBA426
RGB
CMYK
RGB Variations
Color information
#EBA426 (or 0xEBA426) is known color: Gold Tips. HEX triplet: EB, A4 and 26. RGB value is (235,164,38). Sum of RGB (Red+Green+Blue) = 235+164+38=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 164 (64.45% from 255 or 37.53% from 437); Blue value is 38 (15.23% from 255 or 8.70% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA426 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBA426 is #145BD9. Grayscale: #ABABAB. Windows color (decimal): -1334234 or 2532587. OLE color: 2532587.
HSL color Cylindrical-coordinate representation of color #EBA426: hue angle of 38.38º 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 #EBA426 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 38 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.08 |
| HSL | 38.38º | 0.83% | 0.54% | - |
| HSV(B) | 38.38º | 0.84% | 0.92% | - |
| XYZ | 47.89 | 44.35 | 7.87 | - |
| YUV | 170.87 | 53.02 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 38 | 0 | 0.30 | 0.84 | 0.08 | 38.38 | 0.83 | 0.54 |
| Hex | EB | A4 | 26 | 0 | 1E | 54 | 8 | 26 | 53 | 36 |
| Octal | 353 | 244 | 46 | 0 | 36 | 124 | 10 | 46 | 123 | 66 |
| Binary | 11101011 | 10100100 | 100110 | 0 | 11110 | 1010100 | 1000 | 100110 | 1010011 | 110110 |
Color Harmonies of #EBA426
Complementary color
Monochromatic Colors of #EBA426
Black with #EBA426
Text Example
Text Example
White with #EBA426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA426; }
p { color: rgb(235,164,38); }
H1.HeaderClassName
{
color: #EBA426;
}
.AnyTagClassName
{
color: #EBA426;
}
</style>
background-color css
<style>
a { background-color: #EBA426; }
a { background-color: rgb(235,164,38); }
div.DivClassName
{
background-color: #EBA426;
}
.BgClassName
{
background-color: #EBA426;
}
</style>
border-color css
<style>
span { border-color: #EBA426; }
span { border-color: rgb(235,164,38); }
td.TdClassName
{
border-color: #EBA426;
}
.TagClassName
{
border-color: #EBA426;
}
</style>