Shades of Gold Tips #E5B22D
Tints of Gold Tips #E5B22D
RGB
CMYK
RGB Variations
Color information
#E5B22D (or 0xE5B22D) is known color: Gold Tips. HEX triplet: E5, B2 and 2D. RGB value is (229,178,45). Sum of RGB (Red+Green+Blue) = 229+178+45=452 (59% of max value = 765). Red value is 229 (89.84% from 255 or 50.66% from 452); Green value is 178 (69.92% from 255 or 39.38% from 452); Blue value is 45 (17.97% from 255 or 9.96% from 452); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5B22D is #1A4DD2. Grayscale: #B2B2B2. Windows color (decimal): -1723859 or 2994917. OLE color: 2994917.
HSL color Cylindrical-coordinate representation of color #E5B22D: hue angle of 43.37º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5B22D is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 178 | 45 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.10 |
| HSL | 43.37º | 0.78% | 0.54% | - |
| HSV(B) | 43.37º | 0.8% | 0.9% | - |
| XYZ | 48.71 | 48.69 | 9.31 | - |
| YUV | 178.09 | 52.9 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 178 | 45 | 0 | 0.22 | 0.80 | 0.10 | 43.37 | 0.78 | 0.54 |
| Hex | E5 | B2 | 2D | 0 | 16 | 50 | A | 2B | 4E | 36 |
| Octal | 345 | 262 | 55 | 0 | 26 | 120 | 12 | 53 | 116 | 66 |
| Binary | 11100101 | 10110010 | 101101 | 0 | 10110 | 1010000 | 1010 | 101011 | 1001110 | 110110 |
Color Harmonies of #E5B22D
Complementary color
Monochromatic Colors of #E5B22D
Black with #E5B22D
Text Example
Text Example
White with #E5B22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5B22D; }
p { color: rgb(229,178,45); }
H1.HeaderClassName
{
color: #E5B22D;
}
.AnyTagClassName
{
color: #E5B22D;
}
</style>
background-color css
<style>
a { background-color: #E5B22D; }
a { background-color: rgb(229,178,45); }
div.DivClassName
{
background-color: #E5B22D;
}
.BgClassName
{
background-color: #E5B22D;
}
</style>
border-color css
<style>
span { border-color: #E5B22D; }
span { border-color: rgb(229,178,45); }
td.TdClassName
{
border-color: #E5B22D;
}
.TagClassName
{
border-color: #E5B22D;
}
</style>