Shades of Gold Tips #E1B627
Tints of Gold Tips #E1B627
RGB
CMYK
RGB Variations
Color information
#E1B627 (or 0xE1B627) is known color: Gold Tips. HEX triplet: E1, B6 and 27. RGB value is (225,182,39). Sum of RGB (Red+Green+Blue) = 225+182+39=446 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50.45% from 446); Green value is 182 (71.48% from 255 or 40.81% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B627 is #1E49D8. Grayscale: #B3B3B3. Windows color (decimal): -1984985 or 2602721. OLE color: 2602721.
HSL color Cylindrical-coordinate representation of color #E1B627: hue angle of 46.13º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E1B627 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 182 | 39 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.12 |
| HSL | 46.13º | 0.76% | 0.52% | - |
| HSV(B) | 46.13º | 0.83% | 0.88% | - |
| XYZ | 48.15 | 49.61 | 8.96 | - |
| YUV | 178.56 | 49.25 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 182 | 39 | 0 | 0.19 | 0.83 | 0.12 | 46.13 | 0.76 | 0.52 |
| Hex | E1 | B6 | 27 | 0 | 13 | 53 | C | 2E | 4C | 34 |
| Octal | 341 | 266 | 47 | 0 | 23 | 123 | 14 | 56 | 114 | 64 |
| Binary | 11100001 | 10110110 | 100111 | 0 | 10011 | 1010011 | 1100 | 101110 | 1001100 | 110100 |
Color Harmonies of #E1B627
Complementary color
Monochromatic Colors of #E1B627
Black with #E1B627
Text Example
Text Example
White with #E1B627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B627; }
p { color: rgb(225,182,39); }
H1.HeaderClassName
{
color: #E1B627;
}
.AnyTagClassName
{
color: #E1B627;
}
</style>
background-color css
<style>
a { background-color: #E1B627; }
a { background-color: rgb(225,182,39); }
div.DivClassName
{
background-color: #E1B627;
}
.BgClassName
{
background-color: #E1B627;
}
</style>
border-color css
<style>
span { border-color: #E1B627; }
span { border-color: rgb(225,182,39); }
td.TdClassName
{
border-color: #E1B627;
}
.TagClassName
{
border-color: #E1B627;
}
</style>