Shades of Gold Tips #E0B331
Tints of Gold Tips #E0B331
RGB
CMYK
RGB Variations
Color information
#E0B331 (or 0xE0B331) is known color: Gold Tips. HEX triplet: E0, B3 and 31. RGB value is (224,179,49). Sum of RGB (Red+Green+Blue) = 224+179+49=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 179 (70.31% from 255 or 39.60% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B331 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B331 is #1F4CCE. Grayscale: #B2B2B2. Windows color (decimal): -2051279 or 3257312. OLE color: 3257312.
HSL color Cylindrical-coordinate representation of color #E0B331: hue angle of 44.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E0B331 is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 49 | - |
| CMYK | 0 | 0.20 | 0.78 | 0.12 |
| HSL | 44.57º | 0.74% | 0.54% | - |
| HSV(B) | 44.57º | 0.78% | 0.88% | - |
| XYZ | 47.41 | 48.31 | 9.73 | - |
| YUV | 177.64 | 55.41 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 49 | 0 | 0.20 | 0.78 | 0.12 | 44.57 | 0.74 | 0.54 |
| Hex | E0 | B3 | 31 | 0 | 14 | 4E | C | 2D | 4A | 36 |
| Octal | 340 | 263 | 61 | 0 | 24 | 116 | 14 | 55 | 112 | 66 |
| Binary | 11100000 | 10110011 | 110001 | 0 | 10100 | 1001110 | 1100 | 101101 | 1001010 | 110110 |
Color Harmonies of #E0B331
Complementary color
Monochromatic Colors of #E0B331
Black with #E0B331
Text Example
Text Example
White with #E0B331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B331; }
p { color: rgb(224,179,49); }
H1.HeaderClassName
{
color: #E0B331;
}
.AnyTagClassName
{
color: #E0B331;
}
</style>
background-color css
<style>
a { background-color: #E0B331; }
a { background-color: rgb(224,179,49); }
div.DivClassName
{
background-color: #E0B331;
}
.BgClassName
{
background-color: #E0B331;
}
</style>
border-color css
<style>
span { border-color: #E0B331; }
span { border-color: rgb(224,179,49); }
td.TdClassName
{
border-color: #E0B331;
}
.TagClassName
{
border-color: #E0B331;
}
</style>