Shades of Gold Tips #E2AF28
Tints of Gold Tips #E2AF28
RGB
CMYK
RGB Variations
Color information
#E2AF28 (or 0xE2AF28) is known color: Gold Tips. HEX triplet: E2, AF and 28. RGB value is (226,175,40). Sum of RGB (Red+Green+Blue) = 226+175+40=441 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.25% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 226 - color contains mainly: red. Hex color #E2AF28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2AF28 is #1D50D7. Grayscale: #AFAFAF. Windows color (decimal): -1921240 or 2666466. OLE color: 2666466.
HSL color Cylindrical-coordinate representation of color #E2AF28: hue angle of 43.55º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2AF28 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 175 | 40 | - |
| CMYK | 0 | 0.23 | 0.82 | 0.11 |
| HSL | 43.55º | 0.76% | 0.52% | - |
| HSV(B) | 43.55º | 0.82% | 0.89% | - |
| XYZ | 47.08 | 46.98 | 8.59 | - |
| YUV | 174.86 | 51.9 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 175 | 40 | 0 | 0.23 | 0.82 | 0.11 | 43.55 | 0.76 | 0.52 |
| Hex | E2 | AF | 28 | 0 | 17 | 52 | B | 2C | 4C | 34 |
| Octal | 342 | 257 | 50 | 0 | 27 | 122 | 13 | 54 | 114 | 64 |
| Binary | 11100010 | 10101111 | 101000 | 0 | 10111 | 1010010 | 1011 | 101100 | 1001100 | 110100 |
Color Harmonies of #E2AF28
Complementary color
Monochromatic Colors of #E2AF28
Black with #E2AF28
Text Example
Text Example
White with #E2AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2AF28; }
p { color: rgb(226,175,40); }
H1.HeaderClassName
{
color: #E2AF28;
}
.AnyTagClassName
{
color: #E2AF28;
}
</style>
background-color css
<style>
a { background-color: #E2AF28; }
a { background-color: rgb(226,175,40); }
div.DivClassName
{
background-color: #E2AF28;
}
.BgClassName
{
background-color: #E2AF28;
}
</style>
border-color css
<style>
span { border-color: #E2AF28; }
span { border-color: rgb(226,175,40); }
td.TdClassName
{
border-color: #E2AF28;
}
.TagClassName
{
border-color: #E2AF28;
}
</style>