Shades of Gold Tips #E0B317
Tints of Gold Tips #E0B317
RGB
CMYK
RGB Variations
Color information
#E0B317 (or 0xE0B317) is known color: Gold Tips. HEX triplet: E0, B3 and 17. RGB value is (224,179,23). Sum of RGB (Red+Green+Blue) = 224+179+23=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E0B317 is #1F4CE8. Grayscale: #AFAFAF. Windows color (decimal): -2051305 or 1553376. OLE color: 1553376.
HSL color Cylindrical-coordinate representation of color #E0B317: hue angle of 46.57º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E0B317 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 23 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.12 |
| HSL | 46.57º | 0.81% | 0.48% | - |
| HSV(B) | 46.57º | 0.9% | 0.88% | - |
| XYZ | 47.02 | 48.15 | 7.63 | - |
| YUV | 174.67 | 42.41 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 23 | 0 | 0.20 | 0.90 | 0.12 | 46.57 | 0.81 | 0.48 |
| Hex | E0 | B3 | 17 | 0 | 14 | 5A | C | 2F | 51 | 30 |
| Octal | 340 | 263 | 27 | 0 | 24 | 132 | 14 | 57 | 121 | 60 |
| Binary | 11100000 | 10110011 | 10111 | 0 | 10100 | 1011010 | 1100 | 101111 | 1010001 | 110000 |
Color Harmonies of #E0B317
Complementary color
Monochromatic Colors of #E0B317
Black with #E0B317
Text Example
Text Example
White with #E0B317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B317; }
p { color: rgb(224,179,23); }
H1.HeaderClassName
{
color: #E0B317;
}
.AnyTagClassName
{
color: #E0B317;
}
</style>
background-color css
<style>
a { background-color: #E0B317; }
a { background-color: rgb(224,179,23); }
div.DivClassName
{
background-color: #E0B317;
}
.BgClassName
{
background-color: #E0B317;
}
</style>
border-color css
<style>
span { border-color: #E0B317; }
span { border-color: rgb(224,179,23); }
td.TdClassName
{
border-color: #E0B317;
}
.TagClassName
{
border-color: #E0B317;
}
</style>