Shades of Golden Dream #EED038
Tints of Golden Dream #EED038
RGB
CMYK
RGB Variations
Color information
#EED038 (or 0xEED038) is known color: Golden Dream. HEX triplet: EE, D0 and 38. RGB value is (238,208,56). Sum of RGB (Red+Green+Blue) = 238+208+56=502 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.41% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 56 (22.27% from 255 or 11.16% from 502); Max value from RGB is 238 - color contains mainly: red. Hex color #EED038 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED038 is #112FC7. Grayscale: #C8C8C8. Windows color (decimal): -1126344 or 3723502. OLE color: 3723502.
HSL color Cylindrical-coordinate representation of color #EED038: hue angle of 50.11º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EED038 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 208 | 56 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.07 |
| HSL | 50.11º | 0.84% | 0.58% | - |
| HSV(B) | 50.11º | 0.76% | 0.93% | - |
| XYZ | 58.53 | 63.57 | 12.93 | - |
| YUV | 199.64 | 46.94 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 208 | 56 | 0 | 0.13 | 0.76 | 0.07 | 50.11 | 0.84 | 0.58 |
| Hex | EE | D0 | 38 | 0 | D | 4C | 7 | 32 | 54 | 3A |
| Octal | 356 | 320 | 70 | 0 | 15 | 114 | 7 | 62 | 124 | 72 |
| Binary | 11101110 | 11010000 | 111000 | 0 | 1101 | 1001100 | 111 | 110010 | 1010100 | 111010 |
Color Harmonies of #EED038
Complementary color
Monochromatic Colors of #EED038
Black with #EED038
Text Example
Text Example
White with #EED038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED038; }
p { color: rgb(238,208,56); }
H1.HeaderClassName
{
color: #EED038;
}
.AnyTagClassName
{
color: #EED038;
}
</style>
background-color css
<style>
a { background-color: #EED038; }
a { background-color: rgb(238,208,56); }
div.DivClassName
{
background-color: #EED038;
}
.BgClassName
{
background-color: #EED038;
}
</style>
border-color css
<style>
span { border-color: #EED038; }
span { border-color: rgb(238,208,56); }
td.TdClassName
{
border-color: #EED038;
}
.TagClassName
{
border-color: #EED038;
}
</style>