Shades of Golden Dream #E6D034
Tints of Golden Dream #E6D034
RGB
CMYK
RGB Variations
Color information
#E6D034 (or 0xE6D034) is known color: Golden Dream. HEX triplet: E6, D0 and 34. RGB value is (230,208,52). Sum of RGB (Red+Green+Blue) = 230+208+52=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 52 (20.70% from 255 or 10.61% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D034 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D034 is #192FCB. Grayscale: #C5C5C5. Windows color (decimal): -1650636 or 3461350. OLE color: 3461350.
HSL color Cylindrical-coordinate representation of color #E6D034: hue angle of 52.58º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E6D034 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 52 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.10 |
| HSL | 52.58º | 0.78% | 0.55% | - |
| HSV(B) | 52.58º | 0.77% | 0.9% | - |
| XYZ | 55.81 | 62.18 | 12.31 | - |
| YUV | 196.79 | 46.29 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 52 | 0 | 0.10 | 0.77 | 0.10 | 52.58 | 0.78 | 0.55 |
| Hex | E6 | D0 | 34 | 0 | A | 4D | A | 35 | 4E | 37 |
| Octal | 346 | 320 | 64 | 0 | 12 | 115 | 12 | 65 | 116 | 67 |
| Binary | 11100110 | 11010000 | 110100 | 0 | 1010 | 1001101 | 1010 | 110101 | 1001110 | 110111 |
Color Harmonies of #E6D034
Complementary color
Monochromatic Colors of #E6D034
Black with #E6D034
Text Example
Text Example
White with #E6D034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D034; }
p { color: rgb(230,208,52); }
H1.HeaderClassName
{
color: #E6D034;
}
.AnyTagClassName
{
color: #E6D034;
}
</style>
background-color css
<style>
a { background-color: #E6D034; }
a { background-color: rgb(230,208,52); }
div.DivClassName
{
background-color: #E6D034;
}
.BgClassName
{
background-color: #E6D034;
}
</style>
border-color css
<style>
span { border-color: #E6D034; }
span { border-color: rgb(230,208,52); }
td.TdClassName
{
border-color: #E6D034;
}
.TagClassName
{
border-color: #E6D034;
}
</style>