Shades of Gold Tips #E1B831
Tints of Gold Tips #E1B831
RGB
CMYK
RGB Variations
Color information
#E1B831 (or 0xE1B831) is known color: Gold Tips. HEX triplet: E1, B8 and 31. RGB value is (225,184,49). Sum of RGB (Red+Green+Blue) = 225+184+49=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 184 (72.27% from 255 or 40.17% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B831 is #1E47CE. Grayscale: #B5B5B5. Windows color (decimal): -1984463 or 3258593. OLE color: 3258593.
HSL color Cylindrical-coordinate representation of color #E1B831: hue angle of 46.02º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E1B831 is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 184 | 49 | - |
| CMYK | 0 | 0.18 | 0.78 | 0.12 |
| HSL | 46.02º | 0.75% | 0.54% | - |
| HSV(B) | 46.02º | 0.78% | 0.88% | - |
| XYZ | 48.75 | 50.51 | 10.09 | - |
| YUV | 180.87 | 53.58 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 184 | 49 | 0 | 0.18 | 0.78 | 0.12 | 46.02 | 0.75 | 0.54 |
| Hex | E1 | B8 | 31 | 0 | 12 | 4E | C | 2E | 4B | 36 |
| Octal | 341 | 270 | 61 | 0 | 22 | 116 | 14 | 56 | 113 | 66 |
| Binary | 11100001 | 10111000 | 110001 | 0 | 10010 | 1001110 | 1100 | 101110 | 1001011 | 110110 |
Color Harmonies of #E1B831
Complementary color
Monochromatic Colors of #E1B831
Black with #E1B831
Text Example
Text Example
White with #E1B831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B831; }
p { color: rgb(225,184,49); }
H1.HeaderClassName
{
color: #E1B831;
}
.AnyTagClassName
{
color: #E1B831;
}
</style>
background-color css
<style>
a { background-color: #E1B831; }
a { background-color: rgb(225,184,49); }
div.DivClassName
{
background-color: #E1B831;
}
.BgClassName
{
background-color: #E1B831;
}
</style>
border-color css
<style>
span { border-color: #E1B831; }
span { border-color: rgb(225,184,49); }
td.TdClassName
{
border-color: #E1B831;
}
.TagClassName
{
border-color: #E1B831;
}
</style>