Shades of Golden Dream #EEC933
Tints of Golden Dream #EEC933
RGB
CMYK
RGB Variations
Color information
#EEC933 (or 0xEEC933) is known color: Golden Dream. HEX triplet: EE, C9 and 33. RGB value is (238,201,51). Sum of RGB (Red+Green+Blue) = 238+201+51=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 51 (20.31% from 255 or 10.41% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC933 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC933 is #1136CC. Grayscale: #C3C3C3. Windows color (decimal): -1128141 or 3394030. OLE color: 3394030.
HSL color Cylindrical-coordinate representation of color #EEC933: hue angle of 48.13º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEC933 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 51 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.07 |
| HSL | 48.13º | 0.85% | 0.57% | - |
| HSV(B) | 48.13º | 0.79% | 0.93% | - |
| XYZ | 56.74 | 60.19 | 11.76 | - |
| YUV | 194.96 | 46.76 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 51 | 0 | 0.16 | 0.79 | 0.07 | 48.13 | 0.85 | 0.57 |
| Hex | EE | C9 | 33 | 0 | 10 | 4F | 7 | 30 | 55 | 39 |
| Octal | 356 | 311 | 63 | 0 | 20 | 117 | 7 | 60 | 125 | 71 |
| Binary | 11101110 | 11001001 | 110011 | 0 | 10000 | 1001111 | 111 | 110000 | 1010101 | 111001 |
Color Harmonies of #EEC933
Complementary color
Monochromatic Colors of #EEC933
Black with #EEC933
Text Example
Text Example
White with #EEC933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC933; }
p { color: rgb(238,201,51); }
H1.HeaderClassName
{
color: #EEC933;
}
.AnyTagClassName
{
color: #EEC933;
}
</style>
background-color css
<style>
a { background-color: #EEC933; }
a { background-color: rgb(238,201,51); }
div.DivClassName
{
background-color: #EEC933;
}
.BgClassName
{
background-color: #EEC933;
}
</style>
border-color css
<style>
span { border-color: #EEC933; }
span { border-color: rgb(238,201,51); }
td.TdClassName
{
border-color: #EEC933;
}
.TagClassName
{
border-color: #EEC933;
}
</style>