Shades of Golden Dream #EDD42A
Tints of Golden Dream #EDD42A
RGB
CMYK
RGB Variations
Color information
#EDD42A (or 0xEDD42A) is known color: Golden Dream. HEX triplet: ED, D4 and 2A. RGB value is (237,212,42). Sum of RGB (Red+Green+Blue) = 237+212+42=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 42 (16.80% from 255 or 8.55% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD42A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD42A is #122BD5. Grayscale: #C8C8C8. Windows color (decimal): -1190870 or 2807021. OLE color: 2807021.
HSL color Cylindrical-coordinate representation of color #EDD42A: hue angle of 52.31º 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 #EDD42A is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 212 | 42 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.07 |
| HSL | 52.31º | 0.84% | 0.55% | - |
| HSV(B) | 52.31º | 0.82% | 0.93% | - |
| XYZ | 58.89 | 65.26 | 11.68 | - |
| YUV | 200.1 | 38.78 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 212 | 42 | 0 | 0.11 | 0.82 | 0.07 | 52.31 | 0.84 | 0.55 |
| Hex | ED | D4 | 2A | 0 | B | 52 | 7 | 34 | 54 | 37 |
| Octal | 355 | 324 | 52 | 0 | 13 | 122 | 7 | 64 | 124 | 67 |
| Binary | 11101101 | 11010100 | 101010 | 0 | 1011 | 1010010 | 111 | 110100 | 1010100 | 110111 |
Color Harmonies of #EDD42A
Complementary color
Monochromatic Colors of #EDD42A
Black with #EDD42A
Text Example
Text Example
White with #EDD42A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD42A; }
p { color: rgb(237,212,42); }
H1.HeaderClassName
{
color: #EDD42A;
}
.AnyTagClassName
{
color: #EDD42A;
}
</style>
background-color css
<style>
a { background-color: #EDD42A; }
a { background-color: rgb(237,212,42); }
div.DivClassName
{
background-color: #EDD42A;
}
.BgClassName
{
background-color: #EDD42A;
}
</style>
border-color css
<style>
span { border-color: #EDD42A; }
span { border-color: rgb(237,212,42); }
td.TdClassName
{
border-color: #EDD42A;
}
.TagClassName
{
border-color: #EDD42A;
}
</style>