Shades of Golden Dream #EEC62B
Tints of Golden Dream #EEC62B
RGB
CMYK
RGB Variations
Color information
#EEC62B (or 0xEEC62B) is known color: Golden Dream. HEX triplet: EE, C6 and 2B. RGB value is (238,198,43). Sum of RGB (Red+Green+Blue) = 238+198+43=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 198 (77.73% from 255 or 41.34% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC62B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC62B is #1139D4. Grayscale: #C0C0C0. Windows color (decimal): -1128917 or 2868974. OLE color: 2868974.
HSL color Cylindrical-coordinate representation of color #EEC62B: hue angle of 47.69º 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 #EEC62B is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 43 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.07 |
| HSL | 47.69º | 0.85% | 0.55% | - |
| HSV(B) | 47.69º | 0.82% | 0.93% | - |
| XYZ | 55.89 | 58.74 | 10.68 | - |
| YUV | 192.29 | 43.75 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 43 | 0 | 0.17 | 0.82 | 0.07 | 47.69 | 0.85 | 0.55 |
| Hex | EE | C6 | 2B | 0 | 11 | 52 | 7 | 30 | 55 | 37 |
| Octal | 356 | 306 | 53 | 0 | 21 | 122 | 7 | 60 | 125 | 67 |
| Binary | 11101110 | 11000110 | 101011 | 0 | 10001 | 1010010 | 111 | 110000 | 1010101 | 110111 |
Color Harmonies of #EEC62B
Complementary color
Monochromatic Colors of #EEC62B
Black with #EEC62B
Text Example
Text Example
White with #EEC62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC62B; }
p { color: rgb(238,198,43); }
H1.HeaderClassName
{
color: #EEC62B;
}
.AnyTagClassName
{
color: #EEC62B;
}
</style>
background-color css
<style>
a { background-color: #EEC62B; }
a { background-color: rgb(238,198,43); }
div.DivClassName
{
background-color: #EEC62B;
}
.BgClassName
{
background-color: #EEC62B;
}
</style>
border-color css
<style>
span { border-color: #EEC62B; }
span { border-color: rgb(238,198,43); }
td.TdClassName
{
border-color: #EEC62B;
}
.TagClassName
{
border-color: #EEC62B;
}
</style>