Shades of Golden Dream #EDC82C
Tints of Golden Dream #EDC82C
RGB
CMYK
RGB Variations
Color information
#EDC82C (or 0xEDC82C) is known color: Golden Dream. HEX triplet: ED, C8 and 2C. RGB value is (237,200,44). Sum of RGB (Red+Green+Blue) = 237+200+44=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 44 (17.58% from 255 or 9.15% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC82C is #1237D3. Grayscale: #C1C1C1. Windows color (decimal): -1193940 or 2935021. OLE color: 2935021.
HSL color Cylindrical-coordinate representation of color #EDC82C: hue angle of 48.5º 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 #EDC82C is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 44 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.07 |
| HSL | 48.5º | 0.84% | 0.55% | - |
| HSV(B) | 48.5º | 0.81% | 0.93% | - |
| XYZ | 56.03 | 59.49 | 10.91 | - |
| YUV | 193.28 | 43.76 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 44 | 0 | 0.16 | 0.81 | 0.07 | 48.5 | 0.84 | 0.55 |
| Hex | ED | C8 | 2C | 0 | 10 | 51 | 7 | 30 | 54 | 37 |
| Octal | 355 | 310 | 54 | 0 | 20 | 121 | 7 | 60 | 124 | 67 |
| Binary | 11101101 | 11001000 | 101100 | 0 | 10000 | 1010001 | 111 | 110000 | 1010100 | 110111 |
Color Harmonies of #EDC82C
Complementary color
Monochromatic Colors of #EDC82C
Black with #EDC82C
Text Example
Text Example
White with #EDC82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC82C; }
p { color: rgb(237,200,44); }
H1.HeaderClassName
{
color: #EDC82C;
}
.AnyTagClassName
{
color: #EDC82C;
}
</style>
background-color css
<style>
a { background-color: #EDC82C; }
a { background-color: rgb(237,200,44); }
div.DivClassName
{
background-color: #EDC82C;
}
.BgClassName
{
background-color: #EDC82C;
}
</style>
border-color css
<style>
span { border-color: #EDC82C; }
span { border-color: rgb(237,200,44); }
td.TdClassName
{
border-color: #EDC82C;
}
.TagClassName
{
border-color: #EDC82C;
}
</style>