Shades of Golden Dream #EECA30
Tints of Golden Dream #EECA30
RGB
CMYK
RGB Variations
Color information
#EECA30 (or 0xEECA30) is known color: Golden Dream. HEX triplet: EE, CA and 30. RGB value is (238,202,48). Sum of RGB (Red+Green+Blue) = 238+202+48=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EECA30 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EECA30 is #1135CF. Grayscale: #C3C3C3. Windows color (decimal): -1127888 or 3197678. OLE color: 3197678.
HSL color Cylindrical-coordinate representation of color #EECA30: hue angle of 48.63º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EECA30 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 202 | 48 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.07 |
| HSL | 48.63º | 0.85% | 0.56% | - |
| HSV(B) | 48.63º | 0.8% | 0.93% | - |
| XYZ | 56.91 | 60.63 | 11.5 | - |
| YUV | 195.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 202 | 48 | 0 | 0.15 | 0.80 | 0.07 | 48.63 | 0.85 | 0.56 |
| Hex | EE | CA | 30 | 0 | F | 50 | 7 | 31 | 55 | 38 |
| Octal | 356 | 312 | 60 | 0 | 17 | 120 | 7 | 61 | 125 | 70 |
| Binary | 11101110 | 11001010 | 110000 | 0 | 1111 | 1010000 | 111 | 110001 | 1010101 | 111000 |
Color Harmonies of #EECA30
Complementary color
Monochromatic Colors of #EECA30
Black with #EECA30
Text Example
Text Example
White with #EECA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECA30; }
p { color: rgb(238,202,48); }
H1.HeaderClassName
{
color: #EECA30;
}
.AnyTagClassName
{
color: #EECA30;
}
</style>
background-color css
<style>
a { background-color: #EECA30; }
a { background-color: rgb(238,202,48); }
div.DivClassName
{
background-color: #EECA30;
}
.BgClassName
{
background-color: #EECA30;
}
</style>
border-color css
<style>
span { border-color: #EECA30; }
span { border-color: rgb(238,202,48); }
td.TdClassName
{
border-color: #EECA30;
}
.TagClassName
{
border-color: #EECA30;
}
</style>