Shades of Golden Dream #EECC30
Tints of Golden Dream #EECC30
RGB
CMYK
RGB Variations
Color information
#EECC30 (or 0xEECC30) is known color: Golden Dream. HEX triplet: EE, CC and 30. RGB value is (238,204,48). Sum of RGB (Red+Green+Blue) = 238+204+48=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EECC30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECC30 is #1133CF. Grayscale: #C5C5C5. Windows color (decimal): -1127376 or 3198190. OLE color: 3198190.
HSL color Cylindrical-coordinate representation of color #EECC30: hue angle of 49.26º 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 #EECC30 is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 204 | 48 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.07 |
| HSL | 49.26º | 0.85% | 0.56% | - |
| HSV(B) | 49.26º | 0.8% | 0.93% | - |
| XYZ | 57.39 | 61.58 | 11.66 | - |
| YUV | 196.38 | 44.26 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 204 | 48 | 0 | 0.14 | 0.80 | 0.07 | 49.26 | 0.85 | 0.56 |
| Hex | EE | CC | 30 | 0 | E | 50 | 7 | 31 | 55 | 38 |
| Octal | 356 | 314 | 60 | 0 | 16 | 120 | 7 | 61 | 125 | 70 |
| Binary | 11101110 | 11001100 | 110000 | 0 | 1110 | 1010000 | 111 | 110001 | 1010101 | 111000 |
Color Harmonies of #EECC30
Complementary color
Monochromatic Colors of #EECC30
Black with #EECC30
Text Example
Text Example
White with #EECC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECC30; }
p { color: rgb(238,204,48); }
H1.HeaderClassName
{
color: #EECC30;
}
.AnyTagClassName
{
color: #EECC30;
}
</style>
background-color css
<style>
a { background-color: #EECC30; }
a { background-color: rgb(238,204,48); }
div.DivClassName
{
background-color: #EECC30;
}
.BgClassName
{
background-color: #EECC30;
}
</style>
border-color css
<style>
span { border-color: #EECC30; }
span { border-color: rgb(238,204,48); }
td.TdClassName
{
border-color: #EECC30;
}
.TagClassName
{
border-color: #EECC30;
}
</style>