Shades of Golden Dream #EDC92F
Tints of Golden Dream #EDC92F
RGB
CMYK
RGB Variations
Color information
#EDC92F (or 0xEDC92F) is known color: Golden Dream. HEX triplet: ED, C9 and 2F. RGB value is (237,201,47). Sum of RGB (Red+Green+Blue) = 237+201+47=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 47 (18.75% from 255 or 9.69% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC92F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC92F is #1236D0. Grayscale: #C2C2C2. Windows color (decimal): -1193681 or 3131885. OLE color: 3131885.
HSL color Cylindrical-coordinate representation of color #EDC92F: hue angle of 48.63º 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 #EDC92F is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 47 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.07 |
| HSL | 48.63º | 0.84% | 0.56% | - |
| HSV(B) | 48.63º | 0.8% | 0.93% | - |
| XYZ | 56.32 | 59.98 | 11.3 | - |
| YUV | 194.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 47 | 0 | 0.15 | 0.80 | 0.07 | 48.63 | 0.84 | 0.56 |
| Hex | ED | C9 | 2F | 0 | F | 50 | 7 | 31 | 54 | 38 |
| Octal | 355 | 311 | 57 | 0 | 17 | 120 | 7 | 61 | 124 | 70 |
| Binary | 11101101 | 11001001 | 101111 | 0 | 1111 | 1010000 | 111 | 110001 | 1010100 | 111000 |
Color Harmonies of #EDC92F
Complementary color
Monochromatic Colors of #EDC92F
Black with #EDC92F
Text Example
Text Example
White with #EDC92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC92F; }
p { color: rgb(237,201,47); }
H1.HeaderClassName
{
color: #EDC92F;
}
.AnyTagClassName
{
color: #EDC92F;
}
</style>
background-color css
<style>
a { background-color: #EDC92F; }
a { background-color: rgb(237,201,47); }
div.DivClassName
{
background-color: #EDC92F;
}
.BgClassName
{
background-color: #EDC92F;
}
</style>
border-color css
<style>
span { border-color: #EDC92F; }
span { border-color: rgb(237,201,47); }
td.TdClassName
{
border-color: #EDC92F;
}
.TagClassName
{
border-color: #EDC92F;
}
</style>