Shades of Golden Dream #EEC82D
Tints of Golden Dream #EEC82D
RGB
CMYK
RGB Variations
Color information
#EEC82D (or 0xEEC82D) is known color: Golden Dream. HEX triplet: EE, C8 and 2D. RGB value is (238,200,45). Sum of RGB (Red+Green+Blue) = 238+200+45=483 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.28% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC82D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC82D is #1137D2. Grayscale: #C2C2C2. Windows color (decimal): -1128403 or 3000558. OLE color: 3000558.
HSL color Cylindrical-coordinate representation of color #EEC82D: hue angle of 48.19º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EEC82D is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 45 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.07 |
| HSL | 48.19º | 0.85% | 0.55% | - |
| HSV(B) | 48.19º | 0.81% | 0.93% | - |
| XYZ | 56.39 | 59.68 | 11.03 | - |
| YUV | 193.69 | 44.09 | 159.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 45 | 0 | 0.16 | 0.81 | 0.07 | 48.19 | 0.85 | 0.55 |
| Hex | EE | C8 | 2D | 0 | 10 | 51 | 7 | 30 | 55 | 37 |
| Octal | 356 | 310 | 55 | 0 | 20 | 121 | 7 | 60 | 125 | 67 |
| Binary | 11101110 | 11001000 | 101101 | 0 | 10000 | 1010001 | 111 | 110000 | 1010101 | 110111 |
Color Harmonies of #EEC82D
Complementary color
Monochromatic Colors of #EEC82D
Black with #EEC82D
Text Example
Text Example
White with #EEC82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC82D; }
p { color: rgb(238,200,45); }
H1.HeaderClassName
{
color: #EEC82D;
}
.AnyTagClassName
{
color: #EEC82D;
}
</style>
background-color css
<style>
a { background-color: #EEC82D; }
a { background-color: rgb(238,200,45); }
div.DivClassName
{
background-color: #EEC82D;
}
.BgClassName
{
background-color: #EEC82D;
}
</style>
border-color css
<style>
span { border-color: #EEC82D; }
span { border-color: rgb(238,200,45); }
td.TdClassName
{
border-color: #EEC82D;
}
.TagClassName
{
border-color: #EEC82D;
}
</style>