Shades of Gold #E2D405
Tints of Gold #E2D405
RGB
CMYK
RGB Variations
Color information
#E2D405 (or 0xE2D405) is known color: Gold. HEX triplet: E2, D4 and 05. RGB value is (226,212,5). Sum of RGB (Red+Green+Blue) = 226+212+5=443 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.02% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 5 (2.34% from 255 or 1.13% from 443); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D405 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D405 is #1D2BFA. Grayscale: #C1C1C1. Windows color (decimal): -1911803 or 382178. OLE color: 382178.
HSL color Cylindrical-coordinate representation of color #E2D405: hue angle of 56.2º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2D405 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 212 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.11 |
| HSL | 56.2º | 0.96% | 0.45% | - |
| HSV(B) | 56.2º | 0.98% | 0.89% | - |
| XYZ | 54.93 | 63.27 | 9.46 | - |
| YUV | 192.59 | 22.14 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 212 | 5 | 0 | 0.06 | 0.98 | 0.11 | 56.2 | 0.96 | 0.45 |
| Hex | E2 | D4 | 5 | 0 | 6 | 62 | B | 38 | 60 | 2D |
| Octal | 342 | 324 | 5 | 0 | 6 | 142 | 13 | 70 | 140 | 55 |
| Binary | 11100010 | 11010100 | 101 | 0 | 110 | 1100010 | 1011 | 111000 | 1100000 | 101101 |
Color Harmonies of #E2D405
Complementary color
Monochromatic Colors of #E2D405
Black with #E2D405
Text Example
Text Example
White with #E2D405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D405; }
p { color: rgb(226,212,5); }
H1.HeaderClassName
{
color: #E2D405;
}
.AnyTagClassName
{
color: #E2D405;
}
</style>
background-color css
<style>
a { background-color: #E2D405; }
a { background-color: rgb(226,212,5); }
div.DivClassName
{
background-color: #E2D405;
}
.BgClassName
{
background-color: #E2D405;
}
</style>
border-color css
<style>
span { border-color: #E2D405; }
span { border-color: rgb(226,212,5); }
td.TdClassName
{
border-color: #E2D405;
}
.TagClassName
{
border-color: #E2D405;
}
</style>