Shades of Golden Dream #EDCD33
Tints of Golden Dream #EDCD33
RGB
CMYK
RGB Variations
Color information
#EDCD33 (or 0xEDCD33) is known color: Golden Dream. HEX triplet: ED, CD and 33. RGB value is (237,205,51). Sum of RGB (Red+Green+Blue) = 237+205+51=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 51 (20.31% from 255 or 10.34% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCD33 is #1232CC. Grayscale: #C5C5C5. Windows color (decimal): -1192653 or 3395053. OLE color: 3395053.
HSL color Cylindrical-coordinate representation of color #EDCD33: hue angle of 49.68º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EDCD33 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 205 | 51 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.07 |
| HSL | 49.68º | 0.84% | 0.56% | - |
| HSV(B) | 49.68º | 0.78% | 0.93% | - |
| XYZ | 57.35 | 61.91 | 12.06 | - |
| YUV | 197.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 205 | 51 | 0 | 0.14 | 0.78 | 0.07 | 49.68 | 0.84 | 0.56 |
| Hex | ED | CD | 33 | 0 | E | 4E | 7 | 32 | 54 | 38 |
| Octal | 355 | 315 | 63 | 0 | 16 | 116 | 7 | 62 | 124 | 70 |
| Binary | 11101101 | 11001101 | 110011 | 0 | 1110 | 1001110 | 111 | 110010 | 1010100 | 111000 |
Color Harmonies of #EDCD33
Complementary color
Monochromatic Colors of #EDCD33
Black with #EDCD33
Text Example
Text Example
White with #EDCD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDCD33; }
p { color: rgb(237,205,51); }
H1.HeaderClassName
{
color: #EDCD33;
}
.AnyTagClassName
{
color: #EDCD33;
}
</style>
background-color css
<style>
a { background-color: #EDCD33; }
a { background-color: rgb(237,205,51); }
div.DivClassName
{
background-color: #EDCD33;
}
.BgClassName
{
background-color: #EDCD33;
}
</style>
border-color css
<style>
span { border-color: #EDCD33; }
span { border-color: rgb(237,205,51); }
td.TdClassName
{
border-color: #EDCD33;
}
.TagClassName
{
border-color: #EDCD33;
}
</style>