Shades of Golden Dream #EDD02A
Tints of Golden Dream #EDD02A
RGB
CMYK
RGB Variations
Color information
#EDD02A (or 0xEDD02A) is known color: Golden Dream. HEX triplet: ED, D0 and 2A. RGB value is (237,208,42). Sum of RGB (Red+Green+Blue) = 237+208+42=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 42 (16.80% from 255 or 8.62% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD02A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD02A is #122FD5. Grayscale: #C6C6C6. Windows color (decimal): -1191894 or 2805997. OLE color: 2805997.
HSL color Cylindrical-coordinate representation of color #EDD02A: hue angle of 51.08º 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 #EDD02A is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 208 | 42 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.07 |
| HSL | 51.08º | 0.84% | 0.55% | - |
| HSV(B) | 51.08º | 0.82% | 0.93% | - |
| XYZ | 57.9 | 63.28 | 11.35 | - |
| YUV | 197.75 | 40.11 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 208 | 42 | 0 | 0.12 | 0.82 | 0.07 | 51.08 | 0.84 | 0.55 |
| Hex | ED | D0 | 2A | 0 | C | 52 | 7 | 33 | 54 | 37 |
| Octal | 355 | 320 | 52 | 0 | 14 | 122 | 7 | 63 | 124 | 67 |
| Binary | 11101101 | 11010000 | 101010 | 0 | 1100 | 1010010 | 111 | 110011 | 1010100 | 110111 |
Color Harmonies of #EDD02A
Complementary color
Monochromatic Colors of #EDD02A
Black with #EDD02A
Text Example
Text Example
White with #EDD02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD02A; }
p { color: rgb(237,208,42); }
H1.HeaderClassName
{
color: #EDD02A;
}
.AnyTagClassName
{
color: #EDD02A;
}
</style>
background-color css
<style>
a { background-color: #EDD02A; }
a { background-color: rgb(237,208,42); }
div.DivClassName
{
background-color: #EDD02A;
}
.BgClassName
{
background-color: #EDD02A;
}
</style>
border-color css
<style>
span { border-color: #EDD02A; }
span { border-color: rgb(237,208,42); }
td.TdClassName
{
border-color: #EDD02A;
}
.TagClassName
{
border-color: #EDD02A;
}
</style>