Shades of Golden Dream #EED032
Tints of Golden Dream #EED032
RGB
CMYK
RGB Variations
Color information
#EED032 (or 0xEED032) is known color: Golden Dream. HEX triplet: EE, D0 and 32. RGB value is (238,208,50). Sum of RGB (Red+Green+Blue) = 238+208+50=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 208 (81.64% from 255 or 41.94% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EED032 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED032 is #112FCD. Grayscale: #C7C7C7. Windows color (decimal): -1126350 or 3330286. OLE color: 3330286.
HSL color Cylindrical-coordinate representation of color #EED032: hue angle of 50.43º degrees, saturation: 0.85, 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 #EED032 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 50 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.07 |
| HSL | 50.43º | 0.85% | 0.56% | - |
| HSV(B) | 50.43º | 0.79% | 0.93% | - |
| XYZ | 58.39 | 63.52 | 12.2 | - |
| YUV | 198.96 | 43.94 | 155.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 50 | 0 | 0.13 | 0.79 | 0.07 | 50.43 | 0.85 | 0.56 |
| Hex | EE | D0 | 32 | 0 | D | 4F | 7 | 32 | 55 | 38 |
| Octal | 356 | 320 | 62 | 0 | 15 | 117 | 7 | 62 | 125 | 70 |
| Binary | 11101110 | 11010000 | 110010 | 0 | 1101 | 1001111 | 111 | 110010 | 1010101 | 111000 |
Color Harmonies of #EED032
Complementary color
Monochromatic Colors of #EED032
Black with #EED032
Text Example
Text Example
White with #EED032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED032; }
p { color: rgb(238,208,50); }
H1.HeaderClassName
{
color: #EED032;
}
.AnyTagClassName
{
color: #EED032;
}
</style>
background-color css
<style>
a { background-color: #EED032; }
a { background-color: rgb(238,208,50); }
div.DivClassName
{
background-color: #EED032;
}
.BgClassName
{
background-color: #EED032;
}
</style>
border-color css
<style>
span { border-color: #EED032; }
span { border-color: rgb(238,208,50); }
td.TdClassName
{
border-color: #EED032;
}
.TagClassName
{
border-color: #EED032;
}
</style>