Shades of Golden Dream #EDC82F
Tints of Golden Dream #EDC82F
RGB
CMYK
RGB Variations
Color information
#EDC82F (or 0xEDC82F) is known color: Golden Dream. HEX triplet: ED, C8 and 2F. RGB value is (237,200,47). Sum of RGB (Red+Green+Blue) = 237+200+47=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 47 (18.75% from 255 or 9.71% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC82F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC82F is #1237D0. Grayscale: #C2C2C2. Windows color (decimal): -1193937 or 3131629. OLE color: 3131629.
HSL color Cylindrical-coordinate representation of color #EDC82F: hue angle of 48.32º 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 #EDC82F is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 200 | 47 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.07 |
| HSL | 48.32º | 0.84% | 0.56% | - |
| HSV(B) | 48.32º | 0.8% | 0.93% | - |
| XYZ | 56.09 | 59.52 | 11.22 | - |
| YUV | 193.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 200 | 47 | 0 | 0.16 | 0.80 | 0.07 | 48.32 | 0.84 | 0.56 |
| Hex | ED | C8 | 2F | 0 | 10 | 50 | 7 | 30 | 54 | 38 |
| Octal | 355 | 310 | 57 | 0 | 20 | 120 | 7 | 60 | 124 | 70 |
| Binary | 11101101 | 11001000 | 101111 | 0 | 10000 | 1010000 | 111 | 110000 | 1010100 | 111000 |
Color Harmonies of #EDC82F
Complementary color
Monochromatic Colors of #EDC82F
Black with #EDC82F
Text Example
Text Example
White with #EDC82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC82F; }
p { color: rgb(237,200,47); }
H1.HeaderClassName
{
color: #EDC82F;
}
.AnyTagClassName
{
color: #EDC82F;
}
</style>
background-color css
<style>
a { background-color: #EDC82F; }
a { background-color: rgb(237,200,47); }
div.DivClassName
{
background-color: #EDC82F;
}
.BgClassName
{
background-color: #EDC82F;
}
</style>
border-color css
<style>
span { border-color: #EDC82F; }
span { border-color: rgb(237,200,47); }
td.TdClassName
{
border-color: #EDC82F;
}
.TagClassName
{
border-color: #EDC82F;
}
</style>