Shades of Gold Tips #E5B331
Tints of Gold Tips #E5B331
RGB
CMYK
RGB Variations
Color information
#E5B331 (or 0xE5B331) is known color: Gold Tips. HEX triplet: E5, B3 and 31. RGB value is (229,179,49). Sum of RGB (Red+Green+Blue) = 229+179+49=457 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.11% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B331 is #1A4CCE. Grayscale: #B3B3B3. Windows color (decimal): -1723599 or 3257317. OLE color: 3257317.
HSL color Cylindrical-coordinate representation of color #E5B331: hue angle of 43.33º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5B331 is Cyan = 0, Magento = 0.22, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 179 | 49 | - |
| CMYK | 0 | 0.22 | 0.79 | 0.10 |
| HSL | 43.33º | 0.78% | 0.55% | - |
| HSV(B) | 43.33º | 0.79% | 0.9% | - |
| XYZ | 48.99 | 49.12 | 9.8 | - |
| YUV | 179.13 | 54.57 | 163.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 179 | 49 | 0 | 0.22 | 0.79 | 0.10 | 43.33 | 0.78 | 0.55 |
| Hex | E5 | B3 | 31 | 0 | 16 | 4F | A | 2B | 4E | 37 |
| Octal | 345 | 263 | 61 | 0 | 26 | 117 | 12 | 53 | 116 | 67 |
| Binary | 11100101 | 10110011 | 110001 | 0 | 10110 | 1001111 | 1010 | 101011 | 1001110 | 110111 |
Color Harmonies of #E5B331
Complementary color
Monochromatic Colors of #E5B331
Black with #E5B331
Text Example
Text Example
White with #E5B331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B331; }
p { color: rgb(229,179,49); }
H1.HeaderClassName
{
color: #E5B331;
}
.AnyTagClassName
{
color: #E5B331;
}
</style>
background-color css
<style>
a { background-color: #E5B331; }
a { background-color: rgb(229,179,49); }
div.DivClassName
{
background-color: #E5B331;
}
.BgClassName
{
background-color: #E5B331;
}
</style>
border-color css
<style>
span { border-color: #E5B331; }
span { border-color: rgb(229,179,49); }
td.TdClassName
{
border-color: #E5B331;
}
.TagClassName
{
border-color: #E5B331;
}
</style>