Shades of Golden Dream #EDC82D
Tints of Golden Dream #EDC82D
RGB
CMYK
RGB Variations
Color information
#EDC82D (or 0xEDC82D) is known color: Golden Dream. HEX triplet: ED, C8 and 2D. RGB value is (237,200,45). Sum of RGB (Red+Green+Blue) = 237+200+45=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC82D is #1237D2. Grayscale: #C2C2C2. Windows color (decimal): -1193939 or 3000557. OLE color: 3000557.
HSL color Cylindrical-coordinate representation of color #EDC82D: hue angle of 48.44º 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 #EDC82D is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 45 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.07 |
| HSL | 48.44º | 0.84% | 0.55% | - |
| HSV(B) | 48.44º | 0.81% | 0.93% | - |
| XYZ | 56.05 | 59.5 | 11.01 | - |
| YUV | 193.39 | 44.26 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 45 | 0 | 0.16 | 0.81 | 0.07 | 48.44 | 0.84 | 0.55 |
| Hex | ED | C8 | 2D | 0 | 10 | 51 | 7 | 30 | 54 | 37 |
| Octal | 355 | 310 | 55 | 0 | 20 | 121 | 7 | 60 | 124 | 67 |
| Binary | 11101101 | 11001000 | 101101 | 0 | 10000 | 1010001 | 111 | 110000 | 1010100 | 110111 |
Color Harmonies of #EDC82D
Complementary color
Monochromatic Colors of #EDC82D
Black with #EDC82D
Text Example
Text Example
White with #EDC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC82D; }
p { color: rgb(237,200,45); }
H1.HeaderClassName
{
color: #EDC82D;
}
.AnyTagClassName
{
color: #EDC82D;
}
</style>
background-color css
<style>
a { background-color: #EDC82D; }
a { background-color: rgb(237,200,45); }
div.DivClassName
{
background-color: #EDC82D;
}
.BgClassName
{
background-color: #EDC82D;
}
</style>
border-color css
<style>
span { border-color: #EDC82D; }
span { border-color: rgb(237,200,45); }
td.TdClassName
{
border-color: #EDC82D;
}
.TagClassName
{
border-color: #EDC82D;
}
</style>