Shades of Golden Dream #EEC82B
Tints of Golden Dream #EEC82B
RGB
CMYK
RGB Variations
Color information
#EEC82B (or 0xEEC82B) is known color: Golden Dream. HEX triplet: EE, C8 and 2B. RGB value is (238,200,43). Sum of RGB (Red+Green+Blue) = 238+200+43=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 200 (78.52% from 255 or 41.58% from 481); Blue value is 43 (17.19% from 255 or 8.94% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC82B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC82B is #1137D4. Grayscale: #C2C2C2. Windows color (decimal): -1128405 or 2869486. OLE color: 2869486.
HSL color Cylindrical-coordinate representation of color #EEC82B: hue angle of 48.31º 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 #EEC82B is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 43 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.07 |
| HSL | 48.31º | 0.85% | 0.55% | - |
| HSV(B) | 48.31º | 0.82% | 0.93% | - |
| XYZ | 56.35 | 59.66 | 10.83 | - |
| YUV | 193.46 | 43.09 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 43 | 0 | 0.16 | 0.82 | 0.07 | 48.31 | 0.85 | 0.55 |
| Hex | EE | C8 | 2B | 0 | 10 | 52 | 7 | 30 | 55 | 37 |
| Octal | 356 | 310 | 53 | 0 | 20 | 122 | 7 | 60 | 125 | 67 |
| Binary | 11101110 | 11001000 | 101011 | 0 | 10000 | 1010010 | 111 | 110000 | 1010101 | 110111 |
Color Harmonies of #EEC82B
Complementary color
Monochromatic Colors of #EEC82B
Black with #EEC82B
Text Example
Text Example
White with #EEC82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC82B; }
p { color: rgb(238,200,43); }
H1.HeaderClassName
{
color: #EEC82B;
}
.AnyTagClassName
{
color: #EEC82B;
}
</style>
background-color css
<style>
a { background-color: #EEC82B; }
a { background-color: rgb(238,200,43); }
div.DivClassName
{
background-color: #EEC82B;
}
.BgClassName
{
background-color: #EEC82B;
}
</style>
border-color css
<style>
span { border-color: #EEC82B; }
span { border-color: rgb(238,200,43); }
td.TdClassName
{
border-color: #EEC82B;
}
.TagClassName
{
border-color: #EEC82B;
}
</style>