Shades of Gold Tips #E0B333
Tints of Gold Tips #E0B333
RGB
CMYK
RGB Variations
Color information
#E0B333 (or 0xE0B333) is known color: Gold Tips. HEX triplet: E0, B3 and 33. RGB value is (224,179,51). Sum of RGB (Red+Green+Blue) = 224+179+51=454 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.34% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 51 (20.31% from 255 or 11.23% from 454); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E0B333 is #1F4CCC. Grayscale: #B2B2B2. Windows color (decimal): -2051277 or 3388384. OLE color: 3388384.
HSL color Cylindrical-coordinate representation of color #E0B333: hue angle of 44.39º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E0B333 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 179 | 51 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.12 |
| HSL | 44.39º | 0.74% | 0.54% | - |
| HSV(B) | 44.39º | 0.77% | 0.88% | - |
| XYZ | 47.46 | 48.33 | 9.96 | - |
| YUV | 177.86 | 56.41 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 179 | 51 | 0 | 0.20 | 0.77 | 0.12 | 44.39 | 0.74 | 0.54 |
| Hex | E0 | B3 | 33 | 0 | 14 | 4D | C | 2C | 4A | 36 |
| Octal | 340 | 263 | 63 | 0 | 24 | 115 | 14 | 54 | 112 | 66 |
| Binary | 11100000 | 10110011 | 110011 | 0 | 10100 | 1001101 | 1100 | 101100 | 1001010 | 110110 |
Color Harmonies of #E0B333
Complementary color
Monochromatic Colors of #E0B333
Black with #E0B333
Text Example
Text Example
White with #E0B333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B333; }
p { color: rgb(224,179,51); }
H1.HeaderClassName
{
color: #E0B333;
}
.AnyTagClassName
{
color: #E0B333;
}
</style>
background-color css
<style>
a { background-color: #E0B333; }
a { background-color: rgb(224,179,51); }
div.DivClassName
{
background-color: #E0B333;
}
.BgClassName
{
background-color: #E0B333;
}
</style>
border-color css
<style>
span { border-color: #E0B333; }
span { border-color: rgb(224,179,51); }
td.TdClassName
{
border-color: #E0B333;
}
.TagClassName
{
border-color: #E0B333;
}
</style>