Shades of Gold Tips #E7B42F
Tints of Gold Tips #E7B42F
RGB
CMYK
RGB Variations
Color information
#E7B42F (or 0xE7B42F) is known color: Gold Tips. HEX triplet: E7, B4 and 2F. RGB value is (231,180,47). Sum of RGB (Red+Green+Blue) = 231+180+47=458 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.44% from 458); Green value is 180 (70.70% from 255 or 39.30% from 458); Blue value is 47 (18.75% from 255 or 10.26% from 458); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B42F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7B42F is #184BD0. Grayscale: #B4B4B4. Windows color (decimal): -1592273 or 3126503. OLE color: 3126503.
HSL color Cylindrical-coordinate representation of color #E7B42F: hue angle of 43.37º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7B42F is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 180 | 47 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.09 |
| HSL | 43.37º | 0.79% | 0.55% | - |
| HSV(B) | 43.37º | 0.8% | 0.91% | - |
| XYZ | 49.79 | 49.84 | 9.68 | - |
| YUV | 180.09 | 52.9 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 180 | 47 | 0 | 0.22 | 0.80 | 0.09 | 43.37 | 0.79 | 0.55 |
| Hex | E7 | B4 | 2F | 0 | 16 | 50 | 9 | 2B | 4F | 37 |
| Octal | 347 | 264 | 57 | 0 | 26 | 120 | 11 | 53 | 117 | 67 |
| Binary | 11100111 | 10110100 | 101111 | 0 | 10110 | 1010000 | 1001 | 101011 | 1001111 | 110111 |
Color Harmonies of #E7B42F
Complementary color
Monochromatic Colors of #E7B42F
Black with #E7B42F
Text Example
Text Example
White with #E7B42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B42F; }
p { color: rgb(231,180,47); }
H1.HeaderClassName
{
color: #E7B42F;
}
.AnyTagClassName
{
color: #E7B42F;
}
</style>
background-color css
<style>
a { background-color: #E7B42F; }
a { background-color: rgb(231,180,47); }
div.DivClassName
{
background-color: #E7B42F;
}
.BgClassName
{
background-color: #E7B42F;
}
</style>
border-color css
<style>
span { border-color: #E7B42F; }
span { border-color: rgb(231,180,47); }
td.TdClassName
{
border-color: #E7B42F;
}
.TagClassName
{
border-color: #E7B42F;
}
</style>