Shades of Golden Dream #EDD031
Tints of Golden Dream #EDD031
RGB
CMYK
RGB Variations
Color information
#EDD031 (or 0xEDD031) is known color: Golden Dream. HEX triplet: ED, D0 and 31. RGB value is (237,208,49). Sum of RGB (Red+Green+Blue) = 237+208+49=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 49 (19.53% from 255 or 9.92% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD031 is #122FCE. Grayscale: #C7C7C7. Windows color (decimal): -1191887 or 3264749. OLE color: 3264749.
HSL color Cylindrical-coordinate representation of color #EDD031: hue angle of 50.74º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDD031 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 49 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.07 |
| HSL | 50.74º | 0.84% | 0.56% | - |
| HSV(B) | 50.74º | 0.79% | 0.93% | - |
| XYZ | 58.04 | 63.34 | 12.07 | - |
| YUV | 198.55 | 43.61 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 49 | 0 | 0.12 | 0.79 | 0.07 | 50.74 | 0.84 | 0.56 |
| Hex | ED | D0 | 31 | 0 | C | 4F | 7 | 33 | 54 | 38 |
| Octal | 355 | 320 | 61 | 0 | 14 | 117 | 7 | 63 | 124 | 70 |
| Binary | 11101101 | 11010000 | 110001 | 0 | 1100 | 1001111 | 111 | 110011 | 1010100 | 111000 |
Color Harmonies of #EDD031
Complementary color
Monochromatic Colors of #EDD031
Black with #EDD031
Text Example
Text Example
White with #EDD031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD031; }
p { color: rgb(237,208,49); }
H1.HeaderClassName
{
color: #EDD031;
}
.AnyTagClassName
{
color: #EDD031;
}
</style>
background-color css
<style>
a { background-color: #EDD031; }
a { background-color: rgb(237,208,49); }
div.DivClassName
{
background-color: #EDD031;
}
.BgClassName
{
background-color: #EDD031;
}
</style>
border-color css
<style>
span { border-color: #EDD031; }
span { border-color: rgb(237,208,49); }
td.TdClassName
{
border-color: #EDD031;
}
.TagClassName
{
border-color: #EDD031;
}
</style>