Shades of Golden Dream #EECA34
Tints of Golden Dream #EECA34
RGB
CMYK
RGB Variations
Color information
#EECA34 (or 0xEECA34) is known color: Golden Dream. HEX triplet: EE, CA and 34. RGB value is (238,202,52). Sum of RGB (Red+Green+Blue) = 238+202+52=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 52 (20.70% from 255 or 10.57% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA34 is #1135CB. Grayscale: #C4C4C4. Windows color (decimal): -1127884 or 3459822. OLE color: 3459822.
HSL color Cylindrical-coordinate representation of color #EECA34: hue angle of 48.39º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EECA34 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 52 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.07 |
| HSL | 48.39º | 0.85% | 0.57% | - |
| HSV(B) | 48.39º | 0.78% | 0.93% | - |
| XYZ | 57 | 60.67 | 11.95 | - |
| YUV | 195.66 | 46.93 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 52 | 0 | 0.15 | 0.78 | 0.07 | 48.39 | 0.85 | 0.57 |
| Hex | EE | CA | 34 | 0 | F | 4E | 7 | 30 | 55 | 39 |
| Octal | 356 | 312 | 64 | 0 | 17 | 116 | 7 | 60 | 125 | 71 |
| Binary | 11101110 | 11001010 | 110100 | 0 | 1111 | 1001110 | 111 | 110000 | 1010101 | 111001 |
Color Harmonies of #EECA34
Complementary color
Monochromatic Colors of #EECA34
Black with #EECA34
Text Example
Text Example
White with #EECA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA34; }
p { color: rgb(238,202,52); }
H1.HeaderClassName
{
color: #EECA34;
}
.AnyTagClassName
{
color: #EECA34;
}
</style>
background-color css
<style>
a { background-color: #EECA34; }
a { background-color: rgb(238,202,52); }
div.DivClassName
{
background-color: #EECA34;
}
.BgClassName
{
background-color: #EECA34;
}
</style>
border-color css
<style>
span { border-color: #EECA34; }
span { border-color: rgb(238,202,52); }
td.TdClassName
{
border-color: #EECA34;
}
.TagClassName
{
border-color: #EECA34;
}
</style>