Shades of Golden Dream #EED32D
Tints of Golden Dream #EED32D
RGB
CMYK
RGB Variations
Color information
#EED32D (or 0xEED32D) is known color: Golden Dream. HEX triplet: EE, D3 and 2D. RGB value is (238,211,45). Sum of RGB (Red+Green+Blue) = 238+211+45=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 211 (82.81% from 255 or 42.71% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EED32D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED32D is #112CD2. Grayscale: #C8C8C8. Windows color (decimal): -1125587 or 3003374. OLE color: 3003374.
HSL color Cylindrical-coordinate representation of color #EED32D: hue angle of 51.61º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EED32D is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 45 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.07 |
| HSL | 51.61º | 0.85% | 0.55% | - |
| HSV(B) | 51.61º | 0.81% | 0.93% | - |
| XYZ | 59.03 | 64.96 | 11.91 | - |
| YUV | 200.15 | 40.45 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 45 | 0 | 0.11 | 0.81 | 0.07 | 51.61 | 0.85 | 0.55 |
| Hex | EE | D3 | 2D | 0 | B | 51 | 7 | 34 | 55 | 37 |
| Octal | 356 | 323 | 55 | 0 | 13 | 121 | 7 | 64 | 125 | 67 |
| Binary | 11101110 | 11010011 | 101101 | 0 | 1011 | 1010001 | 111 | 110100 | 1010101 | 110111 |
Color Harmonies of #EED32D
Complementary color
Monochromatic Colors of #EED32D
Black with #EED32D
Text Example
Text Example
White with #EED32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED32D; }
p { color: rgb(238,211,45); }
H1.HeaderClassName
{
color: #EED32D;
}
.AnyTagClassName
{
color: #EED32D;
}
</style>
background-color css
<style>
a { background-color: #EED32D; }
a { background-color: rgb(238,211,45); }
div.DivClassName
{
background-color: #EED32D;
}
.BgClassName
{
background-color: #EED32D;
}
</style>
border-color css
<style>
span { border-color: #EED32D; }
span { border-color: rgb(238,211,45); }
td.TdClassName
{
border-color: #EED32D;
}
.TagClassName
{
border-color: #EED32D;
}
</style>