Shades of Gold Tips #EAA323
Tints of Gold Tips #EAA323
RGB
CMYK
RGB Variations
Color information
#EAA323 (or 0xEAA323) is known color: Gold Tips. HEX triplet: EA, A3 and 23. RGB value is (234,163,35). Sum of RGB (Red+Green+Blue) = 234+163+35=432 (57% of max value = 765). Red value is 234 (91.80% from 255 or 54.17% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 35 (14.06% from 255 or 8.10% from 432); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA323 is #155CDC. Grayscale: #AAAAAA. Windows color (decimal): -1400029 or 2335722. OLE color: 2335722.
HSL color Cylindrical-coordinate representation of color #EAA323: hue angle of 38.59º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAA323 is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 163 | 35 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.08 |
| HSL | 38.59º | 0.83% | 0.53% | - |
| HSV(B) | 38.59º | 0.85% | 0.92% | - |
| XYZ | 47.33 | 43.81 | 7.55 | - |
| YUV | 169.64 | 52.02 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 163 | 35 | 0 | 0.30 | 0.85 | 0.08 | 38.59 | 0.83 | 0.53 |
| Hex | EA | A3 | 23 | 0 | 1E | 55 | 8 | 27 | 53 | 35 |
| Octal | 352 | 243 | 43 | 0 | 36 | 125 | 10 | 47 | 123 | 65 |
| Binary | 11101010 | 10100011 | 100011 | 0 | 11110 | 1010101 | 1000 | 100111 | 1010011 | 110101 |
Color Harmonies of #EAA323
Complementary color
Monochromatic Colors of #EAA323
Black with #EAA323
Text Example
Text Example
White with #EAA323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA323; }
p { color: rgb(234,163,35); }
H1.HeaderClassName
{
color: #EAA323;
}
.AnyTagClassName
{
color: #EAA323;
}
</style>
background-color css
<style>
a { background-color: #EAA323; }
a { background-color: rgb(234,163,35); }
div.DivClassName
{
background-color: #EAA323;
}
.BgClassName
{
background-color: #EAA323;
}
</style>
border-color css
<style>
span { border-color: #EAA323; }
span { border-color: rgb(234,163,35); }
td.TdClassName
{
border-color: #EAA323;
}
.TagClassName
{
border-color: #EAA323;
}
</style>