Shades of Golden Dream #EEC52A
Tints of Golden Dream #EEC52A
RGB
CMYK
RGB Variations
Color information
#EEC52A (or 0xEEC52A) is known color: Golden Dream. HEX triplet: EE, C5 and 2A. RGB value is (238,197,42). Sum of RGB (Red+Green+Blue) = 238+197+42=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 42 (16.80% from 255 or 8.81% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC52A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC52A is #113AD5. Grayscale: #C0C0C0. Windows color (decimal): -1129174 or 2803182. OLE color: 2803182.
HSL color Cylindrical-coordinate representation of color #EEC52A: hue angle of 47.45º 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 #EEC52A is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 197 | 42 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.07 |
| HSL | 47.45º | 0.85% | 0.55% | - |
| HSV(B) | 47.45º | 0.82% | 0.93% | - |
| XYZ | 55.64 | 58.28 | 10.51 | - |
| YUV | 191.59 | 43.58 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 197 | 42 | 0 | 0.17 | 0.82 | 0.07 | 47.45 | 0.85 | 0.55 |
| Hex | EE | C5 | 2A | 0 | 11 | 52 | 7 | 2F | 55 | 37 |
| Octal | 356 | 305 | 52 | 0 | 21 | 122 | 7 | 57 | 125 | 67 |
| Binary | 11101110 | 11000101 | 101010 | 0 | 10001 | 1010010 | 111 | 101111 | 1010101 | 110111 |
Color Harmonies of #EEC52A
Complementary color
Monochromatic Colors of #EEC52A
Black with #EEC52A
Text Example
Text Example
White with #EEC52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC52A; }
p { color: rgb(238,197,42); }
H1.HeaderClassName
{
color: #EEC52A;
}
.AnyTagClassName
{
color: #EEC52A;
}
</style>
background-color css
<style>
a { background-color: #EEC52A; }
a { background-color: rgb(238,197,42); }
div.DivClassName
{
background-color: #EEC52A;
}
.BgClassName
{
background-color: #EEC52A;
}
</style>
border-color css
<style>
span { border-color: #EEC52A; }
span { border-color: rgb(238,197,42); }
td.TdClassName
{
border-color: #EEC52A;
}
.TagClassName
{
border-color: #EEC52A;
}
</style>