Shades of Gold Tips #E8B32F
Tints of Gold Tips #E8B32F
RGB
CMYK
RGB Variations
Color information
#E8B32F (or 0xE8B32F) is known color: Gold Tips. HEX triplet: E8, B3 and 2F. RGB value is (232,179,47). Sum of RGB (Red+Green+Blue) = 232+179+47=458 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.66% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B32F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8B32F is #174CD0. Grayscale: #B4B4B4. Windows color (decimal): -1526993 or 3126248. OLE color: 3126248.
HSL color Cylindrical-coordinate representation of color #E8B32F: hue angle of 42.81º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E8B32F is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 179 | 47 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.09 |
| HSL | 42.81º | 0.8% | 0.55% | - |
| HSV(B) | 42.81º | 0.8% | 0.91% | - |
| XYZ | 49.91 | 49.6 | 9.63 | - |
| YUV | 179.8 | 53.06 | 165.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 179 | 47 | 0 | 0.23 | 0.80 | 0.09 | 42.81 | 0.8 | 0.55 |
| Hex | E8 | B3 | 2F | 0 | 17 | 50 | 9 | 2B | 50 | 37 |
| Octal | 350 | 263 | 57 | 0 | 27 | 120 | 11 | 53 | 120 | 67 |
| Binary | 11101000 | 10110011 | 101111 | 0 | 10111 | 1010000 | 1001 | 101011 | 1010000 | 110111 |
Color Harmonies of #E8B32F
Complementary color
Monochromatic Colors of #E8B32F
Black with #E8B32F
Text Example
Text Example
White with #E8B32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B32F; }
p { color: rgb(232,179,47); }
H1.HeaderClassName
{
color: #E8B32F;
}
.AnyTagClassName
{
color: #E8B32F;
}
</style>
background-color css
<style>
a { background-color: #E8B32F; }
a { background-color: rgb(232,179,47); }
div.DivClassName
{
background-color: #E8B32F;
}
.BgClassName
{
background-color: #E8B32F;
}
</style>
border-color css
<style>
span { border-color: #E8B32F; }
span { border-color: rgb(232,179,47); }
td.TdClassName
{
border-color: #E8B32F;
}
.TagClassName
{
border-color: #E8B32F;
}
</style>