Shades of Gold Tips #EAAF20
Tints of Gold Tips #EAAF20
RGB
CMYK
RGB Variations
Color information
#EAAF20 (or 0xEAAF20) is known color: Gold Tips. HEX triplet: EA, AF and 20. RGB value is (234,175,32). Sum of RGB (Red+Green+Blue) = 234+175+32=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 32 (12.89% from 255 or 7.26% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAAF20 is #1550DF. Grayscale: #B0B0B0. Windows color (decimal): -1396960 or 2142186. OLE color: 2142186.
HSL color Cylindrical-coordinate representation of color #EAAF20: hue angle of 42.48º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAAF20 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 32 | - |
| CMYK | 0 | 0.25 | 0.86 | 0.08 |
| HSL | 42.48º | 0.83% | 0.52% | - |
| HSV(B) | 42.48º | 0.86% | 0.92% | - |
| XYZ | 49.52 | 48.26 | 8.07 | - |
| YUV | 176.34 | 46.55 | 169.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 32 | 0 | 0.25 | 0.86 | 0.08 | 42.48 | 0.83 | 0.52 |
| Hex | EA | AF | 20 | 0 | 19 | 56 | 8 | 2A | 53 | 34 |
| Octal | 352 | 257 | 40 | 0 | 31 | 126 | 10 | 52 | 123 | 64 |
| Binary | 11101010 | 10101111 | 100000 | 0 | 11001 | 1010110 | 1000 | 101010 | 1010011 | 110100 |
Color Harmonies of #EAAF20
Complementary color
Monochromatic Colors of #EAAF20
Black with #EAAF20
Text Example
Text Example
White with #EAAF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF20; }
p { color: rgb(234,175,32); }
H1.HeaderClassName
{
color: #EAAF20;
}
.AnyTagClassName
{
color: #EAAF20;
}
</style>
background-color css
<style>
a { background-color: #EAAF20; }
a { background-color: rgb(234,175,32); }
div.DivClassName
{
background-color: #EAAF20;
}
.BgClassName
{
background-color: #EAAF20;
}
</style>
border-color css
<style>
span { border-color: #EAAF20; }
span { border-color: rgb(234,175,32); }
td.TdClassName
{
border-color: #EAAF20;
}
.TagClassName
{
border-color: #EAAF20;
}
</style>