Shades of Gold Tips #E6AF28
Tints of Gold Tips #E6AF28
RGB
CMYK
RGB Variations
Color information
#E6AF28 (or 0xE6AF28) is known color: Gold Tips. HEX triplet: E6, AF and 28. RGB value is (230,175,40). Sum of RGB (Red+Green+Blue) = 230+175+40=445 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.69% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 230 - color contains mainly: red. Hex color #E6AF28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6AF28 is #1950D7. Grayscale: #B0B0B0. Windows color (decimal): -1659096 or 2666470. OLE color: 2666470.
HSL color Cylindrical-coordinate representation of color #E6AF28: hue angle of 42.63º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E6AF28 is Cyan = 0, Magento = 0.24, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 175 | 40 | - |
| CMYK | 0 | 0.24 | 0.83 | 0.10 |
| HSL | 42.63º | 0.79% | 0.53% | - |
| HSV(B) | 42.63º | 0.83% | 0.9% | - |
| XYZ | 48.35 | 47.64 | 8.65 | - |
| YUV | 176.06 | 51.22 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 175 | 40 | 0 | 0.24 | 0.83 | 0.10 | 42.63 | 0.79 | 0.53 |
| Hex | E6 | AF | 28 | 0 | 18 | 53 | A | 2B | 4F | 35 |
| Octal | 346 | 257 | 50 | 0 | 30 | 123 | 12 | 53 | 117 | 65 |
| Binary | 11100110 | 10101111 | 101000 | 0 | 11000 | 1010011 | 1010 | 101011 | 1001111 | 110101 |
Color Harmonies of #E6AF28
Complementary color
Monochromatic Colors of #E6AF28
Black with #E6AF28
Text Example
Text Example
White with #E6AF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6AF28; }
p { color: rgb(230,175,40); }
H1.HeaderClassName
{
color: #E6AF28;
}
.AnyTagClassName
{
color: #E6AF28;
}
</style>
background-color css
<style>
a { background-color: #E6AF28; }
a { background-color: rgb(230,175,40); }
div.DivClassName
{
background-color: #E6AF28;
}
.BgClassName
{
background-color: #E6AF28;
}
</style>
border-color css
<style>
span { border-color: #E6AF28; }
span { border-color: rgb(230,175,40); }
td.TdClassName
{
border-color: #E6AF28;
}
.TagClassName
{
border-color: #E6AF28;
}
</style>