Shades of Gold Tips #E1B428
Tints of Gold Tips #E1B428
RGB
CMYK
RGB Variations
Color information
#E1B428 (or 0xE1B428) is known color: Gold Tips. HEX triplet: E1, B4 and 28. RGB value is (225,180,40). Sum of RGB (Red+Green+Blue) = 225+180+40=445 (58% of max value = 765). Red value is 225 (88.28% from 255 or 50.56% from 445); Green value is 180 (70.70% from 255 or 40.45% from 445); Blue value is 40 (16.02% from 255 or 8.99% from 445); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B428 is #1E4BD7. Grayscale: #B2B2B2. Windows color (decimal): -1985496 or 2667745. OLE color: 2667745.
HSL color Cylindrical-coordinate representation of color #E1B428: hue angle of 45.41º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E1B428 is Cyan = 0, Magento = 0.2, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 180 | 40 | - |
| CMYK | 0 | 0.2 | 0.82 | 0.12 |
| HSL | 45.41º | 0.76% | 0.52% | - |
| HSV(B) | 45.41º | 0.82% | 0.88% | - |
| XYZ | 47.76 | 48.8 | 8.91 | - |
| YUV | 177.5 | 50.41 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 180 | 40 | 0 | 0.2 | 0.82 | 0.12 | 45.41 | 0.76 | 0.52 |
| Hex | E1 | B4 | 28 | 0 | 14 | 52 | C | 2D | 4C | 34 |
| Octal | 341 | 264 | 50 | 0 | 24 | 122 | 14 | 55 | 114 | 64 |
| Binary | 11100001 | 10110100 | 101000 | 0 | 10100 | 1010010 | 1100 | 101101 | 1001100 | 110100 |
Color Harmonies of #E1B428
Complementary color
Monochromatic Colors of #E1B428
Black with #E1B428
Text Example
Text Example
White with #E1B428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1B428; }
p { color: rgb(225,180,40); }
H1.HeaderClassName
{
color: #E1B428;
}
.AnyTagClassName
{
color: #E1B428;
}
</style>
background-color css
<style>
a { background-color: #E1B428; }
a { background-color: rgb(225,180,40); }
div.DivClassName
{
background-color: #E1B428;
}
.BgClassName
{
background-color: #E1B428;
}
</style>
border-color css
<style>
span { border-color: #E1B428; }
span { border-color: rgb(225,180,40); }
td.TdClassName
{
border-color: #E1B428;
}
.TagClassName
{
border-color: #E1B428;
}
</style>