Shades of Gold Tips #E0B727
Tints of Gold Tips #E0B727
RGB
CMYK
RGB Variations
Color information
#E0B727 (or 0xE0B727) is known color: Gold Tips. HEX triplet: E0, B7 and 27. RGB value is (224,183,39). Sum of RGB (Red+Green+Blue) = 224+183+39=446 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.22% from 446); Green value is 183 (71.88% from 255 or 41.03% from 446); Blue value is 39 (15.62% from 255 or 8.74% from 446); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B727 is #1F48D8. Grayscale: #B3B3B3. Windows color (decimal): -2050265 or 2602976. OLE color: 2602976.
HSL color Cylindrical-coordinate representation of color #E0B727: hue angle of 46.7º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E0B727 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 183 | 39 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.12 |
| HSL | 46.7º | 0.75% | 0.52% | - |
| HSV(B) | 46.7º | 0.83% | 0.88% | - |
| XYZ | 48.04 | 49.86 | 9.01 | - |
| YUV | 178.84 | 49.08 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 183 | 39 | 0 | 0.18 | 0.83 | 0.12 | 46.7 | 0.75 | 0.52 |
| Hex | E0 | B7 | 27 | 0 | 12 | 53 | C | 2F | 4B | 34 |
| Octal | 340 | 267 | 47 | 0 | 22 | 123 | 14 | 57 | 113 | 64 |
| Binary | 11100000 | 10110111 | 100111 | 0 | 10010 | 1010011 | 1100 | 101111 | 1001011 | 110100 |
Color Harmonies of #E0B727
Complementary color
Monochromatic Colors of #E0B727
Black with #E0B727
Text Example
Text Example
White with #E0B727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B727; }
p { color: rgb(224,183,39); }
H1.HeaderClassName
{
color: #E0B727;
}
.AnyTagClassName
{
color: #E0B727;
}
</style>
background-color css
<style>
a { background-color: #E0B727; }
a { background-color: rgb(224,183,39); }
div.DivClassName
{
background-color: #E0B727;
}
.BgClassName
{
background-color: #E0B727;
}
</style>
border-color css
<style>
span { border-color: #E0B727; }
span { border-color: rgb(224,183,39); }
td.TdClassName
{
border-color: #E0B727;
}
.TagClassName
{
border-color: #E0B727;
}
</style>