Shades of Golden Dream #EDD02D
Tints of Golden Dream #EDD02D
RGB
CMYK
RGB Variations
Color information
#EDD02D (or 0xEDD02D) is known color: Golden Dream. HEX triplet: ED, D0 and 2D. RGB value is (237,208,45). Sum of RGB (Red+Green+Blue) = 237+208+45=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 45 (17.97% from 255 or 9.18% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD02D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD02D is #122FD2. Grayscale: #C6C6C6. Windows color (decimal): -1191891 or 3002605. OLE color: 3002605.
HSL color Cylindrical-coordinate representation of color #EDD02D: hue angle of 50.94º 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 #EDD02D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 45 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.07 |
| HSL | 50.94º | 0.84% | 0.55% | - |
| HSV(B) | 50.94º | 0.81% | 0.93% | - |
| XYZ | 57.95 | 63.31 | 11.65 | - |
| YUV | 198.09 | 41.61 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 45 | 0 | 0.12 | 0.81 | 0.07 | 50.94 | 0.84 | 0.55 |
| Hex | ED | D0 | 2D | 0 | C | 51 | 7 | 33 | 54 | 37 |
| Octal | 355 | 320 | 55 | 0 | 14 | 121 | 7 | 63 | 124 | 67 |
| Binary | 11101101 | 11010000 | 101101 | 0 | 1100 | 1010001 | 111 | 110011 | 1010100 | 110111 |
Color Harmonies of #EDD02D
Complementary color
Monochromatic Colors of #EDD02D
Black with #EDD02D
Text Example
Text Example
White with #EDD02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD02D; }
p { color: rgb(237,208,45); }
H1.HeaderClassName
{
color: #EDD02D;
}
.AnyTagClassName
{
color: #EDD02D;
}
</style>
background-color css
<style>
a { background-color: #EDD02D; }
a { background-color: rgb(237,208,45); }
div.DivClassName
{
background-color: #EDD02D;
}
.BgClassName
{
background-color: #EDD02D;
}
</style>
border-color css
<style>
span { border-color: #EDD02D; }
span { border-color: rgb(237,208,45); }
td.TdClassName
{
border-color: #EDD02D;
}
.TagClassName
{
border-color: #EDD02D;
}
</style>