Shades of Golden Dream #EECB29
Tints of Golden Dream #EECB29
RGB
CMYK
RGB Variations
Color information
#EECB29 (or 0xEECB29) is known color: Golden Dream. HEX triplet: EE, CB and 29. RGB value is (238,203,41). Sum of RGB (Red+Green+Blue) = 238+203+41=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 203 (79.69% from 255 or 42.12% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EECB29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECB29 is #1134D6. Grayscale: #C3C3C3. Windows color (decimal): -1127639 or 2739182. OLE color: 2739182.
HSL color Cylindrical-coordinate representation of color #EECB29: hue angle of 49.34º 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 #EECB29 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 203 | 41 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.07 |
| HSL | 49.34º | 0.85% | 0.55% | - |
| HSV(B) | 49.34º | 0.83% | 0.93% | - |
| XYZ | 57.02 | 61.05 | 10.88 | - |
| YUV | 195 | 41.1 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 203 | 41 | 0 | 0.15 | 0.83 | 0.07 | 49.34 | 0.85 | 0.55 |
| Hex | EE | CB | 29 | 0 | F | 53 | 7 | 31 | 55 | 37 |
| Octal | 356 | 313 | 51 | 0 | 17 | 123 | 7 | 61 | 125 | 67 |
| Binary | 11101110 | 11001011 | 101001 | 0 | 1111 | 1010011 | 111 | 110001 | 1010101 | 110111 |
Color Harmonies of #EECB29
Complementary color
Monochromatic Colors of #EECB29
Black with #EECB29
Text Example
Text Example
White with #EECB29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECB29; }
p { color: rgb(238,203,41); }
H1.HeaderClassName
{
color: #EECB29;
}
.AnyTagClassName
{
color: #EECB29;
}
</style>
background-color css
<style>
a { background-color: #EECB29; }
a { background-color: rgb(238,203,41); }
div.DivClassName
{
background-color: #EECB29;
}
.BgClassName
{
background-color: #EECB29;
}
</style>
border-color css
<style>
span { border-color: #EECB29; }
span { border-color: rgb(238,203,41); }
td.TdClassName
{
border-color: #EECB29;
}
.TagClassName
{
border-color: #EECB29;
}
</style>