Shades of Golden Dream #EDD330
Tints of Golden Dream #EDD330
RGB
CMYK
RGB Variations
Color information
#EDD330 (or 0xEDD330) is known color: Golden Dream. HEX triplet: ED, D3 and 30. RGB value is (237,211,48). Sum of RGB (Red+Green+Blue) = 237+211+48=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 211 (82.81% from 255 or 42.54% from 496); Blue value is 48 (19.14% from 255 or 9.68% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD330 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD330 is #122CCF. Grayscale: #C8C8C8. Windows color (decimal): -1191120 or 3199981. OLE color: 3199981.
HSL color Cylindrical-coordinate representation of color #EDD330: hue angle of 51.75º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EDD330 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 48 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.07 |
| HSL | 51.75º | 0.84% | 0.56% | - |
| HSV(B) | 51.75º | 0.8% | 0.93% | - |
| XYZ | 58.75 | 64.81 | 12.21 | - |
| YUV | 200.19 | 42.11 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 48 | 0 | 0.11 | 0.80 | 0.07 | 51.75 | 0.84 | 0.56 |
| Hex | ED | D3 | 30 | 0 | B | 50 | 7 | 34 | 54 | 38 |
| Octal | 355 | 323 | 60 | 0 | 13 | 120 | 7 | 64 | 124 | 70 |
| Binary | 11101101 | 11010011 | 110000 | 0 | 1011 | 1010000 | 111 | 110100 | 1010100 | 111000 |
Color Harmonies of #EDD330
Complementary color
Monochromatic Colors of #EDD330
Black with #EDD330
Text Example
Text Example
White with #EDD330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD330; }
p { color: rgb(237,211,48); }
H1.HeaderClassName
{
color: #EDD330;
}
.AnyTagClassName
{
color: #EDD330;
}
</style>
background-color css
<style>
a { background-color: #EDD330; }
a { background-color: rgb(237,211,48); }
div.DivClassName
{
background-color: #EDD330;
}
.BgClassName
{
background-color: #EDD330;
}
</style>
border-color css
<style>
span { border-color: #EDD330; }
span { border-color: rgb(237,211,48); }
td.TdClassName
{
border-color: #EDD330;
}
.TagClassName
{
border-color: #EDD330;
}
</style>