Shades of Gold Tips #EAB721
Tints of Gold Tips #EAB721
RGB
CMYK
RGB Variations
Color information
#EAB721 (or 0xEAB721) is known color: Gold Tips. HEX triplet: EA, B7 and 21. RGB value is (234,183,33). Sum of RGB (Red+Green+Blue) = 234+183+33=450 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 33 (13.28% from 255 or 7.33% from 450); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB721 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAB721 is #1548DE. Grayscale: #B5B5B5. Windows color (decimal): -1394911 or 2209770. OLE color: 2209770.
HSL color Cylindrical-coordinate representation of color #EAB721: hue angle of 44.78º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EAB721 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 183 | 33 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.08 |
| HSL | 44.78º | 0.83% | 0.52% | - |
| HSV(B) | 44.78º | 0.86% | 0.92% | - |
| XYZ | 51.14 | 51.47 | 8.68 | - |
| YUV | 181.15 | 44.4 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 183 | 33 | 0 | 0.22 | 0.86 | 0.08 | 44.78 | 0.83 | 0.52 |
| Hex | EA | B7 | 21 | 0 | 16 | 56 | 8 | 2D | 53 | 34 |
| Octal | 352 | 267 | 41 | 0 | 26 | 126 | 10 | 55 | 123 | 64 |
| Binary | 11101010 | 10110111 | 100001 | 0 | 10110 | 1010110 | 1000 | 101101 | 1010011 | 110100 |
Color Harmonies of #EAB721
Complementary color
Monochromatic Colors of #EAB721
Black with #EAB721
Text Example
Text Example
White with #EAB721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB721; }
p { color: rgb(234,183,33); }
H1.HeaderClassName
{
color: #EAB721;
}
.AnyTagClassName
{
color: #EAB721;
}
</style>
background-color css
<style>
a { background-color: #EAB721; }
a { background-color: rgb(234,183,33); }
div.DivClassName
{
background-color: #EAB721;
}
.BgClassName
{
background-color: #EAB721;
}
</style>
border-color css
<style>
span { border-color: #EAB721; }
span { border-color: rgb(234,183,33); }
td.TdClassName
{
border-color: #EAB721;
}
.TagClassName
{
border-color: #EAB721;
}
</style>