Shades of Golden Dream #EEC928
Tints of Golden Dream #EEC928
RGB
CMYK
RGB Variations
Color information
#EEC928 (or 0xEEC928) is known color: Golden Dream. HEX triplet: EE, C9 and 28. RGB value is (238,201,40). Sum of RGB (Red+Green+Blue) = 238+201+40=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 40 (16.02% from 255 or 8.35% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC928 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC928 is #1136D7. Grayscale: #C2C2C2. Windows color (decimal): -1128152 or 2673134. OLE color: 2673134.
HSL color Cylindrical-coordinate representation of color #EEC928: hue angle of 48.79º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEC928 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 40 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.07 |
| HSL | 48.79º | 0.85% | 0.55% | - |
| HSV(B) | 48.79º | 0.83% | 0.93% | - |
| XYZ | 56.53 | 60.1 | 10.63 | - |
| YUV | 193.71 | 41.26 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 40 | 0 | 0.16 | 0.83 | 0.07 | 48.79 | 0.85 | 0.55 |
| Hex | EE | C9 | 28 | 0 | 10 | 53 | 7 | 31 | 55 | 37 |
| Octal | 356 | 311 | 50 | 0 | 20 | 123 | 7 | 61 | 125 | 67 |
| Binary | 11101110 | 11001001 | 101000 | 0 | 10000 | 1010011 | 111 | 110001 | 1010101 | 110111 |
Color Harmonies of #EEC928
Complementary color
Monochromatic Colors of #EEC928
Black with #EEC928
Text Example
Text Example
White with #EEC928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC928; }
p { color: rgb(238,201,40); }
H1.HeaderClassName
{
color: #EEC928;
}
.AnyTagClassName
{
color: #EEC928;
}
</style>
background-color css
<style>
a { background-color: #EEC928; }
a { background-color: rgb(238,201,40); }
div.DivClassName
{
background-color: #EEC928;
}
.BgClassName
{
background-color: #EEC928;
}
</style>
border-color css
<style>
span { border-color: #EEC928; }
span { border-color: rgb(238,201,40); }
td.TdClassName
{
border-color: #EEC928;
}
.TagClassName
{
border-color: #EEC928;
}
</style>