Shades of Gold #E8D403
Tints of Gold #E8D403
RGB
CMYK
RGB Variations
Color information
#E8D403 (or 0xE8D403) is known color: Gold. HEX triplet: E8, D4 and 03. RGB value is (232,212,3). Sum of RGB (Red+Green+Blue) = 232+212+3=447 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.90% from 447); Green value is 212 (83.20% from 255 or 47.43% from 447); Blue value is 3 (1.56% from 255 or 0.67% from 447); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E8D403 is #172BFC. Grayscale: #C3C3C3. Windows color (decimal): -1518589 or 251112. OLE color: 251112.
HSL color Cylindrical-coordinate representation of color #E8D403: hue angle of 54.76º degrees, saturation: 0.97, 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 #E8D403 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 212 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.09 |
| HSL | 54.76º | 0.97% | 0.46% | - |
| HSV(B) | 54.76º | 0.99% | 0.91% | - |
| XYZ | 56.84 | 64.25 | 9.49 | - |
| YUV | 194.15 | 20.13 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 212 | 3 | 0 | 0.09 | 0.99 | 0.09 | 54.76 | 0.97 | 0.46 |
| Hex | E8 | D4 | 3 | 0 | 9 | 63 | 9 | 37 | 61 | 2E |
| Octal | 350 | 324 | 3 | 0 | 11 | 143 | 11 | 67 | 141 | 56 |
| Binary | 11101000 | 11010100 | 11 | 0 | 1001 | 1100011 | 1001 | 110111 | 1100001 | 101110 |
Color Harmonies of #E8D403
Complementary color
Monochromatic Colors of #E8D403
Black with #E8D403
Text Example
Text Example
White with #E8D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8D403; }
p { color: rgb(232,212,3); }
H1.HeaderClassName
{
color: #E8D403;
}
.AnyTagClassName
{
color: #E8D403;
}
</style>
background-color css
<style>
a { background-color: #E8D403; }
a { background-color: rgb(232,212,3); }
div.DivClassName
{
background-color: #E8D403;
}
.BgClassName
{
background-color: #E8D403;
}
</style>
border-color css
<style>
span { border-color: #E8D403; }
span { border-color: rgb(232,212,3); }
td.TdClassName
{
border-color: #E8D403;
}
.TagClassName
{
border-color: #E8D403;
}
</style>