Shades of Gold Tips #E8B222
Tints of Gold Tips #E8B222
RGB
CMYK
RGB Variations
Color information
#E8B222 (or 0xE8B222) is known color: Gold Tips. HEX triplet: E8, B2 and 22. RGB value is (232,178,34). Sum of RGB (Red+Green+Blue) = 232+178+34=444 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.25% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 34 (13.67% from 255 or 7.66% from 444); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8B222 is #174DDD. Grayscale: #B2B2B2. Windows color (decimal): -1527262 or 2274024. OLE color: 2274024.
HSL color Cylindrical-coordinate representation of color #E8B222: hue angle of 43.64º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E8B222 is Cyan = 0, Magento = 0.23, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 178 | 34 | - |
| CMYK | 0 | 0.23 | 0.85 | 0.09 |
| HSL | 43.64º | 0.81% | 0.52% | - |
| HSV(B) | 43.64º | 0.85% | 0.91% | - |
| XYZ | 49.49 | 49.11 | 8.38 | - |
| YUV | 177.73 | 46.89 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 178 | 34 | 0 | 0.23 | 0.85 | 0.09 | 43.64 | 0.81 | 0.52 |
| Hex | E8 | B2 | 22 | 0 | 17 | 55 | 9 | 2C | 51 | 34 |
| Octal | 350 | 262 | 42 | 0 | 27 | 125 | 11 | 54 | 121 | 64 |
| Binary | 11101000 | 10110010 | 100010 | 0 | 10111 | 1010101 | 1001 | 101100 | 1010001 | 110100 |
Color Harmonies of #E8B222
Complementary color
Monochromatic Colors of #E8B222
Black with #E8B222
Text Example
Text Example
White with #E8B222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B222; }
p { color: rgb(232,178,34); }
H1.HeaderClassName
{
color: #E8B222;
}
.AnyTagClassName
{
color: #E8B222;
}
</style>
background-color css
<style>
a { background-color: #E8B222; }
a { background-color: rgb(232,178,34); }
div.DivClassName
{
background-color: #E8B222;
}
.BgClassName
{
background-color: #E8B222;
}
</style>
border-color css
<style>
span { border-color: #E8B222; }
span { border-color: rgb(232,178,34); }
td.TdClassName
{
border-color: #E8B222;
}
.TagClassName
{
border-color: #E8B222;
}
</style>