Shades of Golden Dream #EEC929
Tints of Golden Dream #EEC929
RGB
CMYK
RGB Variations
Color information
#EEC929 (or 0xEEC929) is known color: Golden Dream. HEX triplet: EE, C9 and 29. RGB value is (238,201,41). Sum of RGB (Red+Green+Blue) = 238+201+41=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 41 (16.41% from 255 or 8.54% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC929 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC929 is #1136D6. Grayscale: #C2C2C2. Windows color (decimal): -1128151 or 2738670. OLE color: 2738670.
HSL color Cylindrical-coordinate representation of color #EEC929: hue angle of 48.73º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EEC929 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 201 | 41 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.07 |
| HSL | 48.73º | 0.85% | 0.55% | - |
| HSV(B) | 48.73º | 0.83% | 0.93% | - |
| XYZ | 56.55 | 60.11 | 10.72 | - |
| YUV | 193.82 | 41.76 | 159.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 201 | 41 | 0 | 0.16 | 0.83 | 0.07 | 48.73 | 0.85 | 0.55 |
| Hex | EE | C9 | 29 | 0 | 10 | 53 | 7 | 31 | 55 | 37 |
| Octal | 356 | 311 | 51 | 0 | 20 | 123 | 7 | 61 | 125 | 67 |
| Binary | 11101110 | 11001001 | 101001 | 0 | 10000 | 1010011 | 111 | 110001 | 1010101 | 110111 |
Color Harmonies of #EEC929
Complementary color
Monochromatic Colors of #EEC929
Black with #EEC929
Text Example
Text Example
White with #EEC929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEC929; }
p { color: rgb(238,201,41); }
H1.HeaderClassName
{
color: #EEC929;
}
.AnyTagClassName
{
color: #EEC929;
}
</style>
background-color css
<style>
a { background-color: #EEC929; }
a { background-color: rgb(238,201,41); }
div.DivClassName
{
background-color: #EEC929;
}
.BgClassName
{
background-color: #EEC929;
}
</style>
border-color css
<style>
span { border-color: #EEC929; }
span { border-color: rgb(238,201,41); }
td.TdClassName
{
border-color: #EEC929;
}
.TagClassName
{
border-color: #EEC929;
}
</style>