Shades of Golden Dream #EDCE30
Tints of Golden Dream #EDCE30
RGB
CMYK
RGB Variations
Color information
#EDCE30 (or 0xEDCE30) is known color: Golden Dream. HEX triplet: ED, CE and 30. RGB value is (237,206,48). Sum of RGB (Red+Green+Blue) = 237+206+48=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE30 is #1231CF. Grayscale: #C5C5C5. Windows color (decimal): -1192400 or 3198701. OLE color: 3198701.
HSL color Cylindrical-coordinate representation of color #EDCE30: hue angle of 50.16º 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 #EDCE30 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 48 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.07 |
| HSL | 50.16º | 0.84% | 0.56% | - |
| HSV(B) | 50.16º | 0.8% | 0.93% | - |
| XYZ | 57.53 | 62.36 | 11.8 | - |
| YUV | 197.26 | 43.77 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 48 | 0 | 0.13 | 0.80 | 0.07 | 50.16 | 0.84 | 0.56 |
| Hex | ED | CE | 30 | 0 | D | 50 | 7 | 32 | 54 | 38 |
| Octal | 355 | 316 | 60 | 0 | 15 | 120 | 7 | 62 | 124 | 70 |
| Binary | 11101101 | 11001110 | 110000 | 0 | 1101 | 1010000 | 111 | 110010 | 1010100 | 111000 |
Color Harmonies of #EDCE30
Complementary color
Monochromatic Colors of #EDCE30
Black with #EDCE30
Text Example
Text Example
White with #EDCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE30; }
p { color: rgb(237,206,48); }
H1.HeaderClassName
{
color: #EDCE30;
}
.AnyTagClassName
{
color: #EDCE30;
}
</style>
background-color css
<style>
a { background-color: #EDCE30; }
a { background-color: rgb(237,206,48); }
div.DivClassName
{
background-color: #EDCE30;
}
.BgClassName
{
background-color: #EDCE30;
}
</style>
border-color css
<style>
span { border-color: #EDCE30; }
span { border-color: rgb(237,206,48); }
td.TdClassName
{
border-color: #EDCE30;
}
.TagClassName
{
border-color: #EDCE30;
}
</style>