Shades of Golden Dream #EDD22C
Tints of Golden Dream #EDD22C
RGB
CMYK
RGB Variations
Color information
#EDD22C (or 0xEDD22C) is known color: Golden Dream. HEX triplet: ED, D2 and 2C. RGB value is (237,210,44). Sum of RGB (Red+Green+Blue) = 237+210+44=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 44 (17.58% from 255 or 8.96% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD22C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD22C is #122DD3. Grayscale: #C7C7C7. Windows color (decimal): -1191380 or 2937581. OLE color: 2937581.
HSL color Cylindrical-coordinate representation of color #EDD22C: hue angle of 51.61º 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 #EDD22C is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 44 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.07 |
| HSL | 51.61º | 0.84% | 0.55% | - |
| HSV(B) | 51.61º | 0.81% | 0.93% | - |
| XYZ | 58.43 | 64.28 | 11.71 | - |
| YUV | 199.15 | 40.45 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 44 | 0 | 0.11 | 0.81 | 0.07 | 51.61 | 0.84 | 0.55 |
| Hex | ED | D2 | 2C | 0 | B | 51 | 7 | 34 | 54 | 37 |
| Octal | 355 | 322 | 54 | 0 | 13 | 121 | 7 | 64 | 124 | 67 |
| Binary | 11101101 | 11010010 | 101100 | 0 | 1011 | 1010001 | 111 | 110100 | 1010100 | 110111 |
Color Harmonies of #EDD22C
Complementary color
Monochromatic Colors of #EDD22C
Black with #EDD22C
Text Example
Text Example
White with #EDD22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD22C; }
p { color: rgb(237,210,44); }
H1.HeaderClassName
{
color: #EDD22C;
}
.AnyTagClassName
{
color: #EDD22C;
}
</style>
background-color css
<style>
a { background-color: #EDD22C; }
a { background-color: rgb(237,210,44); }
div.DivClassName
{
background-color: #EDD22C;
}
.BgClassName
{
background-color: #EDD22C;
}
</style>
border-color css
<style>
span { border-color: #EDD22C; }
span { border-color: rgb(237,210,44); }
td.TdClassName
{
border-color: #EDD22C;
}
.TagClassName
{
border-color: #EDD22C;
}
</style>