Shades of Golden Dream #E9D036
Tints of Golden Dream #E9D036
RGB
CMYK
RGB Variations
Color information
#E9D036 (or 0xE9D036) is known color: Golden Dream. HEX triplet: E9, D0 and 36. RGB value is (233,208,54). Sum of RGB (Red+Green+Blue) = 233+208+54=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 54 (21.48% from 255 or 10.91% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D036 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D036 is #162FC9. Grayscale: #C6C6C6. Windows color (decimal): -1454026 or 3592425. OLE color: 3592425.
HSL color Cylindrical-coordinate representation of color #E9D036: hue angle of 51.62º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E9D036 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 54 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.09 |
| HSL | 51.62º | 0.8% | 0.56% | - |
| HSV(B) | 51.62º | 0.77% | 0.91% | - |
| XYZ | 56.83 | 62.7 | 12.6 | - |
| YUV | 197.92 | 46.78 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 54 | 0 | 0.11 | 0.77 | 0.09 | 51.62 | 0.8 | 0.56 |
| Hex | E9 | D0 | 36 | 0 | B | 4D | 9 | 34 | 50 | 38 |
| Octal | 351 | 320 | 66 | 0 | 13 | 115 | 11 | 64 | 120 | 70 |
| Binary | 11101001 | 11010000 | 110110 | 0 | 1011 | 1001101 | 1001 | 110100 | 1010000 | 111000 |
Color Harmonies of #E9D036
Complementary color
Monochromatic Colors of #E9D036
Black with #E9D036
Text Example
Text Example
White with #E9D036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D036; }
p { color: rgb(233,208,54); }
H1.HeaderClassName
{
color: #E9D036;
}
.AnyTagClassName
{
color: #E9D036;
}
</style>
background-color css
<style>
a { background-color: #E9D036; }
a { background-color: rgb(233,208,54); }
div.DivClassName
{
background-color: #E9D036;
}
.BgClassName
{
background-color: #E9D036;
}
</style>
border-color css
<style>
span { border-color: #E9D036; }
span { border-color: rgb(233,208,54); }
td.TdClassName
{
border-color: #E9D036;
}
.TagClassName
{
border-color: #E9D036;
}
</style>