Shades of Gold Tips #E2B72F
Tints of Gold Tips #E2B72F
RGB
CMYK
RGB Variations
Color information
#E2B72F (or 0xE2B72F) is known color: Gold Tips. HEX triplet: E2, B7 and 2F. RGB value is (226,183,47). Sum of RGB (Red+Green+Blue) = 226+183+47=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 47 (18.75% from 255 or 10.31% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B72F is #1D48D0. Grayscale: #B4B4B4. Windows color (decimal): -1919185 or 3127266. OLE color: 3127266.
HSL color Cylindrical-coordinate representation of color #E2B72F: hue angle of 45.59º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2B72F is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 183 | 47 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.11 |
| HSL | 45.59º | 0.76% | 0.54% | - |
| HSV(B) | 45.59º | 0.79% | 0.89% | - |
| XYZ | 48.81 | 50.24 | 9.81 | - |
| YUV | 180.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 183 | 47 | 0 | 0.19 | 0.79 | 0.11 | 45.59 | 0.76 | 0.54 |
| Hex | E2 | B7 | 2F | 0 | 13 | 4F | B | 2E | 4C | 36 |
| Octal | 342 | 267 | 57 | 0 | 23 | 117 | 13 | 56 | 114 | 66 |
| Binary | 11100010 | 10110111 | 101111 | 0 | 10011 | 1001111 | 1011 | 101110 | 1001100 | 110110 |
Color Harmonies of #E2B72F
Complementary color
Monochromatic Colors of #E2B72F
Black with #E2B72F
Text Example
Text Example
White with #E2B72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B72F; }
p { color: rgb(226,183,47); }
H1.HeaderClassName
{
color: #E2B72F;
}
.AnyTagClassName
{
color: #E2B72F;
}
</style>
background-color css
<style>
a { background-color: #E2B72F; }
a { background-color: rgb(226,183,47); }
div.DivClassName
{
background-color: #E2B72F;
}
.BgClassName
{
background-color: #E2B72F;
}
</style>
border-color css
<style>
span { border-color: #E2B72F; }
span { border-color: rgb(226,183,47); }
td.TdClassName
{
border-color: #E2B72F;
}
.TagClassName
{
border-color: #E2B72F;
}
</style>