Shades of Gold Tips #EAA71D
Tints of Gold Tips #EAA71D
RGB
CMYK
RGB Variations
Color information
#EAA71D (or 0xEAA71D) is known color: Gold Tips. HEX triplet: EA, A7 and 1D. RGB value is (234,167,29). Sum of RGB (Red+Green+Blue) = 234+167+29=430 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.42% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA71D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA71D is #1558E2. Grayscale: #ABABAB. Windows color (decimal): -1399011 or 1943530. OLE color: 1943530.
HSL color Cylindrical-coordinate representation of color #EAA71D: hue angle of 40.39º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAA71D is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 167 | 29 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.08 |
| HSL | 40.39º | 0.83% | 0.52% | - |
| HSV(B) | 40.39º | 0.88% | 0.92% | - |
| XYZ | 47.97 | 45.22 | 7.36 | - |
| YUV | 171.3 | 47.7 | 172.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 167 | 29 | 0 | 0.29 | 0.88 | 0.08 | 40.39 | 0.83 | 0.52 |
| Hex | EA | A7 | 1D | 0 | 1D | 58 | 8 | 28 | 53 | 34 |
| Octal | 352 | 247 | 35 | 0 | 35 | 130 | 10 | 50 | 123 | 64 |
| Binary | 11101010 | 10100111 | 11101 | 0 | 11101 | 1011000 | 1000 | 101000 | 1010011 | 110100 |
Color Harmonies of #EAA71D
Complementary color
Monochromatic Colors of #EAA71D
Black with #EAA71D
Text Example
Text Example
White with #EAA71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA71D; }
p { color: rgb(234,167,29); }
H1.HeaderClassName
{
color: #EAA71D;
}
.AnyTagClassName
{
color: #EAA71D;
}
</style>
background-color css
<style>
a { background-color: #EAA71D; }
a { background-color: rgb(234,167,29); }
div.DivClassName
{
background-color: #EAA71D;
}
.BgClassName
{
background-color: #EAA71D;
}
</style>
border-color css
<style>
span { border-color: #EAA71D; }
span { border-color: rgb(234,167,29); }
td.TdClassName
{
border-color: #EAA71D;
}
.TagClassName
{
border-color: #EAA71D;
}
</style>