Shades of Gold Tips #E2B21C
Tints of Gold Tips #E2B21C
RGB
CMYK
RGB Variations
Color information
#E2B21C (or 0xE2B21C) is known color: Gold Tips. HEX triplet: E2, B2 and 1C. RGB value is (226,178,28). Sum of RGB (Red+Green+Blue) = 226+178+28=432 (57% of max value = 765). Red value is 226 (88.67% from 255 or 52.31% from 432); Green value is 178 (69.92% from 255 or 41.20% from 432); Blue value is 28 (11.33% from 255 or 6.48% from 432); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2B21C is #1D4DE3. Grayscale: #AFAFAF. Windows color (decimal): -1920484 or 1880802. OLE color: 1880802.
HSL color Cylindrical-coordinate representation of color #E2B21C: hue angle of 45.45º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E2B21C is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 178 | 28 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.11 |
| HSL | 45.45º | 0.78% | 0.5% | - |
| HSV(B) | 45.45º | 0.88% | 0.89% | - |
| XYZ | 47.49 | 48.09 | 7.88 | - |
| YUV | 175.25 | 44.9 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 178 | 28 | 0 | 0.21 | 0.88 | 0.11 | 45.45 | 0.78 | 0.5 |
| Hex | E2 | B2 | 1C | 0 | 15 | 58 | B | 2D | 4E | 32 |
| Octal | 342 | 262 | 34 | 0 | 25 | 130 | 13 | 55 | 116 | 62 |
| Binary | 11100010 | 10110010 | 11100 | 0 | 10101 | 1011000 | 1011 | 101101 | 1001110 | 110010 |
Color Harmonies of #E2B21C
Complementary color
Monochromatic Colors of #E2B21C
Black with #E2B21C
Text Example
Text Example
White with #E2B21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B21C; }
p { color: rgb(226,178,28); }
H1.HeaderClassName
{
color: #E2B21C;
}
.AnyTagClassName
{
color: #E2B21C;
}
</style>
background-color css
<style>
a { background-color: #E2B21C; }
a { background-color: rgb(226,178,28); }
div.DivClassName
{
background-color: #E2B21C;
}
.BgClassName
{
background-color: #E2B21C;
}
</style>
border-color css
<style>
span { border-color: #E2B21C; }
span { border-color: rgb(226,178,28); }
td.TdClassName
{
border-color: #E2B21C;
}
.TagClassName
{
border-color: #E2B21C;
}
</style>