Shades of Golden Dream #EDD52B
Tints of Golden Dream #EDD52B
RGB
CMYK
RGB Variations
Color information
#EDD52B (or 0xEDD52B) is known color: Golden Dream. HEX triplet: ED, D5 and 2B. RGB value is (237,213,43). Sum of RGB (Red+Green+Blue) = 237+213+43=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 213 (83.59% from 255 or 43.20% from 493); Blue value is 43 (17.19% from 255 or 8.72% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD52B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD52B is #122AD4. Grayscale: #C9C9C9. Windows color (decimal): -1190613 or 2872813. OLE color: 2872813.
HSL color Cylindrical-coordinate representation of color #EDD52B: hue angle of 52.58º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDD52B is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 213 | 43 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.07 |
| HSL | 52.58º | 0.84% | 0.55% | - |
| HSV(B) | 52.58º | 0.82% | 0.93% | - |
| XYZ | 59.16 | 65.77 | 11.86 | - |
| YUV | 200.8 | 38.95 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 213 | 43 | 0 | 0.10 | 0.82 | 0.07 | 52.58 | 0.84 | 0.55 |
| Hex | ED | D5 | 2B | 0 | A | 52 | 7 | 35 | 54 | 37 |
| Octal | 355 | 325 | 53 | 0 | 12 | 122 | 7 | 65 | 124 | 67 |
| Binary | 11101101 | 11010101 | 101011 | 0 | 1010 | 1010010 | 111 | 110101 | 1010100 | 110111 |
Color Harmonies of #EDD52B
Complementary color
Monochromatic Colors of #EDD52B
Black with #EDD52B
Text Example
Text Example
White with #EDD52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD52B; }
p { color: rgb(237,213,43); }
H1.HeaderClassName
{
color: #EDD52B;
}
.AnyTagClassName
{
color: #EDD52B;
}
</style>
background-color css
<style>
a { background-color: #EDD52B; }
a { background-color: rgb(237,213,43); }
div.DivClassName
{
background-color: #EDD52B;
}
.BgClassName
{
background-color: #EDD52B;
}
</style>
border-color css
<style>
span { border-color: #EDD52B; }
span { border-color: rgb(237,213,43); }
td.TdClassName
{
border-color: #EDD52B;
}
.TagClassName
{
border-color: #EDD52B;
}
</style>