Shades of Gold Tips #EAA528
Tints of Gold Tips #EAA528
RGB
CMYK
RGB Variations
Color information
#EAA528 (or 0xEAA528) is known color: Gold Tips. HEX triplet: EA, A5 and 28. RGB value is (234,165,40). Sum of RGB (Red+Green+Blue) = 234+165+40=439 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.30% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA528 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA528 is #155AD7. Grayscale: #ABABAB. Windows color (decimal): -1399512 or 2663914. OLE color: 2663914.
HSL color Cylindrical-coordinate representation of color #EAA528: hue angle of 38.66º 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 #EAA528 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 165 | 40 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.08 |
| HSL | 38.66º | 0.82% | 0.54% | - |
| HSV(B) | 38.66º | 0.83% | 0.92% | - |
| XYZ | 47.77 | 44.56 | 8.09 | - |
| YUV | 171.38 | 53.86 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 165 | 40 | 0 | 0.29 | 0.83 | 0.08 | 38.66 | 0.82 | 0.54 |
| Hex | EA | A5 | 28 | 0 | 1D | 53 | 8 | 27 | 52 | 36 |
| Octal | 352 | 245 | 50 | 0 | 35 | 123 | 10 | 47 | 122 | 66 |
| Binary | 11101010 | 10100101 | 101000 | 0 | 11101 | 1010011 | 1000 | 100111 | 1010010 | 110110 |
Color Harmonies of #EAA528
Complementary color
Monochromatic Colors of #EAA528
Black with #EAA528
Text Example
Text Example
White with #EAA528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA528; }
p { color: rgb(234,165,40); }
H1.HeaderClassName
{
color: #EAA528;
}
.AnyTagClassName
{
color: #EAA528;
}
</style>
background-color css
<style>
a { background-color: #EAA528; }
a { background-color: rgb(234,165,40); }
div.DivClassName
{
background-color: #EAA528;
}
.BgClassName
{
background-color: #EAA528;
}
</style>
border-color css
<style>
span { border-color: #EAA528; }
span { border-color: rgb(234,165,40); }
td.TdClassName
{
border-color: #EAA528;
}
.TagClassName
{
border-color: #EAA528;
}
</style>