Shades of Gold #E4D003
Tints of Gold #E4D003
RGB
CMYK
RGB Variations
Color information
#E4D003 (or 0xE4D003) is known color: Gold. HEX triplet: E4, D0 and 03. RGB value is (228,208,3). Sum of RGB (Red+Green+Blue) = 228+208+3=439 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.94% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 3 (1.56% from 255 or 0.68% from 439); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4D003 is #1B2FFC. Grayscale: #BFBFBF. Windows color (decimal): -1781757 or 250084. OLE color: 250084.
HSL color Cylindrical-coordinate representation of color #E4D003: hue angle of 54.67º 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 #E4D003 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 208 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.11 |
| HSL | 54.67º | 0.97% | 0.45% | - |
| HSV(B) | 54.67º | 0.99% | 0.89% | - |
| XYZ | 54.57 | 61.61 | 9.1 | - |
| YUV | 190.61 | 22.13 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 208 | 3 | 0 | 0.09 | 0.99 | 0.11 | 54.67 | 0.97 | 0.45 |
| Hex | E4 | D0 | 3 | 0 | 9 | 63 | B | 37 | 61 | 2D |
| Octal | 344 | 320 | 3 | 0 | 11 | 143 | 13 | 67 | 141 | 55 |
| Binary | 11100100 | 11010000 | 11 | 0 | 1001 | 1100011 | 1011 | 110111 | 1100001 | 101101 |
Color Harmonies of #E4D003
Complementary color
Monochromatic Colors of #E4D003
Black with #E4D003
Text Example
Text Example
White with #E4D003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D003; }
p { color: rgb(228,208,3); }
H1.HeaderClassName
{
color: #E4D003;
}
.AnyTagClassName
{
color: #E4D003;
}
</style>
background-color css
<style>
a { background-color: #E4D003; }
a { background-color: rgb(228,208,3); }
div.DivClassName
{
background-color: #E4D003;
}
.BgClassName
{
background-color: #E4D003;
}
</style>
border-color css
<style>
span { border-color: #E4D003; }
span { border-color: rgb(228,208,3); }
td.TdClassName
{
border-color: #E4D003;
}
.TagClassName
{
border-color: #E4D003;
}
</style>