Shades of Gold Tips #EAB02D
Tints of Gold Tips #EAB02D
RGB
CMYK
RGB Variations
Color information
#EAB02D (or 0xEAB02D) is known color: Gold Tips. HEX triplet: EA, B0 and 2D. RGB value is (234,176,45). Sum of RGB (Red+Green+Blue) = 234+176+45=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 176 (69.14% from 255 or 38.68% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB02D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB02D is #154FD2. Grayscale: #B2B2B2. Windows color (decimal): -1396691 or 2994410. OLE color: 2994410.
HSL color Cylindrical-coordinate representation of color #EAB02D: hue angle of 41.59º 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 #EAB02D is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 45 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.08 |
| HSL | 41.59º | 0.82% | 0.55% | - |
| HSV(B) | 41.59º | 0.81% | 0.92% | - |
| XYZ | 49.93 | 48.73 | 9.26 | - |
| YUV | 178.41 | 52.72 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 45 | 0 | 0.25 | 0.81 | 0.08 | 41.59 | 0.82 | 0.55 |
| Hex | EA | B0 | 2D | 0 | 19 | 51 | 8 | 2A | 52 | 37 |
| Octal | 352 | 260 | 55 | 0 | 31 | 121 | 10 | 52 | 122 | 67 |
| Binary | 11101010 | 10110000 | 101101 | 0 | 11001 | 1010001 | 1000 | 101010 | 1010010 | 110111 |
Color Harmonies of #EAB02D
Complementary color
Monochromatic Colors of #EAB02D
Black with #EAB02D
Text Example
Text Example
White with #EAB02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB02D; }
p { color: rgb(234,176,45); }
H1.HeaderClassName
{
color: #EAB02D;
}
.AnyTagClassName
{
color: #EAB02D;
}
</style>
background-color css
<style>
a { background-color: #EAB02D; }
a { background-color: rgb(234,176,45); }
div.DivClassName
{
background-color: #EAB02D;
}
.BgClassName
{
background-color: #EAB02D;
}
</style>
border-color css
<style>
span { border-color: #EAB02D; }
span { border-color: rgb(234,176,45); }
td.TdClassName
{
border-color: #EAB02D;
}
.TagClassName
{
border-color: #EAB02D;
}
</style>