Shades of Golden Dream #EDD22F
Tints of Golden Dream #EDD22F
RGB
CMYK
RGB Variations
Color information
#EDD22F (or 0xEDD22F) is known color: Golden Dream. HEX triplet: ED, D2 and 2F. RGB value is (237,210,47). Sum of RGB (Red+Green+Blue) = 237+210+47=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 210 (82.42% from 255 or 42.51% from 494); Blue value is 47 (18.75% from 255 or 9.51% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD22F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD22F is #122DD0. Grayscale: #C8C8C8. Windows color (decimal): -1191377 or 3134189. OLE color: 3134189.
HSL color Cylindrical-coordinate representation of color #EDD22F: hue angle of 51.47º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDD22F is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 47 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.07 |
| HSL | 51.47º | 0.84% | 0.56% | - |
| HSV(B) | 51.47º | 0.8% | 0.93% | - |
| XYZ | 58.48 | 64.3 | 12.02 | - |
| YUV | 199.49 | 41.95 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 47 | 0 | 0.11 | 0.80 | 0.07 | 51.47 | 0.84 | 0.56 |
| Hex | ED | D2 | 2F | 0 | B | 50 | 7 | 33 | 54 | 38 |
| Octal | 355 | 322 | 57 | 0 | 13 | 120 | 7 | 63 | 124 | 70 |
| Binary | 11101101 | 11010010 | 101111 | 0 | 1011 | 1010000 | 111 | 110011 | 1010100 | 111000 |
Color Harmonies of #EDD22F
Complementary color
Monochromatic Colors of #EDD22F
Black with #EDD22F
Text Example
Text Example
White with #EDD22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD22F; }
p { color: rgb(237,210,47); }
H1.HeaderClassName
{
color: #EDD22F;
}
.AnyTagClassName
{
color: #EDD22F;
}
</style>
background-color css
<style>
a { background-color: #EDD22F; }
a { background-color: rgb(237,210,47); }
div.DivClassName
{
background-color: #EDD22F;
}
.BgClassName
{
background-color: #EDD22F;
}
</style>
border-color css
<style>
span { border-color: #EDD22F; }
span { border-color: rgb(237,210,47); }
td.TdClassName
{
border-color: #EDD22F;
}
.TagClassName
{
border-color: #EDD22F;
}
</style>