Shades of Gold Tips #E0B128
Tints of Gold Tips #E0B128
RGB
CMYK
RGB Variations
Color information
#E0B128 (or 0xE0B128) is known color: Gold Tips. HEX triplet: E0, B1 and 28. RGB value is (224,177,40). Sum of RGB (Red+Green+Blue) = 224+177+40=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 40 (16.02% from 255 or 9.07% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E0B128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0B128 is #1F4ED7. Grayscale: #B0B0B0. Windows color (decimal): -2051800 or 2666976. OLE color: 2666976.
HSL color Cylindrical-coordinate representation of color #E0B128: hue angle of 44.67º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E0B128 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 177 | 40 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.12 |
| HSL | 44.67º | 0.75% | 0.52% | - |
| HSV(B) | 44.67º | 0.82% | 0.88% | - |
| XYZ | 46.85 | 47.44 | 8.7 | - |
| YUV | 175.44 | 51.57 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 177 | 40 | 0 | 0.21 | 0.82 | 0.12 | 44.67 | 0.75 | 0.52 |
| Hex | E0 | B1 | 28 | 0 | 15 | 52 | C | 2D | 4B | 34 |
| Octal | 340 | 261 | 50 | 0 | 25 | 122 | 14 | 55 | 113 | 64 |
| Binary | 11100000 | 10110001 | 101000 | 0 | 10101 | 1010010 | 1100 | 101101 | 1001011 | 110100 |
Color Harmonies of #E0B128
Complementary color
Monochromatic Colors of #E0B128
Black with #E0B128
Text Example
Text Example
White with #E0B128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0B128; }
p { color: rgb(224,177,40); }
H1.HeaderClassName
{
color: #E0B128;
}
.AnyTagClassName
{
color: #E0B128;
}
</style>
background-color css
<style>
a { background-color: #E0B128; }
a { background-color: rgb(224,177,40); }
div.DivClassName
{
background-color: #E0B128;
}
.BgClassName
{
background-color: #E0B128;
}
</style>
border-color css
<style>
span { border-color: #E0B128; }
span { border-color: rgb(224,177,40); }
td.TdClassName
{
border-color: #E0B128;
}
.TagClassName
{
border-color: #E0B128;
}
</style>