Shades of Golden Dream #EDCD2A
Tints of Golden Dream #EDCD2A
RGB
CMYK
RGB Variations
Color information
#EDCD2A (or 0xEDCD2A) is known color: Golden Dream. HEX triplet: ED, CD and 2A. RGB value is (237,205,42). Sum of RGB (Red+Green+Blue) = 237+205+42=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 42 (16.80% from 255 or 8.68% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD2A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD2A is #1232D5. Grayscale: #C4C4C4. Windows color (decimal): -1192662 or 2805229. OLE color: 2805229.
HSL color Cylindrical-coordinate representation of color #EDCD2A: hue angle of 50.15º 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 #EDCD2A is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 42 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.07 |
| HSL | 50.15º | 0.84% | 0.55% | - |
| HSV(B) | 50.15º | 0.82% | 0.93% | - |
| XYZ | 57.17 | 61.83 | 11.11 | - |
| YUV | 195.99 | 41.1 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 42 | 0 | 0.14 | 0.82 | 0.07 | 50.15 | 0.84 | 0.55 |
| Hex | ED | CD | 2A | 0 | E | 52 | 7 | 32 | 54 | 37 |
| Octal | 355 | 315 | 52 | 0 | 16 | 122 | 7 | 62 | 124 | 67 |
| Binary | 11101101 | 11001101 | 101010 | 0 | 1110 | 1010010 | 111 | 110010 | 1010100 | 110111 |
Color Harmonies of #EDCD2A
Complementary color
Monochromatic Colors of #EDCD2A
Black with #EDCD2A
Text Example
Text Example
White with #EDCD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD2A; }
p { color: rgb(237,205,42); }
H1.HeaderClassName
{
color: #EDCD2A;
}
.AnyTagClassName
{
color: #EDCD2A;
}
</style>
background-color css
<style>
a { background-color: #EDCD2A; }
a { background-color: rgb(237,205,42); }
div.DivClassName
{
background-color: #EDCD2A;
}
.BgClassName
{
background-color: #EDCD2A;
}
</style>
border-color css
<style>
span { border-color: #EDCD2A; }
span { border-color: rgb(237,205,42); }
td.TdClassName
{
border-color: #EDCD2A;
}
.TagClassName
{
border-color: #EDCD2A;
}
</style>