Shades of Gold Tips #EBB721
Tints of Gold Tips #EBB721
RGB
CMYK
RGB Variations
Color information
#EBB721 (or 0xEBB721) is known color: Gold Tips. HEX triplet: EB, B7 and 21. RGB value is (235,183,33). Sum of RGB (Red+Green+Blue) = 235+183+33=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 183 (71.88% from 255 or 40.58% from 451); Blue value is 33 (13.28% from 255 or 7.32% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB721 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB721 is #1448DE. Grayscale: #B6B6B6. Windows color (decimal): -1329375 or 2209771. OLE color: 2209771.
HSL color Cylindrical-coordinate representation of color #EBB721: hue angle of 44.55º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EBB721 is Cyan = 0, Magento = 0.22, Yellow = 0.86 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 183 | 33 | - |
| CMYK | 0 | 0.22 | 0.86 | 0.08 |
| HSL | 44.55º | 0.83% | 0.53% | - |
| HSV(B) | 44.55º | 0.86% | 0.92% | - |
| XYZ | 51.47 | 51.64 | 8.69 | - |
| YUV | 181.45 | 44.23 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 183 | 33 | 0 | 0.22 | 0.86 | 0.08 | 44.55 | 0.83 | 0.53 |
| Hex | EB | B7 | 21 | 0 | 16 | 56 | 8 | 2D | 53 | 35 |
| Octal | 353 | 267 | 41 | 0 | 26 | 126 | 10 | 55 | 123 | 65 |
| Binary | 11101011 | 10110111 | 100001 | 0 | 10110 | 1010110 | 1000 | 101101 | 1010011 | 110101 |
Color Harmonies of #EBB721
Complementary color
Monochromatic Colors of #EBB721
Black with #EBB721
Text Example
Text Example
White with #EBB721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB721; }
p { color: rgb(235,183,33); }
H1.HeaderClassName
{
color: #EBB721;
}
.AnyTagClassName
{
color: #EBB721;
}
</style>
background-color css
<style>
a { background-color: #EBB721; }
a { background-color: rgb(235,183,33); }
div.DivClassName
{
background-color: #EBB721;
}
.BgClassName
{
background-color: #EBB721;
}
</style>
border-color css
<style>
span { border-color: #EBB721; }
span { border-color: rgb(235,183,33); }
td.TdClassName
{
border-color: #EBB721;
}
.TagClassName
{
border-color: #EBB721;
}
</style>