Shades of Golden Dream #EDC930
Tints of Golden Dream #EDC930
RGB
CMYK
RGB Variations
Color information
#EDC930 (or 0xEDC930) is known color: Golden Dream. HEX triplet: ED, C9 and 30. RGB value is (237,201,48). Sum of RGB (Red+Green+Blue) = 237+201+48=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 201 (78.91% from 255 or 41.36% from 486); Blue value is 48 (19.14% from 255 or 9.88% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC930 is #1236CF. Grayscale: #C2C2C2. Windows color (decimal): -1193680 or 3197421. OLE color: 3197421.
HSL color Cylindrical-coordinate representation of color #EDC930: hue angle of 48.57º 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 #EDC930 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 48 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.07 |
| HSL | 48.57º | 0.84% | 0.56% | - |
| HSV(B) | 48.57º | 0.8% | 0.93% | - |
| XYZ | 56.35 | 59.99 | 11.41 | - |
| YUV | 194.32 | 45.43 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 48 | 0 | 0.15 | 0.80 | 0.07 | 48.57 | 0.84 | 0.56 |
| Hex | ED | C9 | 30 | 0 | F | 50 | 7 | 31 | 54 | 38 |
| Octal | 355 | 311 | 60 | 0 | 17 | 120 | 7 | 61 | 124 | 70 |
| Binary | 11101101 | 11001001 | 110000 | 0 | 1111 | 1010000 | 111 | 110001 | 1010100 | 111000 |
Color Harmonies of #EDC930
Complementary color
Monochromatic Colors of #EDC930
Black with #EDC930
Text Example
Text Example
White with #EDC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC930; }
p { color: rgb(237,201,48); }
H1.HeaderClassName
{
color: #EDC930;
}
.AnyTagClassName
{
color: #EDC930;
}
</style>
background-color css
<style>
a { background-color: #EDC930; }
a { background-color: rgb(237,201,48); }
div.DivClassName
{
background-color: #EDC930;
}
.BgClassName
{
background-color: #EDC930;
}
</style>
border-color css
<style>
span { border-color: #EDC930; }
span { border-color: rgb(237,201,48); }
td.TdClassName
{
border-color: #EDC930;
}
.TagClassName
{
border-color: #EDC930;
}
</style>