Shades of Gold Tips #E8B923
Tints of Gold Tips #E8B923
RGB
CMYK
RGB Variations
Color information
#E8B923 (or 0xE8B923) is known color: Gold Tips. HEX triplet: E8, B9 and 23. RGB value is (232,185,35). Sum of RGB (Red+Green+Blue) = 232+185+35=452 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.33% from 452); Green value is 185 (72.66% from 255 or 40.93% from 452); Blue value is 35 (14.06% from 255 or 7.74% from 452); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B923 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8B923 is #1746DC. Grayscale: #B6B6B6. Windows color (decimal): -1525469 or 2341352. OLE color: 2341352.
HSL color Cylindrical-coordinate representation of color #E8B923: hue angle of 45.69º 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 #E8B923 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.09.
Color convert
RGB | 232 | 185 | 35 | - |
CMYK | 0 | 0.20 | 0.85 | 0.09 |
HSL | 45.69º | 0.81% | 0.52% | - |
HSV(B) | 45.69º | 0.85% | 0.91% | - |
XYZ | 50.93 | 51.98 | 8.94 | - |
YUV | 181.95 | 45.07 | 163.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 232 | 185 | 35 | 0 | 0.20 | 0.85 | 0.09 | 45.69 | 0.81 | 0.52 |
Hex | E8 | B9 | 23 | 0 | 14 | 55 | 9 | 2E | 51 | 34 |
Octal | 350 | 271 | 43 | 0 | 24 | 125 | 11 | 56 | 121 | 64 |
Binary | 11101000 | 10111001 | 100011 | 0 | 10100 | 1010101 | 1001 | 101110 | 1010001 | 110100 |
Color Harmonies of #E8B923
Complementary color
Monochromatic Colors of #E8B923
Black with #E8B923
Text Example
Text Example
White with #E8B923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8B923; }
p { color: rgb(232,185,35); }
H1.HeaderClassName
{
color: #E8B923;
}
.AnyTagClassName
{
color: #E8B923;
}
</style>
background-color css
<style>
a { background-color: #E8B923; }
a { background-color: rgb(232,185,35); }
div.DivClassName
{
background-color: #E8B923;
}
.BgClassName
{
background-color: #E8B923;
}
</style>
border-color css
<style>
span { border-color: #E8B923; }
span { border-color: rgb(232,185,35); }
td.TdClassName
{
border-color: #E8B923;
}
.TagClassName
{
border-color: #E8B923;
}
</style>