Shades of Golden Dream #EDD331
Tints of Golden Dream #EDD331
RGB
CMYK
RGB Variations
Color information
#EDD331 (or 0xEDD331) is known color: Golden Dream. HEX triplet: ED, D3 and 31. RGB value is (237,211,49). Sum of RGB (Red+Green+Blue) = 237+211+49=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 211 (82.81% from 255 or 42.45% from 497); Blue value is 49 (19.53% from 255 or 9.86% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD331 is #122CCE. Grayscale: #C8C8C8. Windows color (decimal): -1191119 or 3265517. OLE color: 3265517.
HSL color Cylindrical-coordinate representation of color #EDD331: hue angle of 51.7º 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 #EDD331 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 49 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.07 |
| HSL | 51.7º | 0.84% | 0.56% | - |
| HSV(B) | 51.7º | 0.79% | 0.93% | - |
| XYZ | 58.77 | 64.81 | 12.32 | - |
| YUV | 200.31 | 42.61 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 49 | 0 | 0.11 | 0.79 | 0.07 | 51.7 | 0.84 | 0.56 |
| Hex | ED | D3 | 31 | 0 | B | 4F | 7 | 34 | 54 | 38 |
| Octal | 355 | 323 | 61 | 0 | 13 | 117 | 7 | 64 | 124 | 70 |
| Binary | 11101101 | 11010011 | 110001 | 0 | 1011 | 1001111 | 111 | 110100 | 1010100 | 111000 |
Color Harmonies of #EDD331
Complementary color
Monochromatic Colors of #EDD331
Black with #EDD331
Text Example
Text Example
White with #EDD331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD331; }
p { color: rgb(237,211,49); }
H1.HeaderClassName
{
color: #EDD331;
}
.AnyTagClassName
{
color: #EDD331;
}
</style>
background-color css
<style>
a { background-color: #EDD331; }
a { background-color: rgb(237,211,49); }
div.DivClassName
{
background-color: #EDD331;
}
.BgClassName
{
background-color: #EDD331;
}
</style>
border-color css
<style>
span { border-color: #EDD331; }
span { border-color: rgb(237,211,49); }
td.TdClassName
{
border-color: #EDD331;
}
.TagClassName
{
border-color: #EDD331;
}
</style>