Shades of Golden Dream #EEC62A
Tints of Golden Dream #EEC62A
RGB
CMYK
RGB Variations
Color information
#EEC62A (or 0xEEC62A) is known color: Golden Dream. HEX triplet: EE, C6 and 2A. RGB value is (238,198,42). Sum of RGB (Red+Green+Blue) = 238+198+42=478 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.79% from 478); Green value is 198 (77.73% from 255 or 41.42% from 478); Blue value is 42 (16.80% from 255 or 8.79% from 478); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC62A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC62A is #1139D5. Grayscale: #C0C0C0. Windows color (decimal): -1128918 or 2803438. OLE color: 2803438.
HSL color Cylindrical-coordinate representation of color #EEC62A: hue angle of 47.76º 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 #EEC62A is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 198 | 42 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.07 |
| HSL | 47.76º | 0.85% | 0.55% | - |
| HSV(B) | 47.76º | 0.82% | 0.93% | - |
| XYZ | 55.87 | 58.73 | 10.58 | - |
| YUV | 192.18 | 43.25 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 198 | 42 | 0 | 0.17 | 0.82 | 0.07 | 47.76 | 0.85 | 0.55 |
| Hex | EE | C6 | 2A | 0 | 11 | 52 | 7 | 30 | 55 | 37 |
| Octal | 356 | 306 | 52 | 0 | 21 | 122 | 7 | 60 | 125 | 67 |
| Binary | 11101110 | 11000110 | 101010 | 0 | 10001 | 1010010 | 111 | 110000 | 1010101 | 110111 |
Color Harmonies of #EEC62A
Complementary color
Monochromatic Colors of #EEC62A
Black with #EEC62A
Text Example
Text Example
White with #EEC62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC62A; }
p { color: rgb(238,198,42); }
H1.HeaderClassName
{
color: #EEC62A;
}
.AnyTagClassName
{
color: #EEC62A;
}
</style>
background-color css
<style>
a { background-color: #EEC62A; }
a { background-color: rgb(238,198,42); }
div.DivClassName
{
background-color: #EEC62A;
}
.BgClassName
{
background-color: #EEC62A;
}
</style>
border-color css
<style>
span { border-color: #EEC62A; }
span { border-color: rgb(238,198,42); }
td.TdClassName
{
border-color: #EEC62A;
}
.TagClassName
{
border-color: #EEC62A;
}
</style>