Shades of Gold #E8D50B
Tints of Gold #E8D50B
RGB
CMYK
RGB Variations
Color information
#E8D50B (or 0xE8D50B) is known color: Gold. HEX triplet: E8, D5 and 0B. RGB value is (232,213,11). Sum of RGB (Red+Green+Blue) = 232+213+11=456 (60% of max value = 765). Red value is 232 (91.02% from 255 or 50.88% from 456); Green value is 213 (83.59% from 255 or 46.71% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D50B is #172AF4. Grayscale: #C4C4C4. Windows color (decimal): -1518325 or 775656. OLE color: 775656.
HSL color Cylindrical-coordinate representation of color #E8D50B: hue angle of 54.84º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8D50B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 213 | 11 | - |
| CMYK | 0 | 0.08 | 0.95 | 0.09 |
| HSL | 54.84º | 0.91% | 0.48% | - |
| HSV(B) | 54.84º | 0.95% | 0.91% | - |
| XYZ | 57.13 | 64.77 | 9.81 | - |
| YUV | 195.65 | 23.79 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 213 | 11 | 0 | 0.08 | 0.95 | 0.09 | 54.84 | 0.91 | 0.48 |
| Hex | E8 | D5 | B | 0 | 8 | 5F | 9 | 37 | 5B | 30 |
| Octal | 350 | 325 | 13 | 0 | 10 | 137 | 11 | 67 | 133 | 60 |
| Binary | 11101000 | 11010101 | 1011 | 0 | 1000 | 1011111 | 1001 | 110111 | 1011011 | 110000 |
Color Harmonies of #E8D50B
Complementary color
Monochromatic Colors of #E8D50B
Black with #E8D50B
Text Example
Text Example
White with #E8D50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D50B; }
p { color: rgb(232,213,11); }
H1.HeaderClassName
{
color: #E8D50B;
}
.AnyTagClassName
{
color: #E8D50B;
}
</style>
background-color css
<style>
a { background-color: #E8D50B; }
a { background-color: rgb(232,213,11); }
div.DivClassName
{
background-color: #E8D50B;
}
.BgClassName
{
background-color: #E8D50B;
}
</style>
border-color css
<style>
span { border-color: #E8D50B; }
span { border-color: rgb(232,213,11); }
td.TdClassName
{
border-color: #E8D50B;
}
.TagClassName
{
border-color: #E8D50B;
}
</style>