Shades of Golden Dream #EDD234
Tints of Golden Dream #EDD234
RGB
CMYK
RGB Variations
Color information
#EDD234 (or 0xEDD234) is known color: Golden Dream. HEX triplet: ED, D2 and 34. RGB value is (237,210,52). Sum of RGB (Red+Green+Blue) = 237+210+52=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 210 (82.42% from 255 or 42.08% from 499); Blue value is 52 (20.70% from 255 or 10.42% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD234 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD234 is #122DCB. Grayscale: #C8C8C8. Windows color (decimal): -1191372 or 3461869. OLE color: 3461869.
HSL color Cylindrical-coordinate representation of color #EDD234: hue angle of 51.24º 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 #EDD234 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 52 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.07 |
| HSL | 51.24º | 0.84% | 0.57% | - |
| HSV(B) | 51.24º | 0.78% | 0.93% | - |
| XYZ | 58.59 | 64.35 | 12.58 | - |
| YUV | 200.06 | 44.45 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 52 | 0 | 0.11 | 0.78 | 0.07 | 51.24 | 0.84 | 0.57 |
| Hex | ED | D2 | 34 | 0 | B | 4E | 7 | 33 | 54 | 39 |
| Octal | 355 | 322 | 64 | 0 | 13 | 116 | 7 | 63 | 124 | 71 |
| Binary | 11101101 | 11010010 | 110100 | 0 | 1011 | 1001110 | 111 | 110011 | 1010100 | 111001 |
Color Harmonies of #EDD234
Complementary color
Monochromatic Colors of #EDD234
Black with #EDD234
Text Example
Text Example
White with #EDD234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD234; }
p { color: rgb(237,210,52); }
H1.HeaderClassName
{
color: #EDD234;
}
.AnyTagClassName
{
color: #EDD234;
}
</style>
background-color css
<style>
a { background-color: #EDD234; }
a { background-color: rgb(237,210,52); }
div.DivClassName
{
background-color: #EDD234;
}
.BgClassName
{
background-color: #EDD234;
}
</style>
border-color css
<style>
span { border-color: #EDD234; }
span { border-color: rgb(237,210,52); }
td.TdClassName
{
border-color: #EDD234;
}
.TagClassName
{
border-color: #EDD234;
}
</style>