Shades of Gold Tips #EAB324
Tints of Gold Tips #EAB324
RGB
CMYK
RGB Variations
Color information
#EAB324 (or 0xEAB324) is known color: Gold Tips. HEX triplet: EA, B3 and 24. RGB value is (234,179,36). Sum of RGB (Red+Green+Blue) = 234+179+36=449 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.12% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 36 (14.45% from 255 or 8.02% from 449); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB324 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB324 is #154CDB. Grayscale: #B3B3B3. Windows color (decimal): -1395932 or 2405354. OLE color: 2405354.
HSL color Cylindrical-coordinate representation of color #EAB324: hue angle of 43.33º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EAB324 is Cyan = 0, Magento = 0.24, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 179 | 36 | - |
| CMYK | 0 | 0.24 | 0.85 | 0.08 |
| HSL | 43.33º | 0.83% | 0.53% | - |
| HSV(B) | 43.33º | 0.85% | 0.92% | - |
| XYZ | 50.37 | 49.86 | 8.64 | - |
| YUV | 179.14 | 47.22 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 179 | 36 | 0 | 0.24 | 0.85 | 0.08 | 43.33 | 0.83 | 0.53 |
| Hex | EA | B3 | 24 | 0 | 18 | 55 | 8 | 2B | 52 | 35 |
| Octal | 352 | 263 | 44 | 0 | 30 | 125 | 10 | 53 | 122 | 65 |
| Binary | 11101010 | 10110011 | 100100 | 0 | 11000 | 1010101 | 1000 | 101011 | 1010010 | 110101 |
Color Harmonies of #EAB324
Complementary color
Monochromatic Colors of #EAB324
Black with #EAB324
Text Example
Text Example
White with #EAB324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB324; }
p { color: rgb(234,179,36); }
H1.HeaderClassName
{
color: #EAB324;
}
.AnyTagClassName
{
color: #EAB324;
}
</style>
background-color css
<style>
a { background-color: #EAB324; }
a { background-color: rgb(234,179,36); }
div.DivClassName
{
background-color: #EAB324;
}
.BgClassName
{
background-color: #EAB324;
}
</style>
border-color css
<style>
span { border-color: #EAB324; }
span { border-color: rgb(234,179,36); }
td.TdClassName
{
border-color: #EAB324;
}
.TagClassName
{
border-color: #EAB324;
}
</style>