Shades of Golden Dream #EECE2F
Tints of Golden Dream #EECE2F
RGB
CMYK
RGB Variations
Color information
#EECE2F (or 0xEECE2F) is known color: Golden Dream. HEX triplet: EE, CE and 2F. RGB value is (238,206,47). Sum of RGB (Red+Green+Blue) = 238+206+47=491 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.47% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 47 (18.75% from 255 or 9.57% from 491); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE2F is #1131D0. Grayscale: #C6C6C6. Windows color (decimal): -1126865 or 3133166. OLE color: 3133166.
HSL color Cylindrical-coordinate representation of color #EECE2F: hue angle of 49.95º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EECE2F is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 47 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.07 |
| HSL | 49.95º | 0.85% | 0.56% | - |
| HSV(B) | 49.95º | 0.8% | 0.93% | - |
| XYZ | 57.84 | 62.52 | 11.71 | - |
| YUV | 197.44 | 43.1 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 47 | 0 | 0.13 | 0.80 | 0.07 | 49.95 | 0.85 | 0.56 |
| Hex | EE | CE | 2F | 0 | D | 50 | 7 | 32 | 55 | 38 |
| Octal | 356 | 316 | 57 | 0 | 15 | 120 | 7 | 62 | 125 | 70 |
| Binary | 11101110 | 11001110 | 101111 | 0 | 1101 | 1010000 | 111 | 110010 | 1010101 | 111000 |
Color Harmonies of #EECE2F
Complementary color
Monochromatic Colors of #EECE2F
Black with #EECE2F
Text Example
Text Example
White with #EECE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE2F; }
p { color: rgb(238,206,47); }
H1.HeaderClassName
{
color: #EECE2F;
}
.AnyTagClassName
{
color: #EECE2F;
}
</style>
background-color css
<style>
a { background-color: #EECE2F; }
a { background-color: rgb(238,206,47); }
div.DivClassName
{
background-color: #EECE2F;
}
.BgClassName
{
background-color: #EECE2F;
}
</style>
border-color css
<style>
span { border-color: #EECE2F; }
span { border-color: rgb(238,206,47); }
td.TdClassName
{
border-color: #EECE2F;
}
.TagClassName
{
border-color: #EECE2F;
}
</style>