Shades of Golden Dream #EEC628
Tints of Golden Dream #EEC628
RGB
CMYK
RGB Variations
Color information
#EEC628 (or 0xEEC628) is known color: Golden Dream. HEX triplet: EE, C6 and 28. RGB value is (238,198,40). Sum of RGB (Red+Green+Blue) = 238+198+40=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 40 (16.02% from 255 or 8.40% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC628 is #1139D7. Grayscale: #C0C0C0. Windows color (decimal): -1128920 or 2672366. OLE color: 2672366.
HSL color Cylindrical-coordinate representation of color #EEC628: hue angle of 47.88º 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 #EEC628 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 40 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.07 |
| HSL | 47.88º | 0.85% | 0.55% | - |
| HSV(B) | 47.88º | 0.83% | 0.93% | - |
| XYZ | 55.84 | 58.72 | 10.4 | - |
| YUV | 191.95 | 42.25 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 40 | 0 | 0.17 | 0.83 | 0.07 | 47.88 | 0.85 | 0.55 |
| Hex | EE | C6 | 28 | 0 | 11 | 53 | 7 | 30 | 55 | 37 |
| Octal | 356 | 306 | 50 | 0 | 21 | 123 | 7 | 60 | 125 | 67 |
| Binary | 11101110 | 11000110 | 101000 | 0 | 10001 | 1010011 | 111 | 110000 | 1010101 | 110111 |
Color Harmonies of #EEC628
Complementary color
Monochromatic Colors of #EEC628
Black with #EEC628
Text Example
Text Example
White with #EEC628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC628; }
p { color: rgb(238,198,40); }
H1.HeaderClassName
{
color: #EEC628;
}
.AnyTagClassName
{
color: #EEC628;
}
</style>
background-color css
<style>
a { background-color: #EEC628; }
a { background-color: rgb(238,198,40); }
div.DivClassName
{
background-color: #EEC628;
}
.BgClassName
{
background-color: #EEC628;
}
</style>
border-color css
<style>
span { border-color: #EEC628; }
span { border-color: rgb(238,198,40); }
td.TdClassName
{
border-color: #EEC628;
}
.TagClassName
{
border-color: #EEC628;
}
</style>