Shades of Golden Dream #EDD038
Tints of Golden Dream #EDD038
RGB
CMYK
RGB Variations
Color information
#EDD038 (or 0xEDD038) is known color: Golden Dream. HEX triplet: ED, D0 and 38. RGB value is (237,208,56). Sum of RGB (Red+Green+Blue) = 237+208+56=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 56 (22.27% from 255 or 11.18% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD038 is #122FC7. Grayscale: #C7C7C7. Windows color (decimal): -1191880 or 3723501. OLE color: 3723501.
HSL color Cylindrical-coordinate representation of color #EDD038: hue angle of 50.39º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EDD038 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 56 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.07 |
| HSL | 50.39º | 0.83% | 0.57% | - |
| HSV(B) | 50.39º | 0.76% | 0.93% | - |
| XYZ | 58.19 | 63.4 | 12.91 | - |
| YUV | 199.34 | 47.11 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 56 | 0 | 0.12 | 0.76 | 0.07 | 50.39 | 0.83 | 0.57 |
| Hex | ED | D0 | 38 | 0 | C | 4C | 7 | 32 | 53 | 39 |
| Octal | 355 | 320 | 70 | 0 | 14 | 114 | 7 | 62 | 123 | 71 |
| Binary | 11101101 | 11010000 | 111000 | 0 | 1100 | 1001100 | 111 | 110010 | 1010011 | 111001 |
Color Harmonies of #EDD038
Complementary color
Monochromatic Colors of #EDD038
Black with #EDD038
Text Example
Text Example
White with #EDD038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD038; }
p { color: rgb(237,208,56); }
H1.HeaderClassName
{
color: #EDD038;
}
.AnyTagClassName
{
color: #EDD038;
}
</style>
background-color css
<style>
a { background-color: #EDD038; }
a { background-color: rgb(237,208,56); }
div.DivClassName
{
background-color: #EDD038;
}
.BgClassName
{
background-color: #EDD038;
}
</style>
border-color css
<style>
span { border-color: #EDD038; }
span { border-color: rgb(237,208,56); }
td.TdClassName
{
border-color: #EDD038;
}
.TagClassName
{
border-color: #EDD038;
}
</style>