Shades of Golden Dream #EECA29
Tints of Golden Dream #EECA29
RGB
CMYK
RGB Variations
Color information
#EECA29 (or 0xEECA29) is known color: Golden Dream. HEX triplet: EE, CA and 29. RGB value is (238,202,41). Sum of RGB (Red+Green+Blue) = 238+202+41=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA29 is #1135D6. Grayscale: #C3C3C3. Windows color (decimal): -1127895 or 2738926. OLE color: 2738926.
HSL color Cylindrical-coordinate representation of color #EECA29: hue angle of 49.04º 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 #EECA29 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 41 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.07 |
| HSL | 49.04º | 0.85% | 0.55% | - |
| HSV(B) | 49.04º | 0.83% | 0.93% | - |
| XYZ | 56.78 | 60.58 | 10.8 | - |
| YUV | 194.41 | 41.43 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 41 | 0 | 0.15 | 0.83 | 0.07 | 49.04 | 0.85 | 0.55 |
| Hex | EE | CA | 29 | 0 | F | 53 | 7 | 31 | 55 | 37 |
| Octal | 356 | 312 | 51 | 0 | 17 | 123 | 7 | 61 | 125 | 67 |
| Binary | 11101110 | 11001010 | 101001 | 0 | 1111 | 1010011 | 111 | 110001 | 1010101 | 110111 |
Color Harmonies of #EECA29
Complementary color
Monochromatic Colors of #EECA29
Black with #EECA29
Text Example
Text Example
White with #EECA29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA29; }
p { color: rgb(238,202,41); }
H1.HeaderClassName
{
color: #EECA29;
}
.AnyTagClassName
{
color: #EECA29;
}
</style>
background-color css
<style>
a { background-color: #EECA29; }
a { background-color: rgb(238,202,41); }
div.DivClassName
{
background-color: #EECA29;
}
.BgClassName
{
background-color: #EECA29;
}
</style>
border-color css
<style>
span { border-color: #EECA29; }
span { border-color: rgb(238,202,41); }
td.TdClassName
{
border-color: #EECA29;
}
.TagClassName
{
border-color: #EECA29;
}
</style>