Shades of Gold Tips #E1BB26
Tints of Gold Tips #E1BB26
RGB
CMYK
RGB Variations
Color information
#E1BB26 (or 0xE1BB26) is known color: Gold Tips. HEX triplet: E1, BB and 26. RGB value is (225,187,38). Sum of RGB (Red+Green+Blue) = 225+187+38=450 (59% of max value = 765). Red value is 225 (88.28% from 255 or 50% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 38 (15.23% from 255 or 8.44% from 450); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BB26 is #1E44D9. Grayscale: #B6B6B6. Windows color (decimal): -1983706 or 2538465. OLE color: 2538465.
HSL color Cylindrical-coordinate representation of color #E1BB26: hue angle of 47.81º 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 #E1BB26 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 187 | 38 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.12 |
| HSL | 47.81º | 0.76% | 0.52% | - |
| HSV(B) | 47.81º | 0.83% | 0.88% | - |
| XYZ | 49.17 | 51.69 | 9.22 | - |
| YUV | 181.38 | 47.09 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 187 | 38 | 0 | 0.17 | 0.83 | 0.12 | 47.81 | 0.76 | 0.52 |
| Hex | E1 | BB | 26 | 0 | 11 | 53 | C | 30 | 4C | 34 |
| Octal | 341 | 273 | 46 | 0 | 21 | 123 | 14 | 60 | 114 | 64 |
| Binary | 11100001 | 10111011 | 100110 | 0 | 10001 | 1010011 | 1100 | 110000 | 1001100 | 110100 |
Color Harmonies of #E1BB26
Complementary color
Monochromatic Colors of #E1BB26
Black with #E1BB26
Text Example
Text Example
White with #E1BB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1BB26; }
p { color: rgb(225,187,38); }
H1.HeaderClassName
{
color: #E1BB26;
}
.AnyTagClassName
{
color: #E1BB26;
}
</style>
background-color css
<style>
a { background-color: #E1BB26; }
a { background-color: rgb(225,187,38); }
div.DivClassName
{
background-color: #E1BB26;
}
.BgClassName
{
background-color: #E1BB26;
}
</style>
border-color css
<style>
span { border-color: #E1BB26; }
span { border-color: rgb(225,187,38); }
td.TdClassName
{
border-color: #E1BB26;
}
.TagClassName
{
border-color: #E1BB26;
}
</style>