Shades of Gold Tips #E2BD23
Tints of Gold Tips #E2BD23
RGB
CMYK
RGB Variations
Color information
#E2BD23 (or 0xE2BD23) is known color: Gold Tips. HEX triplet: E2, BD and 23. RGB value is (226,189,35). Sum of RGB (Red+Green+Blue) = 226+189+35=450 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50.22% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 35 (14.06% from 255 or 7.78% from 450); Max value from RGB is 226 - color contains mainly: red. Hex color #E2BD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2BD23 is #1D42DC. Grayscale: #B7B7B7. Windows color (decimal): -1917661 or 2342370. OLE color: 2342370.
HSL color Cylindrical-coordinate representation of color #E2BD23: hue angle of 48.38º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E2BD23 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 189 | 35 | - |
| CMYK | 0 | 0.16 | 0.85 | 0.11 |
| HSL | 48.38º | 0.77% | 0.51% | - |
| HSV(B) | 48.38º | 0.85% | 0.89% | - |
| XYZ | 49.87 | 52.69 | 9.13 | - |
| YUV | 182.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 189 | 35 | 0 | 0.16 | 0.85 | 0.11 | 48.38 | 0.77 | 0.51 |
| Hex | E2 | BD | 23 | 0 | 10 | 55 | B | 30 | 4D | 33 |
| Octal | 342 | 275 | 43 | 0 | 20 | 125 | 13 | 60 | 115 | 63 |
| Binary | 11100010 | 10111101 | 100011 | 0 | 10000 | 1010101 | 1011 | 110000 | 1001101 | 110011 |
Color Harmonies of #E2BD23
Complementary color
Monochromatic Colors of #E2BD23
Black with #E2BD23
Text Example
Text Example
White with #E2BD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2BD23; }
p { color: rgb(226,189,35); }
H1.HeaderClassName
{
color: #E2BD23;
}
.AnyTagClassName
{
color: #E2BD23;
}
</style>
background-color css
<style>
a { background-color: #E2BD23; }
a { background-color: rgb(226,189,35); }
div.DivClassName
{
background-color: #E2BD23;
}
.BgClassName
{
background-color: #E2BD23;
}
</style>
border-color css
<style>
span { border-color: #E2BD23; }
span { border-color: rgb(226,189,35); }
td.TdClassName
{
border-color: #E2BD23;
}
.TagClassName
{
border-color: #E2BD23;
}
</style>