Shades of Gold Tips #E1AF23
Tints of Gold Tips #E1AF23
RGB
CMYK
RGB Variations
Color information
#E1AF23 (or 0xE1AF23) is known color: Gold Tips. HEX triplet: E1, AF and 23. RGB value is (225,175,35). Sum of RGB (Red+Green+Blue) = 225+175+35=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1AF23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1AF23 is #1E50DC. Grayscale: #AEAEAE. Windows color (decimal): -1986781 or 2338785. OLE color: 2338785.
HSL color Cylindrical-coordinate representation of color #E1AF23: hue angle of 44.21º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E1AF23 is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 175 | 35 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.12 |
| HSL | 44.21º | 0.76% | 0.51% | - |
| HSV(B) | 44.21º | 0.84% | 0.88% | - |
| XYZ | 46.68 | 46.79 | 8.16 | - |
| YUV | 173.99 | 49.57 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 175 | 35 | 0 | 0.22 | 0.84 | 0.12 | 44.21 | 0.76 | 0.51 |
| Hex | E1 | AF | 23 | 0 | 16 | 54 | C | 2C | 4C | 33 |
| Octal | 341 | 257 | 43 | 0 | 26 | 124 | 14 | 54 | 114 | 63 |
| Binary | 11100001 | 10101111 | 100011 | 0 | 10110 | 1010100 | 1100 | 101100 | 1001100 | 110011 |
Color Harmonies of #E1AF23
Complementary color
Monochromatic Colors of #E1AF23
Black with #E1AF23
Text Example
Text Example
White with #E1AF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1AF23; }
p { color: rgb(225,175,35); }
H1.HeaderClassName
{
color: #E1AF23;
}
.AnyTagClassName
{
color: #E1AF23;
}
</style>
background-color css
<style>
a { background-color: #E1AF23; }
a { background-color: rgb(225,175,35); }
div.DivClassName
{
background-color: #E1AF23;
}
.BgClassName
{
background-color: #E1AF23;
}
</style>
border-color css
<style>
span { border-color: #E1AF23; }
span { border-color: rgb(225,175,35); }
td.TdClassName
{
border-color: #E1AF23;
}
.TagClassName
{
border-color: #E1AF23;
}
</style>