Shades of Golden Dream #EDCD2D
Tints of Golden Dream #EDCD2D
RGB
CMYK
RGB Variations
Color information
#EDCD2D (or 0xEDCD2D) is known color: Golden Dream. HEX triplet: ED, CD and 2D. RGB value is (237,205,45). Sum of RGB (Red+Green+Blue) = 237+205+45=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 45 (17.97% from 255 or 9.24% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD2D is #1232D2. Grayscale: #C4C4C4. Windows color (decimal): -1192659 or 3001837. OLE color: 3001837.
HSL color Cylindrical-coordinate representation of color #EDCD2D: hue angle of 50º 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 #EDCD2D is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 45 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.07 |
| HSL | 50º | 0.84% | 0.55% | - |
| HSV(B) | 50º | 0.81% | 0.93% | - |
| XYZ | 57.23 | 61.86 | 11.41 | - |
| YUV | 196.33 | 42.6 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 45 | 0 | 0.14 | 0.81 | 0.07 | 50 | 0.84 | 0.55 |
| Hex | ED | CD | 2D | 0 | E | 51 | 7 | 32 | 54 | 37 |
| Octal | 355 | 315 | 55 | 0 | 16 | 121 | 7 | 62 | 124 | 67 |
| Binary | 11101101 | 11001101 | 101101 | 0 | 1110 | 1010001 | 111 | 110010 | 1010100 | 110111 |
Color Harmonies of #EDCD2D
Complementary color
Monochromatic Colors of #EDCD2D
Black with #EDCD2D
Text Example
Text Example
White with #EDCD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD2D; }
p { color: rgb(237,205,45); }
H1.HeaderClassName
{
color: #EDCD2D;
}
.AnyTagClassName
{
color: #EDCD2D;
}
</style>
background-color css
<style>
a { background-color: #EDCD2D; }
a { background-color: rgb(237,205,45); }
div.DivClassName
{
background-color: #EDCD2D;
}
.BgClassName
{
background-color: #EDCD2D;
}
</style>
border-color css
<style>
span { border-color: #EDCD2D; }
span { border-color: rgb(237,205,45); }
td.TdClassName
{
border-color: #EDCD2D;
}
.TagClassName
{
border-color: #EDCD2D;
}
</style>