Shades of Gold Tips #E1B631
Tints of Gold Tips #E1B631
RGB
CMYK
RGB Variations
Color information
#E1B631 (or 0xE1B631) is known color: Gold Tips. HEX triplet: E1, B6 and 31. RGB value is (225,182,49). Sum of RGB (Red+Green+Blue) = 225+182+49=456 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.34% from 456); Green value is 182 (71.48% from 255 or 39.91% from 456); Blue value is 49 (19.53% from 255 or 10.75% from 456); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B631 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B631 is #1E49CE. Grayscale: #B4B4B4. Windows color (decimal): -1984975 or 3258081. OLE color: 3258081.
HSL color Cylindrical-coordinate representation of color #E1B631: hue angle of 45.34º 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 #E1B631 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 49 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.12 |
| HSL | 45.34º | 0.75% | 0.54% | - |
| HSV(B) | 45.34º | 0.78% | 0.88% | - |
| XYZ | 48.33 | 49.69 | 9.95 | - |
| YUV | 179.7 | 54.25 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 49 | 0 | 0.19 | 0.78 | 0.12 | 45.34 | 0.75 | 0.54 |
| Hex | E1 | B6 | 31 | 0 | 13 | 4E | C | 2D | 4B | 36 |
| Octal | 341 | 266 | 61 | 0 | 23 | 116 | 14 | 55 | 113 | 66 |
| Binary | 11100001 | 10110110 | 110001 | 0 | 10011 | 1001110 | 1100 | 101101 | 1001011 | 110110 |
Color Harmonies of #E1B631
Complementary color
Monochromatic Colors of #E1B631
Black with #E1B631
Text Example
Text Example
White with #E1B631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B631; }
p { color: rgb(225,182,49); }
H1.HeaderClassName
{
color: #E1B631;
}
.AnyTagClassName
{
color: #E1B631;
}
</style>
background-color css
<style>
a { background-color: #E1B631; }
a { background-color: rgb(225,182,49); }
div.DivClassName
{
background-color: #E1B631;
}
.BgClassName
{
background-color: #E1B631;
}
</style>
border-color css
<style>
span { border-color: #E1B631; }
span { border-color: rgb(225,182,49); }
td.TdClassName
{
border-color: #E1B631;
}
.TagClassName
{
border-color: #E1B631;
}
</style>