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