Shades of Golden Dream #EDC92D
Tints of Golden Dream #EDC92D
RGB
CMYK
RGB Variations
Color information
#EDC92D (or 0xEDC92D) is known color: Golden Dream. HEX triplet: ED, C9 and 2D. RGB value is (237,201,45). Sum of RGB (Red+Green+Blue) = 237+201+45=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC92D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDC92D is #1236D2. Grayscale: #C2C2C2. Windows color (decimal): -1193683 or 3000813. OLE color: 3000813.
HSL color Cylindrical-coordinate representation of color #EDC92D: hue angle of 48.75º 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 #EDC92D is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 201 | 45 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.07 |
| HSL | 48.75º | 0.84% | 0.55% | - |
| HSV(B) | 48.75º | 0.81% | 0.93% | - |
| XYZ | 56.29 | 59.97 | 11.09 | - |
| YUV | 193.98 | 43.93 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 201 | 45 | 0 | 0.15 | 0.81 | 0.07 | 48.75 | 0.84 | 0.55 |
| Hex | ED | C9 | 2D | 0 | F | 51 | 7 | 31 | 54 | 37 |
| Octal | 355 | 311 | 55 | 0 | 17 | 121 | 7 | 61 | 124 | 67 |
| Binary | 11101101 | 11001001 | 101101 | 0 | 1111 | 1010001 | 111 | 110001 | 1010100 | 110111 |
Color Harmonies of #EDC92D
Complementary color
Monochromatic Colors of #EDC92D
Black with #EDC92D
Text Example
Text Example
White with #EDC92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDC92D; }
p { color: rgb(237,201,45); }
H1.HeaderClassName
{
color: #EDC92D;
}
.AnyTagClassName
{
color: #EDC92D;
}
</style>
background-color css
<style>
a { background-color: #EDC92D; }
a { background-color: rgb(237,201,45); }
div.DivClassName
{
background-color: #EDC92D;
}
.BgClassName
{
background-color: #EDC92D;
}
</style>
border-color css
<style>
span { border-color: #EDC92D; }
span { border-color: rgb(237,201,45); }
td.TdClassName
{
border-color: #EDC92D;
}
.TagClassName
{
border-color: #EDC92D;
}
</style>