Shades of Golden Dream #EECE31
Tints of Golden Dream #EECE31
RGB
CMYK
RGB Variations
Color information
#EECE31 (or 0xEECE31) is known color: Golden Dream. HEX triplet: EE, CE and 31. RGB value is (238,206,49). Sum of RGB (Red+Green+Blue) = 238+206+49=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 206 (80.86% from 255 or 41.78% from 493); Blue value is 49 (19.53% from 255 or 9.94% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE31 is #1131CE. Grayscale: #C6C6C6. Windows color (decimal): -1126863 or 3264238. OLE color: 3264238.
HSL color Cylindrical-coordinate representation of color #EECE31: hue angle of 49.84º 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 #EECE31 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 49 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.07 |
| HSL | 49.84º | 0.85% | 0.56% | - |
| HSV(B) | 49.84º | 0.79% | 0.93% | - |
| XYZ | 57.89 | 62.54 | 11.93 | - |
| YUV | 197.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 49 | 0 | 0.13 | 0.79 | 0.07 | 49.84 | 0.85 | 0.56 |
| Hex | EE | CE | 31 | 0 | D | 4F | 7 | 32 | 55 | 38 |
| Octal | 356 | 316 | 61 | 0 | 15 | 117 | 7 | 62 | 125 | 70 |
| Binary | 11101110 | 11001110 | 110001 | 0 | 1101 | 1001111 | 111 | 110010 | 1010101 | 111000 |
Color Harmonies of #EECE31
Complementary color
Monochromatic Colors of #EECE31
Black with #EECE31
Text Example
Text Example
White with #EECE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE31; }
p { color: rgb(238,206,49); }
H1.HeaderClassName
{
color: #EECE31;
}
.AnyTagClassName
{
color: #EECE31;
}
</style>
background-color css
<style>
a { background-color: #EECE31; }
a { background-color: rgb(238,206,49); }
div.DivClassName
{
background-color: #EECE31;
}
.BgClassName
{
background-color: #EECE31;
}
</style>
border-color css
<style>
span { border-color: #EECE31; }
span { border-color: rgb(238,206,49); }
td.TdClassName
{
border-color: #EECE31;
}
.TagClassName
{
border-color: #EECE31;
}
</style>