Shades of Golden Dream #EECE34
Tints of Golden Dream #EECE34
RGB
CMYK
RGB Variations
Color information
#EECE34 (or 0xEECE34) is known color: Golden Dream. HEX triplet: EE, CE and 34. RGB value is (238,206,52). Sum of RGB (Red+Green+Blue) = 238+206+52=496 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.98% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 52 (20.70% from 255 or 10.48% from 496); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE34 is #1131CB. Grayscale: #C6C6C6. Windows color (decimal): -1126860 or 3460846. OLE color: 3460846.
HSL color Cylindrical-coordinate representation of color #EECE34: hue angle of 49.68º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EECE34 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 52 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.07 |
| HSL | 49.68º | 0.85% | 0.57% | - |
| HSV(B) | 49.68º | 0.78% | 0.93% | - |
| XYZ | 57.95 | 62.57 | 12.27 | - |
| YUV | 198.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 52 | 0 | 0.13 | 0.78 | 0.07 | 49.68 | 0.85 | 0.57 |
| Hex | EE | CE | 34 | 0 | D | 4E | 7 | 32 | 55 | 39 |
| Octal | 356 | 316 | 64 | 0 | 15 | 116 | 7 | 62 | 125 | 71 |
| Binary | 11101110 | 11001110 | 110100 | 0 | 1101 | 1001110 | 111 | 110010 | 1010101 | 111001 |
Color Harmonies of #EECE34
Complementary color
Monochromatic Colors of #EECE34
Black with #EECE34
Text Example
Text Example
White with #EECE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE34; }
p { color: rgb(238,206,52); }
H1.HeaderClassName
{
color: #EECE34;
}
.AnyTagClassName
{
color: #EECE34;
}
</style>
background-color css
<style>
a { background-color: #EECE34; }
a { background-color: rgb(238,206,52); }
div.DivClassName
{
background-color: #EECE34;
}
.BgClassName
{
background-color: #EECE34;
}
</style>
border-color css
<style>
span { border-color: #EECE34; }
span { border-color: rgb(238,206,52); }
td.TdClassName
{
border-color: #EECE34;
}
.TagClassName
{
border-color: #EECE34;
}
</style>