Shades of Golden Dream #EDD135
Tints of Golden Dream #EDD135
RGB
CMYK
RGB Variations
Color information
#EDD135 (or 0xEDD135) is known color: Golden Dream. HEX triplet: ED, D1 and 35. RGB value is (237,209,53). Sum of RGB (Red+Green+Blue) = 237+209+53=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 209 (82.03% from 255 or 41.88% from 499); Blue value is 53 (21.09% from 255 or 10.62% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD135 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD135 is #122ECA. Grayscale: #C8C8C8. Windows color (decimal): -1191627 or 3527149. OLE color: 3527149.
HSL color Cylindrical-coordinate representation of color #EDD135: hue angle of 50.87º 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 #EDD135 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 209 | 53 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.07 |
| HSL | 50.87º | 0.84% | 0.57% | - |
| HSV(B) | 50.87º | 0.78% | 0.93% | - |
| XYZ | 58.37 | 63.86 | 12.62 | - |
| YUV | 199.59 | 45.28 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 209 | 53 | 0 | 0.12 | 0.78 | 0.07 | 50.87 | 0.84 | 0.57 |
| Hex | ED | D1 | 35 | 0 | C | 4E | 7 | 33 | 54 | 39 |
| Octal | 355 | 321 | 65 | 0 | 14 | 116 | 7 | 63 | 124 | 71 |
| Binary | 11101101 | 11010001 | 110101 | 0 | 1100 | 1001110 | 111 | 110011 | 1010100 | 111001 |
Color Harmonies of #EDD135
Complementary color
Monochromatic Colors of #EDD135
Black with #EDD135
Text Example
Text Example
White with #EDD135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD135; }
p { color: rgb(237,209,53); }
H1.HeaderClassName
{
color: #EDD135;
}
.AnyTagClassName
{
color: #EDD135;
}
</style>
background-color css
<style>
a { background-color: #EDD135; }
a { background-color: rgb(237,209,53); }
div.DivClassName
{
background-color: #EDD135;
}
.BgClassName
{
background-color: #EDD135;
}
</style>
border-color css
<style>
span { border-color: #EDD135; }
span { border-color: rgb(237,209,53); }
td.TdClassName
{
border-color: #EDD135;
}
.TagClassName
{
border-color: #EDD135;
}
</style>