Shades of Gold Tips #E1AF1C
Tints of Gold Tips #E1AF1C
RGB
CMYK
RGB Variations
Color information
#E1AF1C (or 0xE1AF1C) is known color: Gold Tips. HEX triplet: E1, AF and 1C. RGB value is (225,175,28). Sum of RGB (Red+Green+Blue) = 225+175+28=428 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.57% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF1C is #1E50E3. Grayscale: #ADADAD. Windows color (decimal): -1986788 or 1880033. OLE color: 1880033.
HSL color Cylindrical-coordinate representation of color #E1AF1C: hue angle of 44.77º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1AF1C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 28 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.12 |
| HSL | 44.77º | 0.78% | 0.5% | - |
| HSV(B) | 44.77º | 0.88% | 0.88% | - |
| XYZ | 46.59 | 46.75 | 7.67 | - |
| YUV | 173.19 | 46.07 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 28 | 0 | 0.22 | 0.88 | 0.12 | 44.77 | 0.78 | 0.5 |
| Hex | E1 | AF | 1C | 0 | 16 | 58 | C | 2D | 4E | 32 |
| Octal | 341 | 257 | 34 | 0 | 26 | 130 | 14 | 55 | 116 | 62 |
| Binary | 11100001 | 10101111 | 11100 | 0 | 10110 | 1011000 | 1100 | 101101 | 1001110 | 110010 |
Color Harmonies of #E1AF1C
Complementary color
Monochromatic Colors of #E1AF1C
Black with #E1AF1C
Text Example
Text Example
White with #E1AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF1C; }
p { color: rgb(225,175,28); }
H1.HeaderClassName
{
color: #E1AF1C;
}
.AnyTagClassName
{
color: #E1AF1C;
}
</style>
background-color css
<style>
a { background-color: #E1AF1C; }
a { background-color: rgb(225,175,28); }
div.DivClassName
{
background-color: #E1AF1C;
}
.BgClassName
{
background-color: #E1AF1C;
}
</style>
border-color css
<style>
span { border-color: #E1AF1C; }
span { border-color: rgb(225,175,28); }
td.TdClassName
{
border-color: #E1AF1C;
}
.TagClassName
{
border-color: #E1AF1C;
}
</style>