Shades of Gold Tips #E0B821
Tints of Gold Tips #E0B821
RGB
CMYK
RGB Variations
Color information
#E0B821 (or 0xE0B821) is known color: Gold Tips. HEX triplet: E0, B8 and 21. RGB value is (224,184,33). Sum of RGB (Red+Green+Blue) = 224+184+33=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 184 (72.27% from 255 or 41.72% from 441); Blue value is 33 (13.28% from 255 or 7.48% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B821 is #1F47DE. Grayscale: #B3B3B3. Windows color (decimal): -2050015 or 2210016. OLE color: 2210016.
HSL color Cylindrical-coordinate representation of color #E0B821: hue angle of 47.43º 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 #E0B821 is Cyan = 0, Magento = 0.18, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 184 | 33 | - |
| CMYK | 0 | 0.18 | 0.85 | 0.12 |
| HSL | 47.43º | 0.75% | 0.5% | - |
| HSV(B) | 47.43º | 0.85% | 0.88% | - |
| XYZ | 48.16 | 50.24 | 8.6 | - |
| YUV | 178.75 | 45.75 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 184 | 33 | 0 | 0.18 | 0.85 | 0.12 | 47.43 | 0.75 | 0.5 |
| Hex | E0 | B8 | 21 | 0 | 12 | 55 | C | 2F | 4B | 32 |
| Octal | 340 | 270 | 41 | 0 | 22 | 125 | 14 | 57 | 113 | 62 |
| Binary | 11100000 | 10111000 | 100001 | 0 | 10010 | 1010101 | 1100 | 101111 | 1001011 | 110010 |
Color Harmonies of #E0B821
Complementary color
Monochromatic Colors of #E0B821
Black with #E0B821
Text Example
Text Example
White with #E0B821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B821; }
p { color: rgb(224,184,33); }
H1.HeaderClassName
{
color: #E0B821;
}
.AnyTagClassName
{
color: #E0B821;
}
</style>
background-color css
<style>
a { background-color: #E0B821; }
a { background-color: rgb(224,184,33); }
div.DivClassName
{
background-color: #E0B821;
}
.BgClassName
{
background-color: #E0B821;
}
</style>
border-color css
<style>
span { border-color: #E0B821; }
span { border-color: rgb(224,184,33); }
td.TdClassName
{
border-color: #E0B821;
}
.TagClassName
{
border-color: #E0B821;
}
</style>