Shades of Golden Dream #EDD22E
Tints of Golden Dream #EDD22E
RGB
CMYK
RGB Variations
Color information
#EDD22E (or 0xEDD22E) is known color: Golden Dream. HEX triplet: ED, D2 and 2E. RGB value is (237,210,46). Sum of RGB (Red+Green+Blue) = 237+210+46=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 210 (82.42% from 255 or 42.60% from 493); Blue value is 46 (18.36% from 255 or 9.33% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD22E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD22E is #122DD1. Grayscale: #C8C8C8. Windows color (decimal): -1191378 or 3068653. OLE color: 3068653.
HSL color Cylindrical-coordinate representation of color #EDD22E: hue angle of 51.52º 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 #EDD22E is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 46 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.07 |
| HSL | 51.52º | 0.84% | 0.55% | - |
| HSV(B) | 51.52º | 0.81% | 0.93% | - |
| XYZ | 58.46 | 64.29 | 11.91 | - |
| YUV | 199.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 46 | 0 | 0.11 | 0.81 | 0.07 | 51.52 | 0.84 | 0.55 |
| Hex | ED | D2 | 2E | 0 | B | 51 | 7 | 34 | 54 | 37 |
| Octal | 355 | 322 | 56 | 0 | 13 | 121 | 7 | 64 | 124 | 67 |
| Binary | 11101101 | 11010010 | 101110 | 0 | 1011 | 1010001 | 111 | 110100 | 1010100 | 110111 |
Color Harmonies of #EDD22E
Complementary color
Monochromatic Colors of #EDD22E
Black with #EDD22E
Text Example
Text Example
White with #EDD22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD22E; }
p { color: rgb(237,210,46); }
H1.HeaderClassName
{
color: #EDD22E;
}
.AnyTagClassName
{
color: #EDD22E;
}
</style>
background-color css
<style>
a { background-color: #EDD22E; }
a { background-color: rgb(237,210,46); }
div.DivClassName
{
background-color: #EDD22E;
}
.BgClassName
{
background-color: #EDD22E;
}
</style>
border-color css
<style>
span { border-color: #EDD22E; }
span { border-color: rgb(237,210,46); }
td.TdClassName
{
border-color: #EDD22E;
}
.TagClassName
{
border-color: #EDD22E;
}
</style>