Shades of Gold Tips #E8B41C
Tints of Gold Tips #E8B41C
RGB
CMYK
RGB Variations
Color information
#E8B41C (or 0xE8B41C) is known color: Gold Tips. HEX triplet: E8, B4 and 1C. RGB value is (232,180,28). Sum of RGB (Red+Green+Blue) = 232+180+28=440 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.73% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B41C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8B41C is #174BE3. Grayscale: #B2B2B2. Windows color (decimal): -1526756 or 1881320. OLE color: 1881320.
HSL color Cylindrical-coordinate representation of color #E8B41C: hue angle of 44.71º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E8B41C is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 180 | 28 | - |
| CMYK | 0 | 0.22 | 0.88 | 0.09 |
| HSL | 44.71º | 0.82% | 0.51% | - |
| HSV(B) | 44.71º | 0.88% | 0.91% | - |
| XYZ | 49.81 | 49.88 | 8.1 | - |
| YUV | 178.22 | 43.23 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 180 | 28 | 0 | 0.22 | 0.88 | 0.09 | 44.71 | 0.82 | 0.51 |
| Hex | E8 | B4 | 1C | 0 | 16 | 58 | 9 | 2D | 52 | 33 |
| Octal | 350 | 264 | 34 | 0 | 26 | 130 | 11 | 55 | 122 | 63 |
| Binary | 11101000 | 10110100 | 11100 | 0 | 10110 | 1011000 | 1001 | 101101 | 1010010 | 110011 |
Color Harmonies of #E8B41C
Complementary color
Monochromatic Colors of #E8B41C
Black with #E8B41C
Text Example
Text Example
White with #E8B41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B41C; }
p { color: rgb(232,180,28); }
H1.HeaderClassName
{
color: #E8B41C;
}
.AnyTagClassName
{
color: #E8B41C;
}
</style>
background-color css
<style>
a { background-color: #E8B41C; }
a { background-color: rgb(232,180,28); }
div.DivClassName
{
background-color: #E8B41C;
}
.BgClassName
{
background-color: #E8B41C;
}
</style>
border-color css
<style>
span { border-color: #E8B41C; }
span { border-color: rgb(232,180,28); }
td.TdClassName
{
border-color: #E8B41C;
}
.TagClassName
{
border-color: #E8B41C;
}
</style>