Shades of Golden Dream #EACA2D
Tints of Golden Dream #EACA2D
RGB
CMYK
RGB Variations
Color information
#EACA2D (or 0xEACA2D) is known color: Golden Dream. HEX triplet: EA, CA and 2D. RGB value is (234,202,45). Sum of RGB (Red+Green+Blue) = 234+202+45=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 202 (79.30% from 255 or 42.00% from 481); Blue value is 45 (17.97% from 255 or 9.36% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA2D is #1535D2. Grayscale: #C2C2C2. Windows color (decimal): -1390035 or 3001066. OLE color: 3001066.
HSL color Cylindrical-coordinate representation of color #EACA2D: hue angle of 49.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EACA2D is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 45 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.08 |
| HSL | 49.84º | 0.82% | 0.55% | - |
| HSV(B) | 49.84º | 0.81% | 0.92% | - |
| XYZ | 55.53 | 59.92 | 11.12 | - |
| YUV | 193.67 | 44.1 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 45 | 0 | 0.14 | 0.81 | 0.08 | 49.84 | 0.82 | 0.55 |
| Hex | EA | CA | 2D | 0 | E | 51 | 8 | 32 | 52 | 37 |
| Octal | 352 | 312 | 55 | 0 | 16 | 121 | 10 | 62 | 122 | 67 |
| Binary | 11101010 | 11001010 | 101101 | 0 | 1110 | 1010001 | 1000 | 110010 | 1010010 | 110111 |
Color Harmonies of #EACA2D
Complementary color
Monochromatic Colors of #EACA2D
Black with #EACA2D
Text Example
Text Example
White with #EACA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA2D; }
p { color: rgb(234,202,45); }
H1.HeaderClassName
{
color: #EACA2D;
}
.AnyTagClassName
{
color: #EACA2D;
}
</style>
background-color css
<style>
a { background-color: #EACA2D; }
a { background-color: rgb(234,202,45); }
div.DivClassName
{
background-color: #EACA2D;
}
.BgClassName
{
background-color: #EACA2D;
}
</style>
border-color css
<style>
span { border-color: #EACA2D; }
span { border-color: rgb(234,202,45); }
td.TdClassName
{
border-color: #EACA2D;
}
.TagClassName
{
border-color: #EACA2D;
}
</style>