Shades of Golden Dream #EECE30
Tints of Golden Dream #EECE30
RGB
CMYK
RGB Variations
Color information
#EECE30 (or 0xEECE30) is known color: Golden Dream. HEX triplet: EE, CE and 30. RGB value is (238,206,48). Sum of RGB (Red+Green+Blue) = 238+206+48=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 48 (19.14% from 255 or 9.76% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EECE30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECE30 is #1131CF. Grayscale: #C6C6C6. Windows color (decimal): -1126864 or 3198702. OLE color: 3198702.
HSL color Cylindrical-coordinate representation of color #EECE30: hue angle of 49.89º 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 #EECE30 is Cyan = 0, Magento = 0.13, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 206 | 48 | - |
| CMYK | 0 | 0.13 | 0.80 | 0.07 |
| HSL | 49.89º | 0.85% | 0.56% | - |
| HSV(B) | 49.89º | 0.8% | 0.93% | - |
| XYZ | 57.86 | 62.53 | 11.82 | - |
| YUV | 197.56 | 43.6 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 206 | 48 | 0 | 0.13 | 0.80 | 0.07 | 49.89 | 0.85 | 0.56 |
| Hex | EE | CE | 30 | 0 | D | 50 | 7 | 32 | 55 | 38 |
| Octal | 356 | 316 | 60 | 0 | 15 | 120 | 7 | 62 | 125 | 70 |
| Binary | 11101110 | 11001110 | 110000 | 0 | 1101 | 1010000 | 111 | 110010 | 1010101 | 111000 |
Color Harmonies of #EECE30
Complementary color
Monochromatic Colors of #EECE30
Black with #EECE30
Text Example
Text Example
White with #EECE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECE30; }
p { color: rgb(238,206,48); }
H1.HeaderClassName
{
color: #EECE30;
}
.AnyTagClassName
{
color: #EECE30;
}
</style>
background-color css
<style>
a { background-color: #EECE30; }
a { background-color: rgb(238,206,48); }
div.DivClassName
{
background-color: #EECE30;
}
.BgClassName
{
background-color: #EECE30;
}
</style>
border-color css
<style>
span { border-color: #EECE30; }
span { border-color: rgb(238,206,48); }
td.TdClassName
{
border-color: #EECE30;
}
.TagClassName
{
border-color: #EECE30;
}
</style>