Shades of Golden Dream #EDD32B
Tints of Golden Dream #EDD32B
RGB
CMYK
RGB Variations
Color information
#EDD32B (or 0xEDD32B) is known color: Golden Dream. HEX triplet: ED, D3 and 2B. RGB value is (237,211,43). Sum of RGB (Red+Green+Blue) = 237+211+43=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 211 (82.81% from 255 or 42.97% from 491); Blue value is 43 (17.19% from 255 or 8.76% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD32B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD32B is #122CD4. Grayscale: #C8C8C8. Windows color (decimal): -1191125 or 2872301. OLE color: 2872301.
HSL color Cylindrical-coordinate representation of color #EDD32B: hue angle of 51.96º 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 #EDD32B is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 211 | 43 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.07 |
| HSL | 51.96º | 0.84% | 0.55% | - |
| HSV(B) | 51.96º | 0.82% | 0.93% | - |
| XYZ | 58.66 | 64.77 | 11.7 | - |
| YUV | 199.62 | 39.61 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 211 | 43 | 0 | 0.11 | 0.82 | 0.07 | 51.96 | 0.84 | 0.55 |
| Hex | ED | D3 | 2B | 0 | B | 52 | 7 | 34 | 54 | 37 |
| Octal | 355 | 323 | 53 | 0 | 13 | 122 | 7 | 64 | 124 | 67 |
| Binary | 11101101 | 11010011 | 101011 | 0 | 1011 | 1010010 | 111 | 110100 | 1010100 | 110111 |
Color Harmonies of #EDD32B
Complementary color
Monochromatic Colors of #EDD32B
Black with #EDD32B
Text Example
Text Example
White with #EDD32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD32B; }
p { color: rgb(237,211,43); }
H1.HeaderClassName
{
color: #EDD32B;
}
.AnyTagClassName
{
color: #EDD32B;
}
</style>
background-color css
<style>
a { background-color: #EDD32B; }
a { background-color: rgb(237,211,43); }
div.DivClassName
{
background-color: #EDD32B;
}
.BgClassName
{
background-color: #EDD32B;
}
</style>
border-color css
<style>
span { border-color: #EDD32B; }
span { border-color: rgb(237,211,43); }
td.TdClassName
{
border-color: #EDD32B;
}
.TagClassName
{
border-color: #EDD32B;
}
</style>