Shades of Golden Dream #E5D030
Tints of Golden Dream #E5D030
RGB
CMYK
RGB Variations
Color information
#E5D030 (or 0xE5D030) is known color: Golden Dream. HEX triplet: E5, D0 and 30. RGB value is (229,208,48). Sum of RGB (Red+Green+Blue) = 229+208+48=485 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.22% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 48 (19.14% from 255 or 9.90% from 485); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D030 is #1A2FCF. Grayscale: #C4C4C4. Windows color (decimal): -1716176 or 3199205. OLE color: 3199205.
HSL color Cylindrical-coordinate representation of color #E5D030: hue angle of 53.04º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E5D030 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 48 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.10 |
| HSL | 53.04º | 0.78% | 0.54% | - |
| HSV(B) | 53.04º | 0.79% | 0.9% | - |
| XYZ | 55.4 | 61.98 | 11.84 | - |
| YUV | 196.04 | 44.46 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 48 | 0 | 0.09 | 0.79 | 0.10 | 53.04 | 0.78 | 0.54 |
| Hex | E5 | D0 | 30 | 0 | 9 | 4F | A | 35 | 4E | 36 |
| Octal | 345 | 320 | 60 | 0 | 11 | 117 | 12 | 65 | 116 | 66 |
| Binary | 11100101 | 11010000 | 110000 | 0 | 1001 | 1001111 | 1010 | 110101 | 1001110 | 110110 |
Color Harmonies of #E5D030
Complementary color
Monochromatic Colors of #E5D030
Black with #E5D030
Text Example
Text Example
White with #E5D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D030; }
p { color: rgb(229,208,48); }
H1.HeaderClassName
{
color: #E5D030;
}
.AnyTagClassName
{
color: #E5D030;
}
</style>
background-color css
<style>
a { background-color: #E5D030; }
a { background-color: rgb(229,208,48); }
div.DivClassName
{
background-color: #E5D030;
}
.BgClassName
{
background-color: #E5D030;
}
</style>
border-color css
<style>
span { border-color: #E5D030; }
span { border-color: rgb(229,208,48); }
td.TdClassName
{
border-color: #E5D030;
}
.TagClassName
{
border-color: #E5D030;
}
</style>