Shades of Golden Dream #EEC92E
Tints of Golden Dream #EEC92E
RGB
CMYK
RGB Variations
Color information
#EEC92E (or 0xEEC92E) is known color: Golden Dream. HEX triplet: EE, C9 and 2E. RGB value is (238,201,46). Sum of RGB (Red+Green+Blue) = 238+201+46=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 46 (18.36% from 255 or 9.48% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC92E is #1136D1. Grayscale: #C3C3C3. Windows color (decimal): -1128146 or 3066350. OLE color: 3066350.
HSL color Cylindrical-coordinate representation of color #EEC92E: hue angle of 48.44º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEC92E is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 46 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.07 |
| HSL | 48.44º | 0.85% | 0.56% | - |
| HSV(B) | 48.44º | 0.81% | 0.93% | - |
| XYZ | 56.64 | 60.15 | 11.21 | - |
| YUV | 194.39 | 44.26 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 46 | 0 | 0.16 | 0.81 | 0.07 | 48.44 | 0.85 | 0.56 |
| Hex | EE | C9 | 2E | 0 | 10 | 51 | 7 | 30 | 55 | 38 |
| Octal | 356 | 311 | 56 | 0 | 20 | 121 | 7 | 60 | 125 | 70 |
| Binary | 11101110 | 11001001 | 101110 | 0 | 10000 | 1010001 | 111 | 110000 | 1010101 | 111000 |
Color Harmonies of #EEC92E
Complementary color
Monochromatic Colors of #EEC92E
Black with #EEC92E
Text Example
Text Example
White with #EEC92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC92E; }
p { color: rgb(238,201,46); }
H1.HeaderClassName
{
color: #EEC92E;
}
.AnyTagClassName
{
color: #EEC92E;
}
</style>
background-color css
<style>
a { background-color: #EEC92E; }
a { background-color: rgb(238,201,46); }
div.DivClassName
{
background-color: #EEC92E;
}
.BgClassName
{
background-color: #EEC92E;
}
</style>
border-color css
<style>
span { border-color: #EEC92E; }
span { border-color: rgb(238,201,46); }
td.TdClassName
{
border-color: #EEC92E;
}
.TagClassName
{
border-color: #EEC92E;
}
</style>