Shades of Golden Dream #E4D030
Tints of Golden Dream #E4D030
RGB
CMYK
RGB Variations
Color information
#E4D030 (or 0xE4D030) is known color: Golden Dream. HEX triplet: E4, D0 and 30. RGB value is (228,208,48). Sum of RGB (Red+Green+Blue) = 228+208+48=484 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.11% from 484); Green value is 208 (81.64% from 255 or 42.98% from 484); Blue value is 48 (19.14% from 255 or 9.92% from 484); Max value from RGB is 228 - color contains mainly: red. Hex color #E4D030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4D030 is #1B2FCF. Grayscale: #C4C4C4. Windows color (decimal): -1781712 or 3199204. OLE color: 3199204.
HSL color Cylindrical-coordinate representation of color #E4D030: hue angle of 53.33º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E4D030 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 208 | 48 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.11 |
| HSL | 53.33º | 0.77% | 0.54% | - |
| HSV(B) | 53.33º | 0.79% | 0.89% | - |
| XYZ | 55.08 | 61.82 | 11.83 | - |
| YUV | 195.74 | 44.63 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 208 | 48 | 0 | 0.09 | 0.79 | 0.11 | 53.33 | 0.77 | 0.54 |
| Hex | E4 | D0 | 30 | 0 | 9 | 4F | B | 35 | 4D | 36 |
| Octal | 344 | 320 | 60 | 0 | 11 | 117 | 13 | 65 | 115 | 66 |
| Binary | 11100100 | 11010000 | 110000 | 0 | 1001 | 1001111 | 1011 | 110101 | 1001101 | 110110 |
Color Harmonies of #E4D030
Complementary color
Monochromatic Colors of #E4D030
Black with #E4D030
Text Example
Text Example
White with #E4D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4D030; }
p { color: rgb(228,208,48); }
H1.HeaderClassName
{
color: #E4D030;
}
.AnyTagClassName
{
color: #E4D030;
}
</style>
background-color css
<style>
a { background-color: #E4D030; }
a { background-color: rgb(228,208,48); }
div.DivClassName
{
background-color: #E4D030;
}
.BgClassName
{
background-color: #E4D030;
}
</style>
border-color css
<style>
span { border-color: #E4D030; }
span { border-color: rgb(228,208,48); }
td.TdClassName
{
border-color: #E4D030;
}
.TagClassName
{
border-color: #E4D030;
}
</style>