Shades of Gold #E8D302
Tints of Gold #E8D302
RGB
CMYK
RGB Variations
Color information
#E8D302 (or 0xE8D302) is known color: Gold. HEX triplet: E8, D3 and 02. RGB value is (232,211,2). Sum of RGB (Red+Green+Blue) = 232+211+2=445 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.13% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 2 (1.17% from 255 or 0.45% from 445); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D302 is #172CFD. Grayscale: #C2C2C2. Windows color (decimal): -1518846 or 185320. OLE color: 185320.
HSL color Cylindrical-coordinate representation of color #E8D302: hue angle of 54.52º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8D302 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 211 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.09 |
| HSL | 54.52º | 0.98% | 0.46% | - |
| HSV(B) | 54.52º | 0.99% | 0.91% | - |
| XYZ | 56.58 | 63.75 | 9.38 | - |
| YUV | 193.45 | 19.96 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 211 | 2 | 0 | 0.09 | 0.99 | 0.09 | 54.52 | 0.98 | 0.46 |
| Hex | E8 | D3 | 2 | 0 | 9 | 63 | 9 | 37 | 62 | 2E |
| Octal | 350 | 323 | 2 | 0 | 11 | 143 | 11 | 67 | 142 | 56 |
| Binary | 11101000 | 11010011 | 10 | 0 | 1001 | 1100011 | 1001 | 110111 | 1100010 | 101110 |
Color Harmonies of #E8D302
Complementary color
Monochromatic Colors of #E8D302
Black with #E8D302
Text Example
Text Example
White with #E8D302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D302; }
p { color: rgb(232,211,2); }
H1.HeaderClassName
{
color: #E8D302;
}
.AnyTagClassName
{
color: #E8D302;
}
</style>
background-color css
<style>
a { background-color: #E8D302; }
a { background-color: rgb(232,211,2); }
div.DivClassName
{
background-color: #E8D302;
}
.BgClassName
{
background-color: #E8D302;
}
</style>
border-color css
<style>
span { border-color: #E8D302; }
span { border-color: rgb(232,211,2); }
td.TdClassName
{
border-color: #E8D302;
}
.TagClassName
{
border-color: #E8D302;
}
</style>