Shades of Gold Tips #E2AD1C
Tints of Gold Tips #E2AD1C
RGB
CMYK
RGB Variations
Color information
#E2AD1C (or 0xE2AD1C) is known color: Gold Tips. HEX triplet: E2, AD and 1C. RGB value is (226,173,28). Sum of RGB (Red+Green+Blue) = 226+173+28=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AD1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AD1C is #1D52E3. Grayscale: #ACACAC. Windows color (decimal): -1921764 or 1879522. OLE color: 1879522.
HSL color Cylindrical-coordinate representation of color #E2AD1C: hue angle of 43.94º 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 #E2AD1C is Cyan = 0, Magento = 0.23, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 173 | 28 | - |
| CMYK | 0 | 0.23 | 0.88 | 0.11 |
| HSL | 43.94º | 0.78% | 0.5% | - |
| HSV(B) | 43.94º | 0.88% | 0.89% | - |
| XYZ | 46.52 | 46.14 | 7.55 | - |
| YUV | 172.32 | 46.56 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 173 | 28 | 0 | 0.23 | 0.88 | 0.11 | 43.94 | 0.78 | 0.5 |
| Hex | E2 | AD | 1C | 0 | 17 | 58 | B | 2C | 4E | 32 |
| Octal | 342 | 255 | 34 | 0 | 27 | 130 | 13 | 54 | 116 | 62 |
| Binary | 11100010 | 10101101 | 11100 | 0 | 10111 | 1011000 | 1011 | 101100 | 1001110 | 110010 |
Color Harmonies of #E2AD1C
Complementary color
Monochromatic Colors of #E2AD1C
Black with #E2AD1C
Text Example
Text Example
White with #E2AD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AD1C; }
p { color: rgb(226,173,28); }
H1.HeaderClassName
{
color: #E2AD1C;
}
.AnyTagClassName
{
color: #E2AD1C;
}
</style>
background-color css
<style>
a { background-color: #E2AD1C; }
a { background-color: rgb(226,173,28); }
div.DivClassName
{
background-color: #E2AD1C;
}
.BgClassName
{
background-color: #E2AD1C;
}
</style>
border-color css
<style>
span { border-color: #E2AD1C; }
span { border-color: rgb(226,173,28); }
td.TdClassName
{
border-color: #E2AD1C;
}
.TagClassName
{
border-color: #E2AD1C;
}
</style>