Shades of Golden Dream #EDCD30
Tints of Golden Dream #EDCD30
RGB
CMYK
RGB Variations
Color information
#EDCD30 (or 0xEDCD30) is known color: Golden Dream. HEX triplet: ED, CD and 30. RGB value is (237,205,48). Sum of RGB (Red+Green+Blue) = 237+205+48=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD30 is #1232CF. Grayscale: #C5C5C5. Windows color (decimal): -1192656 or 3198445. OLE color: 3198445.
HSL color Cylindrical-coordinate representation of color #EDCD30: hue angle of 49.84º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDCD30 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 48 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.07 |
| HSL | 49.84º | 0.84% | 0.56% | - |
| HSV(B) | 49.84º | 0.8% | 0.93% | - |
| XYZ | 57.29 | 61.88 | 11.72 | - |
| YUV | 196.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 48 | 0 | 0.14 | 0.80 | 0.07 | 49.84 | 0.84 | 0.56 |
| Hex | ED | CD | 30 | 0 | E | 50 | 7 | 32 | 54 | 38 |
| Octal | 355 | 315 | 60 | 0 | 16 | 120 | 7 | 62 | 124 | 70 |
| Binary | 11101101 | 11001101 | 110000 | 0 | 1110 | 1010000 | 111 | 110010 | 1010100 | 111000 |
Color Harmonies of #EDCD30
Complementary color
Monochromatic Colors of #EDCD30
Black with #EDCD30
Text Example
Text Example
White with #EDCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD30; }
p { color: rgb(237,205,48); }
H1.HeaderClassName
{
color: #EDCD30;
}
.AnyTagClassName
{
color: #EDCD30;
}
</style>
background-color css
<style>
a { background-color: #EDCD30; }
a { background-color: rgb(237,205,48); }
div.DivClassName
{
background-color: #EDCD30;
}
.BgClassName
{
background-color: #EDCD30;
}
</style>
border-color css
<style>
span { border-color: #EDCD30; }
span { border-color: rgb(237,205,48); }
td.TdClassName
{
border-color: #EDCD30;
}
.TagClassName
{
border-color: #EDCD30;
}
</style>