Shades of Gold Tips #E8B32D
Tints of Gold Tips #E8B32D
RGB
CMYK
RGB Variations
Color information
#E8B32D (or 0xE8B32D) is known color: Gold Tips. HEX triplet: E8, B3 and 2D. RGB value is (232,179,45). Sum of RGB (Red+Green+Blue) = 232+179+45=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 45 (17.97% from 255 or 9.87% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8B32D is #174CD2. Grayscale: #B4B4B4. Windows color (decimal): -1526995 or 2995176. OLE color: 2995176.
HSL color Cylindrical-coordinate representation of color #E8B32D: hue angle of 42.99º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E8B32D is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 179 | 45 | - |
| CMYK | 0 | 0.23 | 0.81 | 0.09 |
| HSL | 42.99º | 0.8% | 0.54% | - |
| HSV(B) | 42.99º | 0.81% | 0.91% | - |
| XYZ | 49.87 | 49.59 | 9.43 | - |
| YUV | 179.57 | 52.06 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 179 | 45 | 0 | 0.23 | 0.81 | 0.09 | 42.99 | 0.8 | 0.54 |
| Hex | E8 | B3 | 2D | 0 | 17 | 51 | 9 | 2B | 50 | 36 |
| Octal | 350 | 263 | 55 | 0 | 27 | 121 | 11 | 53 | 120 | 66 |
| Binary | 11101000 | 10110011 | 101101 | 0 | 10111 | 1010001 | 1001 | 101011 | 1010000 | 110110 |
Color Harmonies of #E8B32D
Complementary color
Monochromatic Colors of #E8B32D
Black with #E8B32D
Text Example
Text Example
White with #E8B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B32D; }
p { color: rgb(232,179,45); }
H1.HeaderClassName
{
color: #E8B32D;
}
.AnyTagClassName
{
color: #E8B32D;
}
</style>
background-color css
<style>
a { background-color: #E8B32D; }
a { background-color: rgb(232,179,45); }
div.DivClassName
{
background-color: #E8B32D;
}
.BgClassName
{
background-color: #E8B32D;
}
</style>
border-color css
<style>
span { border-color: #E8B32D; }
span { border-color: rgb(232,179,45); }
td.TdClassName
{
border-color: #E8B32D;
}
.TagClassName
{
border-color: #E8B32D;
}
</style>