Shades of Gold Tips #E2BA28
Tints of Gold Tips #E2BA28
RGB
CMYK
RGB Variations
Color information
#E2BA28 (or 0xE2BA28) is known color: Gold Tips. HEX triplet: E2, BA and 28. RGB value is (226,186,40). Sum of RGB (Red+Green+Blue) = 226+186+40=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 186 (73.05% from 255 or 41.15% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BA28 is #1D45D7. Grayscale: #B5B5B5. Windows color (decimal): -1918424 or 2669282. OLE color: 2669282.
HSL color Cylindrical-coordinate representation of color #E2BA28: hue angle of 47.1º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E2BA28 is Cyan = 0, Magento = 0.18, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 186 | 40 | - |
| CMYK | 0 | 0.18 | 0.82 | 0.11 |
| HSL | 47.1º | 0.76% | 0.52% | - |
| HSV(B) | 47.1º | 0.82% | 0.89% | - |
| XYZ | 49.31 | 51.44 | 9.34 | - |
| YUV | 181.32 | 48.25 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 186 | 40 | 0 | 0.18 | 0.82 | 0.11 | 47.1 | 0.76 | 0.52 |
| Hex | E2 | BA | 28 | 0 | 12 | 52 | B | 2F | 4C | 34 |
| Octal | 342 | 272 | 50 | 0 | 22 | 122 | 13 | 57 | 114 | 64 |
| Binary | 11100010 | 10111010 | 101000 | 0 | 10010 | 1010010 | 1011 | 101111 | 1001100 | 110100 |
Color Harmonies of #E2BA28
Complementary color
Monochromatic Colors of #E2BA28
Black with #E2BA28
Text Example
Text Example
White with #E2BA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BA28; }
p { color: rgb(226,186,40); }
H1.HeaderClassName
{
color: #E2BA28;
}
.AnyTagClassName
{
color: #E2BA28;
}
</style>
background-color css
<style>
a { background-color: #E2BA28; }
a { background-color: rgb(226,186,40); }
div.DivClassName
{
background-color: #E2BA28;
}
.BgClassName
{
background-color: #E2BA28;
}
</style>
border-color css
<style>
span { border-color: #E2BA28; }
span { border-color: rgb(226,186,40); }
td.TdClassName
{
border-color: #E2BA28;
}
.TagClassName
{
border-color: #E2BA28;
}
</style>