Shades of Golden Dream #EDC82E
Tints of Golden Dream #EDC82E
RGB
CMYK
RGB Variations
Color information
#EDC82E (or 0xEDC82E) is known color: Golden Dream. HEX triplet: ED, C8 and 2E. RGB value is (237,200,46). Sum of RGB (Red+Green+Blue) = 237+200+46=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 46 (18.36% from 255 or 9.52% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC82E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC82E is #1237D1. Grayscale: #C2C2C2. Windows color (decimal): -1193938 or 3066093. OLE color: 3066093.
HSL color Cylindrical-coordinate representation of color #EDC82E: hue angle of 48.38º 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 #EDC82E is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 46 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.07 |
| HSL | 48.38º | 0.84% | 0.55% | - |
| HSV(B) | 48.38º | 0.81% | 0.93% | - |
| XYZ | 56.07 | 59.51 | 11.12 | - |
| YUV | 193.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 46 | 0 | 0.16 | 0.81 | 0.07 | 48.38 | 0.84 | 0.55 |
| Hex | ED | C8 | 2E | 0 | 10 | 51 | 7 | 30 | 54 | 37 |
| Octal | 355 | 310 | 56 | 0 | 20 | 121 | 7 | 60 | 124 | 67 |
| Binary | 11101101 | 11001000 | 101110 | 0 | 10000 | 1010001 | 111 | 110000 | 1010100 | 110111 |
Color Harmonies of #EDC82E
Complementary color
Monochromatic Colors of #EDC82E
Black with #EDC82E
Text Example
Text Example
White with #EDC82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC82E; }
p { color: rgb(237,200,46); }
H1.HeaderClassName
{
color: #EDC82E;
}
.AnyTagClassName
{
color: #EDC82E;
}
</style>
background-color css
<style>
a { background-color: #EDC82E; }
a { background-color: rgb(237,200,46); }
div.DivClassName
{
background-color: #EDC82E;
}
.BgClassName
{
background-color: #EDC82E;
}
</style>
border-color css
<style>
span { border-color: #EDC82E; }
span { border-color: rgb(237,200,46); }
td.TdClassName
{
border-color: #EDC82E;
}
.TagClassName
{
border-color: #EDC82E;
}
</style>