Shades of Golden Dream #EECC37
Tints of Golden Dream #EECC37
RGB
CMYK
RGB Variations
Color information
#EECC37 (or 0xEECC37) is known color: Golden Dream. HEX triplet: EE, CC and 37. RGB value is (238,204,55). Sum of RGB (Red+Green+Blue) = 238+204+55=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 55 (21.88% from 255 or 11.07% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECC37 is #1133C8. Grayscale: #C5C5C5. Windows color (decimal): -1127369 or 3656942. OLE color: 3656942.
HSL color Cylindrical-coordinate representation of color #EECC37: hue angle of 48.85º 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 #EECC37 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 55 | - |
| CMYK | 0 | 0.14 | 0.77 | 0.07 |
| HSL | 48.85º | 0.84% | 0.57% | - |
| HSV(B) | 48.85º | 0.77% | 0.93% | - |
| XYZ | 57.54 | 61.64 | 12.48 | - |
| YUV | 197.18 | 47.76 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 55 | 0 | 0.14 | 0.77 | 0.07 | 48.85 | 0.84 | 0.57 |
| Hex | EE | CC | 37 | 0 | E | 4D | 7 | 31 | 54 | 39 |
| Octal | 356 | 314 | 67 | 0 | 16 | 115 | 7 | 61 | 124 | 71 |
| Binary | 11101110 | 11001100 | 110111 | 0 | 1110 | 1001101 | 111 | 110001 | 1010100 | 111001 |
Color Harmonies of #EECC37
Complementary color
Monochromatic Colors of #EECC37
Black with #EECC37
Text Example
Text Example
White with #EECC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC37; }
p { color: rgb(238,204,55); }
H1.HeaderClassName
{
color: #EECC37;
}
.AnyTagClassName
{
color: #EECC37;
}
</style>
background-color css
<style>
a { background-color: #EECC37; }
a { background-color: rgb(238,204,55); }
div.DivClassName
{
background-color: #EECC37;
}
.BgClassName
{
background-color: #EECC37;
}
</style>
border-color css
<style>
span { border-color: #EECC37; }
span { border-color: rgb(238,204,55); }
td.TdClassName
{
border-color: #EECC37;
}
.TagClassName
{
border-color: #EECC37;
}
</style>