Shades of Gold Tips #EAB12C
Tints of Gold Tips #EAB12C
RGB
CMYK
RGB Variations
Color information
#EAB12C (or 0xEAB12C) is known color: Gold Tips. HEX triplet: EA, B1 and 2C. RGB value is (234,177,44). Sum of RGB (Red+Green+Blue) = 234+177+44=455 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.43% from 455); Green value is 177 (69.53% from 255 or 38.90% from 455); Blue value is 44 (17.58% from 255 or 9.67% from 455); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB12C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAB12C is #154ED3. Grayscale: #B3B3B3. Windows color (decimal): -1396436 or 2929130. OLE color: 2929130.
HSL color Cylindrical-coordinate representation of color #EAB12C: hue angle of 42º 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 #EAB12C is Cyan = 0, Magento = 0.24, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 177 | 44 | - |
| CMYK | 0 | 0.24 | 0.81 | 0.08 |
| HSL | 42º | 0.82% | 0.55% | - |
| HSV(B) | 42º | 0.81% | 0.92% | - |
| XYZ | 50.11 | 49.12 | 9.22 | - |
| YUV | 178.88 | 51.88 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 177 | 44 | 0 | 0.24 | 0.81 | 0.08 | 42 | 0.82 | 0.55 |
| Hex | EA | B1 | 2C | 0 | 18 | 51 | 8 | 2A | 52 | 37 |
| Octal | 352 | 261 | 54 | 0 | 30 | 121 | 10 | 52 | 122 | 67 |
| Binary | 11101010 | 10110001 | 101100 | 0 | 11000 | 1010001 | 1000 | 101010 | 1010010 | 110111 |
Color Harmonies of #EAB12C
Complementary color
Monochromatic Colors of #EAB12C
Black with #EAB12C
Text Example
Text Example
White with #EAB12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB12C; }
p { color: rgb(234,177,44); }
H1.HeaderClassName
{
color: #EAB12C;
}
.AnyTagClassName
{
color: #EAB12C;
}
</style>
background-color css
<style>
a { background-color: #EAB12C; }
a { background-color: rgb(234,177,44); }
div.DivClassName
{
background-color: #EAB12C;
}
.BgClassName
{
background-color: #EAB12C;
}
</style>
border-color css
<style>
span { border-color: #EAB12C; }
span { border-color: rgb(234,177,44); }
td.TdClassName
{
border-color: #EAB12C;
}
.TagClassName
{
border-color: #EAB12C;
}
</style>