Shades of Golden Dream #EDD334
Tints of Golden Dream #EDD334
RGB
CMYK
RGB Variations
Color information
#EDD334 (or 0xEDD334) is known color: Golden Dream. HEX triplet: ED, D3 and 34. RGB value is (237,211,52). Sum of RGB (Red+Green+Blue) = 237+211+52=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 211 (82.81% from 255 or 42.2% from 500); Blue value is 52 (20.70% from 255 or 10.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD334 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD334 is #122CCB. Grayscale: #C9C9C9. Windows color (decimal): -1191116 or 3462125. OLE color: 3462125.
HSL color Cylindrical-coordinate representation of color #EDD334: hue angle of 51.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDD334 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 52 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.07 |
| HSL | 51.57º | 0.84% | 0.57% | - |
| HSV(B) | 51.57º | 0.78% | 0.93% | - |
| XYZ | 58.84 | 64.84 | 12.66 | - |
| YUV | 200.65 | 44.11 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 52 | 0 | 0.11 | 0.78 | 0.07 | 51.57 | 0.84 | 0.57 |
| Hex | ED | D3 | 34 | 0 | B | 4E | 7 | 34 | 54 | 39 |
| Octal | 355 | 323 | 64 | 0 | 13 | 116 | 7 | 64 | 124 | 71 |
| Binary | 11101101 | 11010011 | 110100 | 0 | 1011 | 1001110 | 111 | 110100 | 1010100 | 111001 |
Color Harmonies of #EDD334
Complementary color
Monochromatic Colors of #EDD334
Black with #EDD334
Text Example
Text Example
White with #EDD334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD334; }
p { color: rgb(237,211,52); }
H1.HeaderClassName
{
color: #EDD334;
}
.AnyTagClassName
{
color: #EDD334;
}
</style>
background-color css
<style>
a { background-color: #EDD334; }
a { background-color: rgb(237,211,52); }
div.DivClassName
{
background-color: #EDD334;
}
.BgClassName
{
background-color: #EDD334;
}
</style>
border-color css
<style>
span { border-color: #EDD334; }
span { border-color: rgb(237,211,52); }
td.TdClassName
{
border-color: #EDD334;
}
.TagClassName
{
border-color: #EDD334;
}
</style>