Shades of Gold Tips #E0B121
Tints of Gold Tips #E0B121
RGB
CMYK
RGB Variations
Color information
#E0B121 (or 0xE0B121) is known color: Gold Tips. HEX triplet: E0, B1 and 21. RGB value is (224,177,33). Sum of RGB (Red+Green+Blue) = 224+177+33=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B121 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B121 is #1F4EDE. Grayscale: #AFAFAF. Windows color (decimal): -2051807 or 2208224. OLE color: 2208224.
HSL color Cylindrical-coordinate representation of color #E0B121: hue angle of 45.24º 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 #E0B121 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 177 | 33 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.12 |
| HSL | 45.24º | 0.75% | 0.5% | - |
| HSV(B) | 45.24º | 0.85% | 0.88% | - |
| XYZ | 46.74 | 47.4 | 8.12 | - |
| YUV | 174.64 | 48.07 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 33 | 0 | 0.21 | 0.85 | 0.12 | 45.24 | 0.75 | 0.5 |
| Hex | E0 | B1 | 21 | 0 | 15 | 55 | C | 2D | 4B | 32 |
| Octal | 340 | 261 | 41 | 0 | 25 | 125 | 14 | 55 | 113 | 62 |
| Binary | 11100000 | 10110001 | 100001 | 0 | 10101 | 1010101 | 1100 | 101101 | 1001011 | 110010 |
Color Harmonies of #E0B121
Complementary color
Monochromatic Colors of #E0B121
Black with #E0B121
Text Example
Text Example
White with #E0B121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B121; }
p { color: rgb(224,177,33); }
H1.HeaderClassName
{
color: #E0B121;
}
.AnyTagClassName
{
color: #E0B121;
}
</style>
background-color css
<style>
a { background-color: #E0B121; }
a { background-color: rgb(224,177,33); }
div.DivClassName
{
background-color: #E0B121;
}
.BgClassName
{
background-color: #E0B121;
}
</style>
border-color css
<style>
span { border-color: #E0B121; }
span { border-color: rgb(224,177,33); }
td.TdClassName
{
border-color: #E0B121;
}
.TagClassName
{
border-color: #E0B121;
}
</style>