Shades of Gold Tips #EAB51D
Tints of Gold Tips #EAB51D
RGB
CMYK
RGB Variations
Color information
#EAB51D (or 0xEAB51D) is known color: Gold Tips. HEX triplet: EA, B5 and 1D. RGB value is (234,181,29). Sum of RGB (Red+Green+Blue) = 234+181+29=444 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.70% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 29 (11.72% from 255 or 6.53% from 444); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB51D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB51D is #154AE2. Grayscale: #B4B4B4. Windows color (decimal): -1395427 or 1947114. OLE color: 1947114.
HSL color Cylindrical-coordinate representation of color #EAB51D: hue angle of 44.49º 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 #EAB51D is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 181 | 29 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.08 |
| HSL | 44.49º | 0.83% | 0.52% | - |
| HSV(B) | 44.49º | 0.88% | 0.92% | - |
| XYZ | 50.68 | 50.63 | 8.26 | - |
| YUV | 179.52 | 43.06 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 181 | 29 | 0 | 0.23 | 0.88 | 0.08 | 44.49 | 0.83 | 0.52 |
| Hex | EA | B5 | 1D | 0 | 17 | 58 | 8 | 2C | 53 | 34 |
| Octal | 352 | 265 | 35 | 0 | 27 | 130 | 10 | 54 | 123 | 64 |
| Binary | 11101010 | 10110101 | 11101 | 0 | 10111 | 1011000 | 1000 | 101100 | 1010011 | 110100 |
Color Harmonies of #EAB51D
Complementary color
Monochromatic Colors of #EAB51D
Black with #EAB51D
Text Example
Text Example
White with #EAB51D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB51D; }
p { color: rgb(234,181,29); }
H1.HeaderClassName
{
color: #EAB51D;
}
.AnyTagClassName
{
color: #EAB51D;
}
</style>
background-color css
<style>
a { background-color: #EAB51D; }
a { background-color: rgb(234,181,29); }
div.DivClassName
{
background-color: #EAB51D;
}
.BgClassName
{
background-color: #EAB51D;
}
</style>
border-color css
<style>
span { border-color: #EAB51D; }
span { border-color: rgb(234,181,29); }
td.TdClassName
{
border-color: #EAB51D;
}
.TagClassName
{
border-color: #EAB51D;
}
</style>