Shades of Golden Dream #EDCF2D
Tints of Golden Dream #EDCF2D
RGB
CMYK
RGB Variations
Color information
#EDCF2D (or 0xEDCF2D) is known color: Golden Dream. HEX triplet: ED, CF and 2D. RGB value is (237,207,45). Sum of RGB (Red+Green+Blue) = 237+207+45=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 45 (17.97% from 255 or 9.20% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCF2D is #1230D2. Grayscale: #C6C6C6. Windows color (decimal): -1192147 or 3002349. OLE color: 3002349.
HSL color Cylindrical-coordinate representation of color #EDCF2D: hue angle of 50.62º 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 #EDCF2D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 207 | 45 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.07 |
| HSL | 50.63º | 0.84% | 0.55% | - |
| HSV(B) | 50.63º | 0.81% | 0.93% | - |
| XYZ | 57.71 | 62.82 | 11.57 | - |
| YUV | 197.5 | 41.94 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 207 | 45 | 0 | 0.13 | 0.81 | 0.07 | 50.63 | 0.84 | 0.55 |
| Hex | ED | CF | 2D | 0 | D | 51 | 7 | 33 | 54 | 37 |
| Octal | 355 | 317 | 55 | 0 | 15 | 121 | 7 | 63 | 124 | 67 |
| Binary | 11101101 | 11001111 | 101101 | 0 | 1101 | 1010001 | 111 | 110011 | 1010100 | 110111 |
Color Harmonies of #EDCF2D
Complementary color
Monochromatic Colors of #EDCF2D
Black with #EDCF2D
Text Example
Text Example
White with #EDCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCF2D; }
p { color: rgb(237,207,45); }
H1.HeaderClassName
{
color: #EDCF2D;
}
.AnyTagClassName
{
color: #EDCF2D;
}
</style>
background-color css
<style>
a { background-color: #EDCF2D; }
a { background-color: rgb(237,207,45); }
div.DivClassName
{
background-color: #EDCF2D;
}
.BgClassName
{
background-color: #EDCF2D;
}
</style>
border-color css
<style>
span { border-color: #EDCF2D; }
span { border-color: rgb(237,207,45); }
td.TdClassName
{
border-color: #EDCF2D;
}
.TagClassName
{
border-color: #EDCF2D;
}
</style>