Shades of Golden Dream #EEC82C
Tints of Golden Dream #EEC82C
RGB
CMYK
RGB Variations
Color information
#EEC82C (or 0xEEC82C) is known color: Golden Dream. HEX triplet: EE, C8 and 2C. RGB value is (238,200,44). Sum of RGB (Red+Green+Blue) = 238+200+44=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC82C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC82C is #1137D3. Grayscale: #C2C2C2. Windows color (decimal): -1128404 or 2935022. OLE color: 2935022.
HSL color Cylindrical-coordinate representation of color #EEC82C: hue angle of 48.25º 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 #EEC82C is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 44 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.07 |
| HSL | 48.25º | 0.85% | 0.55% | - |
| HSV(B) | 48.25º | 0.82% | 0.93% | - |
| XYZ | 56.37 | 59.67 | 10.93 | - |
| YUV | 193.58 | 43.59 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 44 | 0 | 0.16 | 0.82 | 0.07 | 48.25 | 0.85 | 0.55 |
| Hex | EE | C8 | 2C | 0 | 10 | 52 | 7 | 30 | 55 | 37 |
| Octal | 356 | 310 | 54 | 0 | 20 | 122 | 7 | 60 | 125 | 67 |
| Binary | 11101110 | 11001000 | 101100 | 0 | 10000 | 1010010 | 111 | 110000 | 1010101 | 110111 |
Color Harmonies of #EEC82C
Complementary color
Monochromatic Colors of #EEC82C
Black with #EEC82C
Text Example
Text Example
White with #EEC82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC82C; }
p { color: rgb(238,200,44); }
H1.HeaderClassName
{
color: #EEC82C;
}
.AnyTagClassName
{
color: #EEC82C;
}
</style>
background-color css
<style>
a { background-color: #EEC82C; }
a { background-color: rgb(238,200,44); }
div.DivClassName
{
background-color: #EEC82C;
}
.BgClassName
{
background-color: #EEC82C;
}
</style>
border-color css
<style>
span { border-color: #EEC82C; }
span { border-color: rgb(238,200,44); }
td.TdClassName
{
border-color: #EEC82C;
}
.TagClassName
{
border-color: #EEC82C;
}
</style>