Shades of Gold Tips #EAB32C
Tints of Gold Tips #EAB32C
RGB
CMYK
RGB Variations
Color information
#EAB32C (or 0xEAB32C) is known color: Gold Tips. HEX triplet: EA, B3 and 2C. RGB value is (234,179,44). Sum of RGB (Red+Green+Blue) = 234+179+44=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 44 (17.58% from 255 or 9.63% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB32C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB32C is #154CD3. Grayscale: #B4B4B4. Windows color (decimal): -1395924 or 2929642. OLE color: 2929642.
HSL color Cylindrical-coordinate representation of color #EAB32C: hue angle of 42.63º 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 #EAB32C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 44 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.08 |
| HSL | 42.63º | 0.82% | 0.55% | - |
| HSV(B) | 42.63º | 0.81% | 0.92% | - |
| XYZ | 50.51 | 49.91 | 9.36 | - |
| YUV | 180.06 | 51.22 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 44 | 0 | 0.24 | 0.81 | 0.08 | 42.63 | 0.82 | 0.55 |
| Hex | EA | B3 | 2C | 0 | 18 | 51 | 8 | 2B | 52 | 37 |
| Octal | 352 | 263 | 54 | 0 | 30 | 121 | 10 | 53 | 122 | 67 |
| Binary | 11101010 | 10110011 | 101100 | 0 | 11000 | 1010001 | 1000 | 101011 | 1010010 | 110111 |
Color Harmonies of #EAB32C
Complementary color
Monochromatic Colors of #EAB32C
Black with #EAB32C
Text Example
Text Example
White with #EAB32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB32C; }
p { color: rgb(234,179,44); }
H1.HeaderClassName
{
color: #EAB32C;
}
.AnyTagClassName
{
color: #EAB32C;
}
</style>
background-color css
<style>
a { background-color: #EAB32C; }
a { background-color: rgb(234,179,44); }
div.DivClassName
{
background-color: #EAB32C;
}
.BgClassName
{
background-color: #EAB32C;
}
</style>
border-color css
<style>
span { border-color: #EAB32C; }
span { border-color: rgb(234,179,44); }
td.TdClassName
{
border-color: #EAB32C;
}
.TagClassName
{
border-color: #EAB32C;
}
</style>