Shades of Golden Dream #EDCE2D
Tints of Golden Dream #EDCE2D
RGB
CMYK
RGB Variations
Color information
#EDCE2D (or 0xEDCE2D) is known color: Golden Dream. HEX triplet: ED, CE and 2D. RGB value is (237,206,45). Sum of RGB (Red+Green+Blue) = 237+206+45=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 45 (17.97% from 255 or 9.22% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE2D is #1231D2. Grayscale: #C5C5C5. Windows color (decimal): -1192403 or 3002093. OLE color: 3002093.
HSL color Cylindrical-coordinate representation of color #EDCE2D: hue angle of 50.31º 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 #EDCE2D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 206 | 45 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.07 |
| HSL | 50.31º | 0.84% | 0.55% | - |
| HSV(B) | 50.31º | 0.81% | 0.93% | - |
| XYZ | 57.47 | 62.34 | 11.49 | - |
| YUV | 196.92 | 42.27 | 156.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 206 | 45 | 0 | 0.13 | 0.81 | 0.07 | 50.31 | 0.84 | 0.55 |
| Hex | ED | CE | 2D | 0 | D | 51 | 7 | 32 | 54 | 37 |
| Octal | 355 | 316 | 55 | 0 | 15 | 121 | 7 | 62 | 124 | 67 |
| Binary | 11101101 | 11001110 | 101101 | 0 | 1101 | 1010001 | 111 | 110010 | 1010100 | 110111 |
Color Harmonies of #EDCE2D
Complementary color
Monochromatic Colors of #EDCE2D
Black with #EDCE2D
Text Example
Text Example
White with #EDCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCE2D; }
p { color: rgb(237,206,45); }
H1.HeaderClassName
{
color: #EDCE2D;
}
.AnyTagClassName
{
color: #EDCE2D;
}
</style>
background-color css
<style>
a { background-color: #EDCE2D; }
a { background-color: rgb(237,206,45); }
div.DivClassName
{
background-color: #EDCE2D;
}
.BgClassName
{
background-color: #EDCE2D;
}
</style>
border-color css
<style>
span { border-color: #EDCE2D; }
span { border-color: rgb(237,206,45); }
td.TdClassName
{
border-color: #EDCE2D;
}
.TagClassName
{
border-color: #EDCE2D;
}
</style>