Shades of Gold Tips #EAB32D
Tints of Gold Tips #EAB32D
RGB
CMYK
RGB Variations
Color information
#EAB32D (or 0xEAB32D) is known color: Gold Tips. HEX triplet: EA, B3 and 2D. RGB value is (234,179,45). Sum of RGB (Red+Green+Blue) = 234+179+45=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 45 (17.97% from 255 or 9.83% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB32D is #154CD2. Grayscale: #B4B4B4. Windows color (decimal): -1395923 or 2995178. OLE color: 2995178.
HSL color Cylindrical-coordinate representation of color #EAB32D: hue angle of 42.54º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EAB32D is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 45 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.08 |
| HSL | 42.54º | 0.82% | 0.55% | - |
| HSV(B) | 42.54º | 0.81% | 0.92% | - |
| XYZ | 50.53 | 49.92 | 9.46 | - |
| YUV | 180.17 | 51.72 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 45 | 0 | 0.24 | 0.81 | 0.08 | 42.54 | 0.82 | 0.55 |
| Hex | EA | B3 | 2D | 0 | 18 | 51 | 8 | 2B | 52 | 37 |
| Octal | 352 | 263 | 55 | 0 | 30 | 121 | 10 | 53 | 122 | 67 |
| Binary | 11101010 | 10110011 | 101101 | 0 | 11000 | 1010001 | 1000 | 101011 | 1010010 | 110111 |
Color Harmonies of #EAB32D
Complementary color
Monochromatic Colors of #EAB32D
Black with #EAB32D
Text Example
Text Example
White with #EAB32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB32D; }
p { color: rgb(234,179,45); }
H1.HeaderClassName
{
color: #EAB32D;
}
.AnyTagClassName
{
color: #EAB32D;
}
</style>
background-color css
<style>
a { background-color: #EAB32D; }
a { background-color: rgb(234,179,45); }
div.DivClassName
{
background-color: #EAB32D;
}
.BgClassName
{
background-color: #EAB32D;
}
</style>
border-color css
<style>
span { border-color: #EAB32D; }
span { border-color: rgb(234,179,45); }
td.TdClassName
{
border-color: #EAB32D;
}
.TagClassName
{
border-color: #EAB32D;
}
</style>