Shades of Golden Dream #EDD42B
Tints of Golden Dream #EDD42B
RGB
CMYK
RGB Variations
Color information
#EDD42B (or 0xEDD42B) is known color: Golden Dream. HEX triplet: ED, D4 and 2B. RGB value is (237,212,43). Sum of RGB (Red+Green+Blue) = 237+212+43=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 212 (83.20% from 255 or 43.09% from 492); Blue value is 43 (17.19% from 255 or 8.74% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD42B is #122BD4. Grayscale: #C8C8C8. Windows color (decimal): -1190869 or 2872557. OLE color: 2872557.
HSL color Cylindrical-coordinate representation of color #EDD42B: hue angle of 52.27º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EDD42B is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 43 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.07 |
| HSL | 52.27º | 0.84% | 0.55% | - |
| HSV(B) | 52.27º | 0.82% | 0.93% | - |
| XYZ | 58.9 | 65.27 | 11.78 | - |
| YUV | 200.21 | 39.28 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 43 | 0 | 0.11 | 0.82 | 0.07 | 52.27 | 0.84 | 0.55 |
| Hex | ED | D4 | 2B | 0 | B | 52 | 7 | 34 | 54 | 37 |
| Octal | 355 | 324 | 53 | 0 | 13 | 122 | 7 | 64 | 124 | 67 |
| Binary | 11101101 | 11010100 | 101011 | 0 | 1011 | 1010010 | 111 | 110100 | 1010100 | 110111 |
Color Harmonies of #EDD42B
Complementary color
Monochromatic Colors of #EDD42B
Black with #EDD42B
Text Example
Text Example
White with #EDD42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD42B; }
p { color: rgb(237,212,43); }
H1.HeaderClassName
{
color: #EDD42B;
}
.AnyTagClassName
{
color: #EDD42B;
}
</style>
background-color css
<style>
a { background-color: #EDD42B; }
a { background-color: rgb(237,212,43); }
div.DivClassName
{
background-color: #EDD42B;
}
.BgClassName
{
background-color: #EDD42B;
}
</style>
border-color css
<style>
span { border-color: #EDD42B; }
span { border-color: rgb(237,212,43); }
td.TdClassName
{
border-color: #EDD42B;
}
.TagClassName
{
border-color: #EDD42B;
}
</style>