Shades of Golden Dream #E9D038
Tints of Golden Dream #E9D038
RGB
CMYK
RGB Variations
Color information
#E9D038 (or 0xE9D038) is known color: Golden Dream. HEX triplet: E9, D0 and 38. RGB value is (233,208,56). Sum of RGB (Red+Green+Blue) = 233+208+56=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 208 (81.64% from 255 or 41.85% from 497); Blue value is 56 (22.27% from 255 or 11.27% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E9D038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E9D038 is #162FC7. Grayscale: #C6C6C6. Windows color (decimal): -1454024 or 3723497. OLE color: 3723497.
HSL color Cylindrical-coordinate representation of color #E9D038: hue angle of 51.53º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E9D038 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 208 | 56 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.09 |
| HSL | 51.53º | 0.8% | 0.57% | - |
| HSV(B) | 51.53º | 0.76% | 0.91% | - |
| XYZ | 56.87 | 62.72 | 12.85 | - |
| YUV | 198.15 | 47.78 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 208 | 56 | 0 | 0.11 | 0.76 | 0.09 | 51.53 | 0.8 | 0.57 |
| Hex | E9 | D0 | 38 | 0 | B | 4C | 9 | 34 | 50 | 39 |
| Octal | 351 | 320 | 70 | 0 | 13 | 114 | 11 | 64 | 120 | 71 |
| Binary | 11101001 | 11010000 | 111000 | 0 | 1011 | 1001100 | 1001 | 110100 | 1010000 | 111001 |
Color Harmonies of #E9D038
Complementary color
Monochromatic Colors of #E9D038
Black with #E9D038
Text Example
Text Example
White with #E9D038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9D038; }
p { color: rgb(233,208,56); }
H1.HeaderClassName
{
color: #E9D038;
}
.AnyTagClassName
{
color: #E9D038;
}
</style>
background-color css
<style>
a { background-color: #E9D038; }
a { background-color: rgb(233,208,56); }
div.DivClassName
{
background-color: #E9D038;
}
.BgClassName
{
background-color: #E9D038;
}
</style>
border-color css
<style>
span { border-color: #E9D038; }
span { border-color: rgb(233,208,56); }
td.TdClassName
{
border-color: #E9D038;
}
.TagClassName
{
border-color: #E9D038;
}
</style>