Shades of Gold Tips #E8B81C
Tints of Gold Tips #E8B81C
RGB
CMYK
RGB Variations
Color information
#E8B81C (or 0xE8B81C) is known color: Gold Tips. HEX triplet: E8, B8 and 1C. RGB value is (232,184,28). Sum of RGB (Red+Green+Blue) = 232+184+28=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 184 (72.27% from 255 or 41.44% from 444); Blue value is 28 (11.33% from 255 or 6.31% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8B81C is #1747E3. Grayscale: #B5B5B5. Windows color (decimal): -1525732 or 1882344. OLE color: 1882344.
HSL color Cylindrical-coordinate representation of color #E8B81C: hue angle of 45.88º 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 #E8B81C is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 184 | 28 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.09 |
| HSL | 45.88º | 0.82% | 0.51% | - |
| HSV(B) | 45.88º | 0.88% | 0.91% | - |
| XYZ | 50.63 | 51.52 | 8.37 | - |
| YUV | 180.57 | 41.9 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 184 | 28 | 0 | 0.21 | 0.88 | 0.09 | 45.88 | 0.82 | 0.51 |
| Hex | E8 | B8 | 1C | 0 | 15 | 58 | 9 | 2E | 52 | 33 |
| Octal | 350 | 270 | 34 | 0 | 25 | 130 | 11 | 56 | 122 | 63 |
| Binary | 11101000 | 10111000 | 11100 | 0 | 10101 | 1011000 | 1001 | 101110 | 1010010 | 110011 |
Color Harmonies of #E8B81C
Complementary color
Monochromatic Colors of #E8B81C
Black with #E8B81C
Text Example
Text Example
White with #E8B81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B81C; }
p { color: rgb(232,184,28); }
H1.HeaderClassName
{
color: #E8B81C;
}
.AnyTagClassName
{
color: #E8B81C;
}
</style>
background-color css
<style>
a { background-color: #E8B81C; }
a { background-color: rgb(232,184,28); }
div.DivClassName
{
background-color: #E8B81C;
}
.BgClassName
{
background-color: #E8B81C;
}
</style>
border-color css
<style>
span { border-color: #E8B81C; }
span { border-color: rgb(232,184,28); }
td.TdClassName
{
border-color: #E8B81C;
}
.TagClassName
{
border-color: #E8B81C;
}
</style>