Shades of Gold Tips #E3B32B
Tints of Gold Tips #E3B32B
RGB
CMYK
RGB Variations
Color information
#E3B32B (or 0xE3B32B) is known color: Gold Tips. HEX triplet: E3, B3 and 2B. RGB value is (227,179,43). Sum of RGB (Red+Green+Blue) = 227+179+43=449 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.56% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B32B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B32B is #1C4CD4. Grayscale: #B2B2B2. Windows color (decimal): -1854677 or 2864099. OLE color: 2864099.
HSL color Cylindrical-coordinate representation of color #E3B32B: hue angle of 44.35º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E3B32B is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 179 | 43 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.11 |
| HSL | 44.35º | 0.77% | 0.53% | - |
| HSV(B) | 44.35º | 0.81% | 0.89% | - |
| XYZ | 48.23 | 48.75 | 9.15 | - |
| YUV | 177.85 | 51.9 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 179 | 43 | 0 | 0.21 | 0.81 | 0.11 | 44.35 | 0.77 | 0.53 |
| Hex | E3 | B3 | 2B | 0 | 15 | 51 | B | 2C | 4D | 35 |
| Octal | 343 | 263 | 53 | 0 | 25 | 121 | 13 | 54 | 115 | 65 |
| Binary | 11100011 | 10110011 | 101011 | 0 | 10101 | 1010001 | 1011 | 101100 | 1001101 | 110101 |
Color Harmonies of #E3B32B
Complementary color
Monochromatic Colors of #E3B32B
Black with #E3B32B
Text Example
Text Example
White with #E3B32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B32B; }
p { color: rgb(227,179,43); }
H1.HeaderClassName
{
color: #E3B32B;
}
.AnyTagClassName
{
color: #E3B32B;
}
</style>
background-color css
<style>
a { background-color: #E3B32B; }
a { background-color: rgb(227,179,43); }
div.DivClassName
{
background-color: #E3B32B;
}
.BgClassName
{
background-color: #E3B32B;
}
</style>
border-color css
<style>
span { border-color: #E3B32B; }
span { border-color: rgb(227,179,43); }
td.TdClassName
{
border-color: #E3B32B;
}
.TagClassName
{
border-color: #E3B32B;
}
</style>