Shades of Golden Dream #EEC831
Tints of Golden Dream #EEC831
RGB
CMYK
RGB Variations
Color information
#EEC831 (or 0xEEC831) is known color: Golden Dream. HEX triplet: EE, C8 and 31. RGB value is (238,200,49). Sum of RGB (Red+Green+Blue) = 238+200+49=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 200 (78.52% from 255 or 41.07% from 487); Blue value is 49 (19.53% from 255 or 10.06% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC831 is #1137CE. Grayscale: #C2C2C2. Windows color (decimal): -1128399 or 3262702. OLE color: 3262702.
HSL color Cylindrical-coordinate representation of color #EEC831: hue angle of 47.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EEC831 is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 200 | 49 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.07 |
| HSL | 47.94º | 0.85% | 0.56% | - |
| HSV(B) | 47.94º | 0.79% | 0.93% | - |
| XYZ | 56.47 | 59.71 | 11.45 | - |
| YUV | 194.15 | 46.09 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 200 | 49 | 0 | 0.16 | 0.79 | 0.07 | 47.94 | 0.85 | 0.56 |
| Hex | EE | C8 | 31 | 0 | 10 | 4F | 7 | 30 | 55 | 38 |
| Octal | 356 | 310 | 61 | 0 | 20 | 117 | 7 | 60 | 125 | 70 |
| Binary | 11101110 | 11001000 | 110001 | 0 | 10000 | 1001111 | 111 | 110000 | 1010101 | 111000 |
Color Harmonies of #EEC831
Complementary color
Monochromatic Colors of #EEC831
Black with #EEC831
Text Example
Text Example
White with #EEC831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC831; }
p { color: rgb(238,200,49); }
H1.HeaderClassName
{
color: #EEC831;
}
.AnyTagClassName
{
color: #EEC831;
}
</style>
background-color css
<style>
a { background-color: #EEC831; }
a { background-color: rgb(238,200,49); }
div.DivClassName
{
background-color: #EEC831;
}
.BgClassName
{
background-color: #EEC831;
}
</style>
border-color css
<style>
span { border-color: #EEC831; }
span { border-color: rgb(238,200,49); }
td.TdClassName
{
border-color: #EEC831;
}
.TagClassName
{
border-color: #EEC831;
}
</style>