Shades of Golden Dream #EDD02E
Tints of Golden Dream #EDD02E
RGB
CMYK
RGB Variations
Color information
#EDD02E (or 0xEDD02E) is known color: Golden Dream. HEX triplet: ED, D0 and 2E. RGB value is (237,208,46). Sum of RGB (Red+Green+Blue) = 237+208+46=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD02E is #122FD1. Grayscale: #C6C6C6. Windows color (decimal): -1191890 or 3068141. OLE color: 3068141.
HSL color Cylindrical-coordinate representation of color #EDD02E: hue angle of 50.89º 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 #EDD02E is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 46 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.07 |
| HSL | 50.89º | 0.84% | 0.55% | - |
| HSV(B) | 50.89º | 0.81% | 0.93% | - |
| XYZ | 57.97 | 63.31 | 11.75 | - |
| YUV | 198.2 | 42.11 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 46 | 0 | 0.12 | 0.81 | 0.07 | 50.89 | 0.84 | 0.55 |
| Hex | ED | D0 | 2E | 0 | C | 51 | 7 | 33 | 54 | 37 |
| Octal | 355 | 320 | 56 | 0 | 14 | 121 | 7 | 63 | 124 | 67 |
| Binary | 11101101 | 11010000 | 101110 | 0 | 1100 | 1010001 | 111 | 110011 | 1010100 | 110111 |
Color Harmonies of #EDD02E
Complementary color
Monochromatic Colors of #EDD02E
Black with #EDD02E
Text Example
Text Example
White with #EDD02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD02E; }
p { color: rgb(237,208,46); }
H1.HeaderClassName
{
color: #EDD02E;
}
.AnyTagClassName
{
color: #EDD02E;
}
</style>
background-color css
<style>
a { background-color: #EDD02E; }
a { background-color: rgb(237,208,46); }
div.DivClassName
{
background-color: #EDD02E;
}
.BgClassName
{
background-color: #EDD02E;
}
</style>
border-color css
<style>
span { border-color: #EDD02E; }
span { border-color: rgb(237,208,46); }
td.TdClassName
{
border-color: #EDD02E;
}
.TagClassName
{
border-color: #EDD02E;
}
</style>