Shades of Golden Dream #EECE2C
Tints of Golden Dream #EECE2C
RGB
CMYK
RGB Variations
Color information
#EECE2C (or 0xEECE2C) is known color: Golden Dream. HEX triplet: EE, CE and 2C. RGB value is (238,206,44). Sum of RGB (Red+Green+Blue) = 238+206+44=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 44 (17.58% from 255 or 9.02% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE2C is #1131D3. Grayscale: #C5C5C5. Windows color (decimal): -1126868 or 2936558. OLE color: 2936558.
HSL color Cylindrical-coordinate representation of color #EECE2C: hue angle of 50.1º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EECE2C is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 44 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.07 |
| HSL | 50.1º | 0.85% | 0.55% | - |
| HSV(B) | 50.1º | 0.82% | 0.93% | - |
| XYZ | 57.79 | 62.5 | 11.4 | - |
| YUV | 197.1 | 41.6 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 44 | 0 | 0.13 | 0.82 | 0.07 | 50.1 | 0.85 | 0.55 |
| Hex | EE | CE | 2C | 0 | D | 52 | 7 | 32 | 55 | 37 |
| Octal | 356 | 316 | 54 | 0 | 15 | 122 | 7 | 62 | 125 | 67 |
| Binary | 11101110 | 11001110 | 101100 | 0 | 1101 | 1010010 | 111 | 110010 | 1010101 | 110111 |
Color Harmonies of #EECE2C
Complementary color
Monochromatic Colors of #EECE2C
Black with #EECE2C
Text Example
Text Example
White with #EECE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE2C; }
p { color: rgb(238,206,44); }
H1.HeaderClassName
{
color: #EECE2C;
}
.AnyTagClassName
{
color: #EECE2C;
}
</style>
background-color css
<style>
a { background-color: #EECE2C; }
a { background-color: rgb(238,206,44); }
div.DivClassName
{
background-color: #EECE2C;
}
.BgClassName
{
background-color: #EECE2C;
}
</style>
border-color css
<style>
span { border-color: #EECE2C; }
span { border-color: rgb(238,206,44); }
td.TdClassName
{
border-color: #EECE2C;
}
.TagClassName
{
border-color: #EECE2C;
}
</style>