Shades of Golden Dream #E5D02E
Tints of Golden Dream #E5D02E
RGB
CMYK
RGB Variations
Color information
#E5D02E (or 0xE5D02E) is known color: Golden Dream. HEX triplet: E5, D0 and 2E. RGB value is (229,208,46). Sum of RGB (Red+Green+Blue) = 229+208+46=483 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.41% from 483); Green value is 208 (81.64% from 255 or 43.06% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5D02E is #1A2FD1. Grayscale: #C4C4C4. Windows color (decimal): -1716178 or 3068133. OLE color: 3068133.
HSL color Cylindrical-coordinate representation of color #E5D02E: hue angle of 53.11º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E5D02E is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 208 | 46 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.10 |
| HSL | 53.11º | 0.78% | 0.54% | - |
| HSV(B) | 53.11º | 0.8% | 0.9% | - |
| XYZ | 55.36 | 61.97 | 11.63 | - |
| YUV | 195.81 | 43.46 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 208 | 46 | 0 | 0.09 | 0.80 | 0.10 | 53.11 | 0.78 | 0.54 |
| Hex | E5 | D0 | 2E | 0 | 9 | 50 | A | 35 | 4E | 36 |
| Octal | 345 | 320 | 56 | 0 | 11 | 120 | 12 | 65 | 116 | 66 |
| Binary | 11100101 | 11010000 | 101110 | 0 | 1001 | 1010000 | 1010 | 110101 | 1001110 | 110110 |
Color Harmonies of #E5D02E
Complementary color
Monochromatic Colors of #E5D02E
Black with #E5D02E
Text Example
Text Example
White with #E5D02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D02E; }
p { color: rgb(229,208,46); }
H1.HeaderClassName
{
color: #E5D02E;
}
.AnyTagClassName
{
color: #E5D02E;
}
</style>
background-color css
<style>
a { background-color: #E5D02E; }
a { background-color: rgb(229,208,46); }
div.DivClassName
{
background-color: #E5D02E;
}
.BgClassName
{
background-color: #E5D02E;
}
</style>
border-color css
<style>
span { border-color: #E5D02E; }
span { border-color: rgb(229,208,46); }
td.TdClassName
{
border-color: #E5D02E;
}
.TagClassName
{
border-color: #E5D02E;
}
</style>