Shades of Golden Dream #EDD231
Tints of Golden Dream #EDD231
RGB
CMYK
RGB Variations
Color information
#EDD231 (or 0xEDD231) is known color: Golden Dream. HEX triplet: ED, D2 and 31. RGB value is (237,210,49). Sum of RGB (Red+Green+Blue) = 237+210+49=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 49 (19.53% from 255 or 9.88% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD231 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD231 is #122DCE. Grayscale: #C8C8C8. Windows color (decimal): -1191375 or 3265261. OLE color: 3265261.
HSL color Cylindrical-coordinate representation of color #EDD231: hue angle of 51.38º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EDD231 is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 210 | 49 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.07 |
| HSL | 51.38º | 0.84% | 0.56% | - |
| HSV(B) | 51.38º | 0.79% | 0.93% | - |
| XYZ | 58.53 | 64.32 | 12.24 | - |
| YUV | 199.72 | 42.95 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 210 | 49 | 0 | 0.11 | 0.79 | 0.07 | 51.38 | 0.84 | 0.56 |
| Hex | ED | D2 | 31 | 0 | B | 4F | 7 | 33 | 54 | 38 |
| Octal | 355 | 322 | 61 | 0 | 13 | 117 | 7 | 63 | 124 | 70 |
| Binary | 11101101 | 11010010 | 110001 | 0 | 1011 | 1001111 | 111 | 110011 | 1010100 | 111000 |
Color Harmonies of #EDD231
Complementary color
Monochromatic Colors of #EDD231
Black with #EDD231
Text Example
Text Example
White with #EDD231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD231; }
p { color: rgb(237,210,49); }
H1.HeaderClassName
{
color: #EDD231;
}
.AnyTagClassName
{
color: #EDD231;
}
</style>
background-color css
<style>
a { background-color: #EDD231; }
a { background-color: rgb(237,210,49); }
div.DivClassName
{
background-color: #EDD231;
}
.BgClassName
{
background-color: #EDD231;
}
</style>
border-color css
<style>
span { border-color: #EDD231; }
span { border-color: rgb(237,210,49); }
td.TdClassName
{
border-color: #EDD231;
}
.TagClassName
{
border-color: #EDD231;
}
</style>