Shades of Golden Dream #EACA37
Tints of Golden Dream #EACA37
RGB
CMYK
RGB Variations
Color information
#EACA37 (or 0xEACA37) is known color: Golden Dream. HEX triplet: EA, CA and 37. RGB value is (234,202,55). Sum of RGB (Red+Green+Blue) = 234+202+55=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 55 (21.88% from 255 or 11.20% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACA37 is #1535C8. Grayscale: #C3C3C3. Windows color (decimal): -1390025 or 3656426. OLE color: 3656426.
HSL color Cylindrical-coordinate representation of color #EACA37: hue angle of 49.27º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EACA37 is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 55 | - |
| CMYK | 0 | 0.14 | 0.76 | 0.08 |
| HSL | 49.27º | 0.81% | 0.57% | - |
| HSV(B) | 49.27º | 0.76% | 0.92% | - |
| XYZ | 55.74 | 60.01 | 12.26 | - |
| YUV | 194.81 | 49.1 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 55 | 0 | 0.14 | 0.76 | 0.08 | 49.27 | 0.81 | 0.57 |
| Hex | EA | CA | 37 | 0 | E | 4C | 8 | 31 | 51 | 39 |
| Octal | 352 | 312 | 67 | 0 | 16 | 114 | 10 | 61 | 121 | 71 |
| Binary | 11101010 | 11001010 | 110111 | 0 | 1110 | 1001100 | 1000 | 110001 | 1010001 | 111001 |
Color Harmonies of #EACA37
Complementary color
Monochromatic Colors of #EACA37
Black with #EACA37
Text Example
Text Example
White with #EACA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA37; }
p { color: rgb(234,202,55); }
H1.HeaderClassName
{
color: #EACA37;
}
.AnyTagClassName
{
color: #EACA37;
}
</style>
background-color css
<style>
a { background-color: #EACA37; }
a { background-color: rgb(234,202,55); }
div.DivClassName
{
background-color: #EACA37;
}
.BgClassName
{
background-color: #EACA37;
}
</style>
border-color css
<style>
span { border-color: #EACA37; }
span { border-color: rgb(234,202,55); }
td.TdClassName
{
border-color: #EACA37;
}
.TagClassName
{
border-color: #EACA37;
}
</style>