Shades of Golden Dream #EECE36
Tints of Golden Dream #EECE36
RGB
CMYK
RGB Variations
Color information
#EECE36 (or 0xEECE36) is known color: Golden Dream. HEX triplet: EE, CE and 36. RGB value is (238,206,54). Sum of RGB (Red+Green+Blue) = 238+206+54=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 54 (21.48% from 255 or 10.84% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE36 is #1131C9. Grayscale: #C6C6C6. Windows color (decimal): -1126858 or 3591918. OLE color: 3591918.
HSL color Cylindrical-coordinate representation of color #EECE36: hue angle of 49.57º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EECE36 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 54 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.07 |
| HSL | 49.57º | 0.84% | 0.57% | - |
| HSV(B) | 49.57º | 0.77% | 0.93% | - |
| XYZ | 58 | 62.59 | 12.51 | - |
| YUV | 198.24 | 46.6 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 54 | 0 | 0.13 | 0.77 | 0.07 | 49.57 | 0.84 | 0.57 |
| Hex | EE | CE | 36 | 0 | D | 4D | 7 | 32 | 54 | 39 |
| Octal | 356 | 316 | 66 | 0 | 15 | 115 | 7 | 62 | 124 | 71 |
| Binary | 11101110 | 11001110 | 110110 | 0 | 1101 | 1001101 | 111 | 110010 | 1010100 | 111001 |
Color Harmonies of #EECE36
Complementary color
Monochromatic Colors of #EECE36
Black with #EECE36
Text Example
Text Example
White with #EECE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE36; }
p { color: rgb(238,206,54); }
H1.HeaderClassName
{
color: #EECE36;
}
.AnyTagClassName
{
color: #EECE36;
}
</style>
background-color css
<style>
a { background-color: #EECE36; }
a { background-color: rgb(238,206,54); }
div.DivClassName
{
background-color: #EECE36;
}
.BgClassName
{
background-color: #EECE36;
}
</style>
border-color css
<style>
span { border-color: #EECE36; }
span { border-color: rgb(238,206,54); }
td.TdClassName
{
border-color: #EECE36;
}
.TagClassName
{
border-color: #EECE36;
}
</style>