Shades of Golden Dream #E7D034
Tints of Golden Dream #E7D034
RGB
CMYK
RGB Variations
Color information
#E7D034 (or 0xE7D034) is known color: Golden Dream. HEX triplet: E7, D0 and 34. RGB value is (231,208,52). Sum of RGB (Red+Green+Blue) = 231+208+52=491 (65% of max value = 765). Red value is 231 (90.62% from 255 or 47.05% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 52 (20.70% from 255 or 10.59% from 491); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D034 is #182FCB. Grayscale: #C5C5C5. Windows color (decimal): -1585100 or 3461351. OLE color: 3461351.
HSL color Cylindrical-coordinate representation of color #E7D034: hue angle of 52.29º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E7D034 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 52 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.09 |
| HSL | 52.29º | 0.79% | 0.55% | - |
| HSV(B) | 52.29º | 0.77% | 0.91% | - |
| XYZ | 56.13 | 62.35 | 12.32 | - |
| YUV | 197.09 | 46.12 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 52 | 0 | 0.10 | 0.77 | 0.09 | 52.29 | 0.79 | 0.55 |
| Hex | E7 | D0 | 34 | 0 | A | 4D | 9 | 34 | 4F | 37 |
| Octal | 347 | 320 | 64 | 0 | 12 | 115 | 11 | 64 | 117 | 67 |
| Binary | 11100111 | 11010000 | 110100 | 0 | 1010 | 1001101 | 1001 | 110100 | 1001111 | 110111 |
Color Harmonies of #E7D034
Complementary color
Monochromatic Colors of #E7D034
Black with #E7D034
Text Example
Text Example
White with #E7D034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D034; }
p { color: rgb(231,208,52); }
H1.HeaderClassName
{
color: #E7D034;
}
.AnyTagClassName
{
color: #E7D034;
}
</style>
background-color css
<style>
a { background-color: #E7D034; }
a { background-color: rgb(231,208,52); }
div.DivClassName
{
background-color: #E7D034;
}
.BgClassName
{
background-color: #E7D034;
}
</style>
border-color css
<style>
span { border-color: #E7D034; }
span { border-color: rgb(231,208,52); }
td.TdClassName
{
border-color: #E7D034;
}
.TagClassName
{
border-color: #E7D034;
}
</style>