Shades of Gold #E2D303
Tints of Gold #E2D303
RGB
CMYK
RGB Variations
Color information
#E2D303 (or 0xE2D303) is known color: Gold. HEX triplet: E2, D3 and 03. RGB value is (226,211,3). Sum of RGB (Red+Green+Blue) = 226+211+3=440 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.36% from 440); Green value is 211 (82.81% from 255 or 47.95% from 440); Blue value is 3 (1.56% from 255 or 0.68% from 440); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2D303 is #1D2CFC. Grayscale: #C0C0C0. Windows color (decimal): -1912061 or 250850. OLE color: 250850.
HSL color Cylindrical-coordinate representation of color #E2D303: hue angle of 55.96º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2D303 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 211 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.11 |
| HSL | 55.96º | 0.97% | 0.45% | - |
| HSV(B) | 55.96º | 0.99% | 0.89% | - |
| XYZ | 54.67 | 62.76 | 9.32 | - |
| YUV | 191.77 | 21.47 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 211 | 3 | 0 | 0.07 | 0.99 | 0.11 | 55.96 | 0.97 | 0.45 |
| Hex | E2 | D3 | 3 | 0 | 7 | 63 | B | 38 | 61 | 2D |
| Octal | 342 | 323 | 3 | 0 | 7 | 143 | 13 | 70 | 141 | 55 |
| Binary | 11100010 | 11010011 | 11 | 0 | 111 | 1100011 | 1011 | 111000 | 1100001 | 101101 |
Color Harmonies of #E2D303
Complementary color
Monochromatic Colors of #E2D303
Black with #E2D303
Text Example
Text Example
White with #E2D303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D303; }
p { color: rgb(226,211,3); }
H1.HeaderClassName
{
color: #E2D303;
}
.AnyTagClassName
{
color: #E2D303;
}
</style>
background-color css
<style>
a { background-color: #E2D303; }
a { background-color: rgb(226,211,3); }
div.DivClassName
{
background-color: #E2D303;
}
.BgClassName
{
background-color: #E2D303;
}
</style>
border-color css
<style>
span { border-color: #E2D303; }
span { border-color: rgb(226,211,3); }
td.TdClassName
{
border-color: #E2D303;
}
.TagClassName
{
border-color: #E2D303;
}
</style>