Shades of Gold Tips #E3B32C
Tints of Gold Tips #E3B32C
RGB
CMYK
RGB Variations
Color information
#E3B32C (or 0xE3B32C) is known color: Gold Tips. HEX triplet: E3, B3 and 2C. RGB value is (227,179,44). Sum of RGB (Red+Green+Blue) = 227+179+44=450 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.44% from 450); Green value is 179 (70.31% from 255 or 39.78% from 450); Blue value is 44 (17.58% from 255 or 9.78% from 450); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3B32C is #1C4CD3. Grayscale: #B2B2B2. Windows color (decimal): -1854676 or 2929635. OLE color: 2929635.
HSL color Cylindrical-coordinate representation of color #E3B32C: hue angle of 44.26º 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 #E3B32C is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 179 | 44 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.11 |
| HSL | 44.26º | 0.77% | 0.53% | - |
| HSV(B) | 44.26º | 0.81% | 0.89% | - |
| XYZ | 48.25 | 48.75 | 9.25 | - |
| YUV | 177.96 | 52.4 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 179 | 44 | 0 | 0.21 | 0.81 | 0.11 | 44.26 | 0.77 | 0.53 |
| Hex | E3 | B3 | 2C | 0 | 15 | 51 | B | 2C | 4D | 35 |
| Octal | 343 | 263 | 54 | 0 | 25 | 121 | 13 | 54 | 115 | 65 |
| Binary | 11100011 | 10110011 | 101100 | 0 | 10101 | 1010001 | 1011 | 101100 | 1001101 | 110101 |
Color Harmonies of #E3B32C
Complementary color
Monochromatic Colors of #E3B32C
Black with #E3B32C
Text Example
Text Example
White with #E3B32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3B32C; }
p { color: rgb(227,179,44); }
H1.HeaderClassName
{
color: #E3B32C;
}
.AnyTagClassName
{
color: #E3B32C;
}
</style>
background-color css
<style>
a { background-color: #E3B32C; }
a { background-color: rgb(227,179,44); }
div.DivClassName
{
background-color: #E3B32C;
}
.BgClassName
{
background-color: #E3B32C;
}
</style>
border-color css
<style>
span { border-color: #E3B32C; }
span { border-color: rgb(227,179,44); }
td.TdClassName
{
border-color: #E3B32C;
}
.TagClassName
{
border-color: #E3B32C;
}
</style>