Shades of Golden Dream #EEC930
Tints of Golden Dream #EEC930
RGB
CMYK
RGB Variations
Color information
#EEC930 (or 0xEEC930) is known color: Golden Dream. HEX triplet: EE, C9 and 30. RGB value is (238,201,48). Sum of RGB (Red+Green+Blue) = 238+201+48=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC930 is #1136CF. Grayscale: #C3C3C3. Windows color (decimal): -1128144 or 3197422. OLE color: 3197422.
HSL color Cylindrical-coordinate representation of color #EEC930: hue angle of 48.32º 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 #EEC930 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 48 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.07 |
| HSL | 48.32º | 0.85% | 0.56% | - |
| HSV(B) | 48.32º | 0.8% | 0.93% | - |
| XYZ | 56.68 | 60.16 | 11.42 | - |
| YUV | 194.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 48 | 0 | 0.16 | 0.80 | 0.07 | 48.32 | 0.85 | 0.56 |
| Hex | EE | C9 | 30 | 0 | 10 | 50 | 7 | 30 | 55 | 38 |
| Octal | 356 | 311 | 60 | 0 | 20 | 120 | 7 | 60 | 125 | 70 |
| Binary | 11101110 | 11001001 | 110000 | 0 | 10000 | 1010000 | 111 | 110000 | 1010101 | 111000 |
Color Harmonies of #EEC930
Complementary color
Monochromatic Colors of #EEC930
Black with #EEC930
Text Example
Text Example
White with #EEC930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC930; }
p { color: rgb(238,201,48); }
H1.HeaderClassName
{
color: #EEC930;
}
.AnyTagClassName
{
color: #EEC930;
}
</style>
background-color css
<style>
a { background-color: #EEC930; }
a { background-color: rgb(238,201,48); }
div.DivClassName
{
background-color: #EEC930;
}
.BgClassName
{
background-color: #EEC930;
}
</style>
border-color css
<style>
span { border-color: #EEC930; }
span { border-color: rgb(238,201,48); }
td.TdClassName
{
border-color: #EEC930;
}
.TagClassName
{
border-color: #EEC930;
}
</style>