Shades of Gold Tips #EAB528
Tints of Gold Tips #EAB528
RGB
CMYK
RGB Variations
Color information
#EAB528 (or 0xEAB528) is known color: Gold Tips. HEX triplet: EA, B5 and 28. RGB value is (234,181,40). Sum of RGB (Red+Green+Blue) = 234+181+40=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB528 is #154AD7. Grayscale: #B5B5B5. Windows color (decimal): -1395416 or 2668010. OLE color: 2668010.
HSL color Cylindrical-coordinate representation of color #EAB528: hue angle of 43.61º degrees, saturation: 0.82, 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 #EAB528 is Cyan = 0, Magento = 0.23, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 40 | - |
| CMYK | 0 | 0.23 | 0.83 | 0.08 |
| HSL | 43.61º | 0.82% | 0.54% | - |
| HSV(B) | 43.61º | 0.83% | 0.92% | - |
| XYZ | 50.84 | 50.69 | 9.11 | - |
| YUV | 180.77 | 48.56 | 165.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 40 | 0 | 0.23 | 0.83 | 0.08 | 43.61 | 0.82 | 0.54 |
| Hex | EA | B5 | 28 | 0 | 17 | 53 | 8 | 2C | 52 | 36 |
| Octal | 352 | 265 | 50 | 0 | 27 | 123 | 10 | 54 | 122 | 66 |
| Binary | 11101010 | 10110101 | 101000 | 0 | 10111 | 1010011 | 1000 | 101100 | 1010010 | 110110 |
Color Harmonies of #EAB528
Complementary color
Monochromatic Colors of #EAB528
Black with #EAB528
Text Example
Text Example
White with #EAB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB528; }
p { color: rgb(234,181,40); }
H1.HeaderClassName
{
color: #EAB528;
}
.AnyTagClassName
{
color: #EAB528;
}
</style>
background-color css
<style>
a { background-color: #EAB528; }
a { background-color: rgb(234,181,40); }
div.DivClassName
{
background-color: #EAB528;
}
.BgClassName
{
background-color: #EAB528;
}
</style>
border-color css
<style>
span { border-color: #EAB528; }
span { border-color: rgb(234,181,40); }
td.TdClassName
{
border-color: #EAB528;
}
.TagClassName
{
border-color: #EAB528;
}
</style>