Shades of Gold Tips #EBAE28
Tints of Gold Tips #EBAE28
RGB
CMYK
RGB Variations
Color information
#EBAE28 (or 0xEBAE28) is known color: Gold Tips. HEX triplet: EB, AE and 28. RGB value is (235,174,40). Sum of RGB (Red+Green+Blue) = 235+174+40=449 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.34% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 235 - color contains mainly: red. Hex color #EBAE28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EBAE28 is #1451D7. Grayscale: #B1B1B1. Windows color (decimal): -1331672 or 2666219. OLE color: 2666219.
HSL color Cylindrical-coordinate representation of color #EBAE28: hue angle of 41.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EBAE28 is Cyan = 0, Magento = 0.26, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 174 | 40 | - |
| CMYK | 0 | 0.26 | 0.83 | 0.08 |
| HSL | 41.23º | 0.83% | 0.54% | - |
| HSV(B) | 41.23º | 0.83% | 0.92% | - |
| XYZ | 49.78 | 48.09 | 8.67 | - |
| YUV | 176.96 | 50.71 | 169.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 174 | 40 | 0 | 0.26 | 0.83 | 0.08 | 41.23 | 0.83 | 0.54 |
| Hex | EB | AE | 28 | 0 | 1A | 53 | 8 | 29 | 53 | 36 |
| Octal | 353 | 256 | 50 | 0 | 32 | 123 | 10 | 51 | 123 | 66 |
| Binary | 11101011 | 10101110 | 101000 | 0 | 11010 | 1010011 | 1000 | 101001 | 1010011 | 110110 |
Color Harmonies of #EBAE28
Complementary color
Monochromatic Colors of #EBAE28
Black with #EBAE28
Text Example
Text Example
White with #EBAE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBAE28; }
p { color: rgb(235,174,40); }
H1.HeaderClassName
{
color: #EBAE28;
}
.AnyTagClassName
{
color: #EBAE28;
}
</style>
background-color css
<style>
a { background-color: #EBAE28; }
a { background-color: rgb(235,174,40); }
div.DivClassName
{
background-color: #EBAE28;
}
.BgClassName
{
background-color: #EBAE28;
}
</style>
border-color css
<style>
span { border-color: #EBAE28; }
span { border-color: rgb(235,174,40); }
td.TdClassName
{
border-color: #EBAE28;
}
.TagClassName
{
border-color: #EBAE28;
}
</style>