Shades of Gold Tips #EBB124
Tints of Gold Tips #EBB124
RGB
CMYK
RGB Variations
Color information
#EBB124 (or 0xEBB124) is known color: Gold Tips. HEX triplet: EB, B1 and 24. RGB value is (235,177,36). Sum of RGB (Red+Green+Blue) = 235+177+36=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 36 (14.45% from 255 or 8.04% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBB124 is #144EDB. Grayscale: #B2B2B2. Windows color (decimal): -1330908 or 2404843. OLE color: 2404843.
HSL color Cylindrical-coordinate representation of color #EBB124: hue angle of 42.51º 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 #EBB124 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 177 | 36 | - |
| CMYK | 0 | 0.25 | 0.85 | 0.08 |
| HSL | 42.51º | 0.83% | 0.53% | - |
| HSV(B) | 42.51º | 0.85% | 0.92% | - |
| XYZ | 50.3 | 49.23 | 8.52 | - |
| YUV | 178.27 | 47.72 | 168.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 177 | 36 | 0 | 0.25 | 0.85 | 0.08 | 42.51 | 0.83 | 0.53 |
| Hex | EB | B1 | 24 | 0 | 19 | 55 | 8 | 2B | 53 | 35 |
| Octal | 353 | 261 | 44 | 0 | 31 | 125 | 10 | 53 | 123 | 65 |
| Binary | 11101011 | 10110001 | 100100 | 0 | 11001 | 1010101 | 1000 | 101011 | 1010011 | 110101 |
Color Harmonies of #EBB124
Complementary color
Monochromatic Colors of #EBB124
Black with #EBB124
Text Example
Text Example
White with #EBB124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB124; }
p { color: rgb(235,177,36); }
H1.HeaderClassName
{
color: #EBB124;
}
.AnyTagClassName
{
color: #EBB124;
}
</style>
background-color css
<style>
a { background-color: #EBB124; }
a { background-color: rgb(235,177,36); }
div.DivClassName
{
background-color: #EBB124;
}
.BgClassName
{
background-color: #EBB124;
}
</style>
border-color css
<style>
span { border-color: #EBB124; }
span { border-color: rgb(235,177,36); }
td.TdClassName
{
border-color: #EBB124;
}
.TagClassName
{
border-color: #EBB124;
}
</style>