Shades of Gold Tips #EAAF16
Tints of Gold Tips #EAAF16
RGB
CMYK
RGB Variations
Color information
#EAAF16 (or 0xEAAF16) is known color: Gold Tips. HEX triplet: EA, AF and 16. RGB value is (234,175,22). Sum of RGB (Red+Green+Blue) = 234+175+22=431 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.29% from 431); Green value is 175 (68.75% from 255 or 40.60% from 431); Blue value is 22 (8.98% from 255 or 5.10% from 431); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAF16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EAAF16 is #1550E9. Grayscale: #AFAFAF. Windows color (decimal): -1396970 or 1486826. OLE color: 1486826.
HSL color Cylindrical-coordinate representation of color #EAAF16: hue angle of 43.3º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EAAF16 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 175 | 22 | - |
| CMYK | 0 | 0.25 | 0.91 | 0.08 |
| HSL | 43.3º | 0.83% | 0.5% | - |
| HSV(B) | 43.3º | 0.91% | 0.92% | - |
| XYZ | 49.41 | 48.21 | 7.46 | - |
| YUV | 175.2 | 41.55 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 175 | 22 | 0 | 0.25 | 0.91 | 0.08 | 43.3 | 0.83 | 0.5 |
| Hex | EA | AF | 16 | 0 | 19 | 5B | 8 | 2B | 53 | 32 |
| Octal | 352 | 257 | 26 | 0 | 31 | 133 | 10 | 53 | 123 | 62 |
| Binary | 11101010 | 10101111 | 10110 | 0 | 11001 | 1011011 | 1000 | 101011 | 1010011 | 110010 |
Color Harmonies of #EAAF16
Complementary color
Monochromatic Colors of #EAAF16
Black with #EAAF16
Text Example
Text Example
White with #EAAF16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAF16; }
p { color: rgb(234,175,22); }
H1.HeaderClassName
{
color: #EAAF16;
}
.AnyTagClassName
{
color: #EAAF16;
}
</style>
background-color css
<style>
a { background-color: #EAAF16; }
a { background-color: rgb(234,175,22); }
div.DivClassName
{
background-color: #EAAF16;
}
.BgClassName
{
background-color: #EAAF16;
}
</style>
border-color css
<style>
span { border-color: #EAAF16; }
span { border-color: rgb(234,175,22); }
td.TdClassName
{
border-color: #EAAF16;
}
.TagClassName
{
border-color: #EAAF16;
}
</style>