Shades of Golden Dream #EDCD2E
Tints of Golden Dream #EDCD2E
RGB
CMYK
RGB Variations
Color information
#EDCD2E (or 0xEDCD2E) is known color: Golden Dream. HEX triplet: ED, CD and 2E. RGB value is (237,205,46). Sum of RGB (Red+Green+Blue) = 237+205+46=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD2E is #1232D1. Grayscale: #C5C5C5. Windows color (decimal): -1192658 or 3067373. OLE color: 3067373.
HSL color Cylindrical-coordinate representation of color #EDCD2E: hue angle of 49.95º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EDCD2E is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 46 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.07 |
| HSL | 49.95º | 0.84% | 0.55% | - |
| HSV(B) | 49.95º | 0.81% | 0.93% | - |
| XYZ | 57.25 | 61.86 | 11.51 | - |
| YUV | 196.44 | 43.1 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 46 | 0 | 0.14 | 0.81 | 0.07 | 49.95 | 0.84 | 0.55 |
| Hex | ED | CD | 2E | 0 | E | 51 | 7 | 32 | 54 | 37 |
| Octal | 355 | 315 | 56 | 0 | 16 | 121 | 7 | 62 | 124 | 67 |
| Binary | 11101101 | 11001101 | 101110 | 0 | 1110 | 1010001 | 111 | 110010 | 1010100 | 110111 |
Color Harmonies of #EDCD2E
Complementary color
Monochromatic Colors of #EDCD2E
Black with #EDCD2E
Text Example
Text Example
White with #EDCD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD2E; }
p { color: rgb(237,205,46); }
H1.HeaderClassName
{
color: #EDCD2E;
}
.AnyTagClassName
{
color: #EDCD2E;
}
</style>
background-color css
<style>
a { background-color: #EDCD2E; }
a { background-color: rgb(237,205,46); }
div.DivClassName
{
background-color: #EDCD2E;
}
.BgClassName
{
background-color: #EDCD2E;
}
</style>
border-color css
<style>
span { border-color: #EDCD2E; }
span { border-color: rgb(237,205,46); }
td.TdClassName
{
border-color: #EDCD2E;
}
.TagClassName
{
border-color: #EDCD2E;
}
</style>