Shades of Gold Tips #E0B621
Tints of Gold Tips #E0B621
RGB
CMYK
RGB Variations
Color information
#E0B621 (or 0xE0B621) is known color: Gold Tips. HEX triplet: E0, B6 and 21. RGB value is (224,182,33). Sum of RGB (Red+Green+Blue) = 224+182+33=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 33 (13.28% from 255 or 7.52% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B621 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B621 is #1F49DE. Grayscale: #B2B2B2. Windows color (decimal): -2050527 or 2209504. OLE color: 2209504.
HSL color Cylindrical-coordinate representation of color #E0B621: hue angle of 46.81º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E0B621 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 182 | 33 | - |
| CMYK | 0 | 0.19 | 0.85 | 0.12 |
| HSL | 46.81º | 0.75% | 0.5% | - |
| HSV(B) | 46.81º | 0.85% | 0.88% | - |
| XYZ | 47.74 | 49.41 | 8.46 | - |
| YUV | 177.57 | 46.41 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 182 | 33 | 0 | 0.19 | 0.85 | 0.12 | 46.81 | 0.75 | 0.5 |
| Hex | E0 | B6 | 21 | 0 | 13 | 55 | C | 2F | 4B | 32 |
| Octal | 340 | 266 | 41 | 0 | 23 | 125 | 14 | 57 | 113 | 62 |
| Binary | 11100000 | 10110110 | 100001 | 0 | 10011 | 1010101 | 1100 | 101111 | 1001011 | 110010 |
Color Harmonies of #E0B621
Complementary color
Monochromatic Colors of #E0B621
Black with #E0B621
Text Example
Text Example
White with #E0B621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B621; }
p { color: rgb(224,182,33); }
H1.HeaderClassName
{
color: #E0B621;
}
.AnyTagClassName
{
color: #E0B621;
}
</style>
background-color css
<style>
a { background-color: #E0B621; }
a { background-color: rgb(224,182,33); }
div.DivClassName
{
background-color: #E0B621;
}
.BgClassName
{
background-color: #E0B621;
}
</style>
border-color css
<style>
span { border-color: #E0B621; }
span { border-color: rgb(224,182,33); }
td.TdClassName
{
border-color: #E0B621;
}
.TagClassName
{
border-color: #E0B621;
}
</style>