Shades of Gold Tips #E0B12E
Tints of Gold Tips #E0B12E
RGB
CMYK
RGB Variations
Color information
#E0B12E (or 0xE0B12E) is known color: Gold Tips. HEX triplet: E0, B1 and 2E. RGB value is (224,177,46). Sum of RGB (Red+Green+Blue) = 224+177+46=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 46 (18.36% from 255 or 10.29% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B12E is #1F4ED1. Grayscale: #B0B0B0. Windows color (decimal): -2051794 or 3060192. OLE color: 3060192.
HSL color Cylindrical-coordinate representation of color #E0B12E: hue angle of 44.16º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E0B12E is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 177 | 46 | - |
| CMYK | 0 | 0.21 | 0.79 | 0.12 |
| HSL | 44.16º | 0.74% | 0.53% | - |
| HSV(B) | 44.16º | 0.79% | 0.88% | - |
| XYZ | 46.96 | 47.49 | 9.28 | - |
| YUV | 176.12 | 54.57 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 46 | 0 | 0.21 | 0.79 | 0.12 | 44.16 | 0.74 | 0.53 |
| Hex | E0 | B1 | 2E | 0 | 15 | 4F | C | 2C | 4A | 35 |
| Octal | 340 | 261 | 56 | 0 | 25 | 117 | 14 | 54 | 112 | 65 |
| Binary | 11100000 | 10110001 | 101110 | 0 | 10101 | 1001111 | 1100 | 101100 | 1001010 | 110101 |
Color Harmonies of #E0B12E
Complementary color
Monochromatic Colors of #E0B12E
Black with #E0B12E
Text Example
Text Example
White with #E0B12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B12E; }
p { color: rgb(224,177,46); }
H1.HeaderClassName
{
color: #E0B12E;
}
.AnyTagClassName
{
color: #E0B12E;
}
</style>
background-color css
<style>
a { background-color: #E0B12E; }
a { background-color: rgb(224,177,46); }
div.DivClassName
{
background-color: #E0B12E;
}
.BgClassName
{
background-color: #E0B12E;
}
</style>
border-color css
<style>
span { border-color: #E0B12E; }
span { border-color: rgb(224,177,46); }
td.TdClassName
{
border-color: #E0B12E;
}
.TagClassName
{
border-color: #E0B12E;
}
</style>