Shades of Gold Tips #E8AD1B
Tints of Gold Tips #E8AD1B
RGB
CMYK
RGB Variations
Color information
#E8AD1B (or 0xE8AD1B) is known color: Gold Tips. HEX triplet: E8, AD and 1B. RGB value is (232,173,27). Sum of RGB (Red+Green+Blue) = 232+173+27=432 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.70% from 432); Green value is 173 (67.97% from 255 or 40.05% from 432); Blue value is 27 (10.94% from 255 or 6.25% from 432); Max value from RGB is 232 - color contains mainly: red. Hex color #E8AD1B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8AD1B is #1752E4. Grayscale: #AEAEAE. Windows color (decimal): -1528549 or 1813992. OLE color: 1813992.
HSL color Cylindrical-coordinate representation of color #E8AD1B: hue angle of 42.73º 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 #E8AD1B is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 173 | 27 | - |
| CMYK | 0 | 0.25 | 0.88 | 0.09 |
| HSL | 42.73º | 0.82% | 0.51% | - |
| HSV(B) | 42.73º | 0.88% | 0.91% | - |
| XYZ | 48.42 | 47.12 | 7.58 | - |
| YUV | 174 | 45.05 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 173 | 27 | 0 | 0.25 | 0.88 | 0.09 | 42.73 | 0.82 | 0.51 |
| Hex | E8 | AD | 1B | 0 | 19 | 58 | 9 | 2B | 52 | 33 |
| Octal | 350 | 255 | 33 | 0 | 31 | 130 | 11 | 53 | 122 | 63 |
| Binary | 11101000 | 10101101 | 11011 | 0 | 11001 | 1011000 | 1001 | 101011 | 1010010 | 110011 |
Color Harmonies of #E8AD1B
Complementary color
Monochromatic Colors of #E8AD1B
Black with #E8AD1B
Text Example
Text Example
White with #E8AD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8AD1B; }
p { color: rgb(232,173,27); }
H1.HeaderClassName
{
color: #E8AD1B;
}
.AnyTagClassName
{
color: #E8AD1B;
}
</style>
background-color css
<style>
a { background-color: #E8AD1B; }
a { background-color: rgb(232,173,27); }
div.DivClassName
{
background-color: #E8AD1B;
}
.BgClassName
{
background-color: #E8AD1B;
}
</style>
border-color css
<style>
span { border-color: #E8AD1B; }
span { border-color: rgb(232,173,27); }
td.TdClassName
{
border-color: #E8AD1B;
}
.TagClassName
{
border-color: #E8AD1B;
}
</style>