Shades of Gold Tips #E4A628
Tints of Gold Tips #E4A628
RGB
CMYK
RGB Variations
Color information
#E4A628 (or 0xE4A628) is known color: Gold Tips. HEX triplet: E4, A6 and 28. RGB value is (228,166,40). Sum of RGB (Red+Green+Blue) = 228+166+40=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 40 (16.02% from 255 or 9.22% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A628 is #1B59D7. Grayscale: #AAAAAA. Windows color (decimal): -1792472 or 2664164. OLE color: 2664164.
HSL color Cylindrical-coordinate representation of color #E4A628: hue angle of 40.21º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E4A628 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 166 | 40 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.11 |
| HSL | 40.21º | 0.78% | 0.53% | - |
| HSV(B) | 40.21º | 0.82% | 0.89% | - |
| XYZ | 46.01 | 43.92 | 8.06 | - |
| YUV | 170.17 | 54.54 | 169.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 166 | 40 | 0 | 0.27 | 0.82 | 0.11 | 40.21 | 0.78 | 0.53 |
| Hex | E4 | A6 | 28 | 0 | 1B | 52 | B | 28 | 4E | 35 |
| Octal | 344 | 246 | 50 | 0 | 33 | 122 | 13 | 50 | 116 | 65 |
| Binary | 11100100 | 10100110 | 101000 | 0 | 11011 | 1010010 | 1011 | 101000 | 1001110 | 110101 |
Color Harmonies of #E4A628
Complementary color
Monochromatic Colors of #E4A628
Black with #E4A628
Text Example
Text Example
White with #E4A628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4A628; }
p { color: rgb(228,166,40); }
H1.HeaderClassName
{
color: #E4A628;
}
.AnyTagClassName
{
color: #E4A628;
}
</style>
background-color css
<style>
a { background-color: #E4A628; }
a { background-color: rgb(228,166,40); }
div.DivClassName
{
background-color: #E4A628;
}
.BgClassName
{
background-color: #E4A628;
}
</style>
border-color css
<style>
span { border-color: #E4A628; }
span { border-color: rgb(228,166,40); }
td.TdClassName
{
border-color: #E4A628;
}
.TagClassName
{
border-color: #E4A628;
}
</style>