Shades of Golden Dream #EEC92C
Tints of Golden Dream #EEC92C
RGB
CMYK
RGB Variations
Color information
#EEC92C (or 0xEEC92C) is known color: Golden Dream. HEX triplet: EE, C9 and 2C. RGB value is (238,201,44). Sum of RGB (Red+Green+Blue) = 238+201+44=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 44 (17.58% from 255 or 9.11% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC92C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC92C is #1136D3. Grayscale: #C2C2C2. Windows color (decimal): -1128148 or 2935278. OLE color: 2935278.
HSL color Cylindrical-coordinate representation of color #EEC92C: hue angle of 48.56º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EEC92C is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 44 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.07 |
| HSL | 48.56º | 0.85% | 0.55% | - |
| HSV(B) | 48.56º | 0.82% | 0.93% | - |
| XYZ | 56.6 | 60.13 | 11.01 | - |
| YUV | 194.17 | 43.26 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 44 | 0 | 0.16 | 0.82 | 0.07 | 48.56 | 0.85 | 0.55 |
| Hex | EE | C9 | 2C | 0 | 10 | 52 | 7 | 31 | 55 | 37 |
| Octal | 356 | 311 | 54 | 0 | 20 | 122 | 7 | 61 | 125 | 67 |
| Binary | 11101110 | 11001001 | 101100 | 0 | 10000 | 1010010 | 111 | 110001 | 1010101 | 110111 |
Color Harmonies of #EEC92C
Complementary color
Monochromatic Colors of #EEC92C
Black with #EEC92C
Text Example
Text Example
White with #EEC92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC92C; }
p { color: rgb(238,201,44); }
H1.HeaderClassName
{
color: #EEC92C;
}
.AnyTagClassName
{
color: #EEC92C;
}
</style>
background-color css
<style>
a { background-color: #EEC92C; }
a { background-color: rgb(238,201,44); }
div.DivClassName
{
background-color: #EEC92C;
}
.BgClassName
{
background-color: #EEC92C;
}
</style>
border-color css
<style>
span { border-color: #EEC92C; }
span { border-color: rgb(238,201,44); }
td.TdClassName
{
border-color: #EEC92C;
}
.TagClassName
{
border-color: #EEC92C;
}
</style>