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