Shades of Gold Tips #E2B62F
Tints of Gold Tips #E2B62F
RGB
CMYK
RGB Variations
Color information
#E2B62F (or 0xE2B62F) is known color: Gold Tips. HEX triplet: E2, B6 and 2F. RGB value is (226,182,47). Sum of RGB (Red+Green+Blue) = 226+182+47=455 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.67% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B62F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E2B62F is #1D49D0. Grayscale: #B4B4B4. Windows color (decimal): -1919441 or 3127010. OLE color: 3127010.
HSL color Cylindrical-coordinate representation of color #E2B62F: hue angle of 45.25º 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 #E2B62F is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 182 | 47 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.11 |
| HSL | 45.25º | 0.76% | 0.54% | - |
| HSV(B) | 45.25º | 0.79% | 0.89% | - |
| XYZ | 48.61 | 49.83 | 9.75 | - |
| YUV | 179.77 | 53.08 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 182 | 47 | 0 | 0.19 | 0.79 | 0.11 | 45.25 | 0.76 | 0.54 |
| Hex | E2 | B6 | 2F | 0 | 13 | 4F | B | 2D | 4C | 36 |
| Octal | 342 | 266 | 57 | 0 | 23 | 117 | 13 | 55 | 114 | 66 |
| Binary | 11100010 | 10110110 | 101111 | 0 | 10011 | 1001111 | 1011 | 101101 | 1001100 | 110110 |
Color Harmonies of #E2B62F
Complementary color
Monochromatic Colors of #E2B62F
Black with #E2B62F
Text Example
Text Example
White with #E2B62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2B62F; }
p { color: rgb(226,182,47); }
H1.HeaderClassName
{
color: #E2B62F;
}
.AnyTagClassName
{
color: #E2B62F;
}
</style>
background-color css
<style>
a { background-color: #E2B62F; }
a { background-color: rgb(226,182,47); }
div.DivClassName
{
background-color: #E2B62F;
}
.BgClassName
{
background-color: #E2B62F;
}
</style>
border-color css
<style>
span { border-color: #E2B62F; }
span { border-color: rgb(226,182,47); }
td.TdClassName
{
border-color: #E2B62F;
}
.TagClassName
{
border-color: #E2B62F;
}
</style>