Shades of Golden Dream #EACE36
Tints of Golden Dream #EACE36
RGB
CMYK
RGB Variations
Color information
#EACE36 (or 0xEACE36) is known color: Golden Dream. HEX triplet: EA, CE and 36. RGB value is (234,206,54). Sum of RGB (Red+Green+Blue) = 234+206+54=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 54 (21.48% from 255 or 10.93% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACE36 is #1531C9. Grayscale: #C5C5C5. Windows color (decimal): -1389002 or 3591914. OLE color: 3591914.
HSL color Cylindrical-coordinate representation of color #EACE36: hue angle of 50.67º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EACE36 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 54 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.08 |
| HSL | 50.67º | 0.81% | 0.56% | - |
| HSV(B) | 50.67º | 0.77% | 0.92% | - |
| XYZ | 56.67 | 61.9 | 12.45 | - |
| YUV | 197.04 | 47.28 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 54 | 0 | 0.12 | 0.77 | 0.08 | 50.67 | 0.81 | 0.56 |
| Hex | EA | CE | 36 | 0 | C | 4D | 8 | 33 | 51 | 38 |
| Octal | 352 | 316 | 66 | 0 | 14 | 115 | 10 | 63 | 121 | 70 |
| Binary | 11101010 | 11001110 | 110110 | 0 | 1100 | 1001101 | 1000 | 110011 | 1010001 | 111000 |
Color Harmonies of #EACE36
Complementary color
Monochromatic Colors of #EACE36
Black with #EACE36
Text Example
Text Example
White with #EACE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE36; }
p { color: rgb(234,206,54); }
H1.HeaderClassName
{
color: #EACE36;
}
.AnyTagClassName
{
color: #EACE36;
}
</style>
background-color css
<style>
a { background-color: #EACE36; }
a { background-color: rgb(234,206,54); }
div.DivClassName
{
background-color: #EACE36;
}
.BgClassName
{
background-color: #EACE36;
}
</style>
border-color css
<style>
span { border-color: #EACE36; }
span { border-color: rgb(234,206,54); }
td.TdClassName
{
border-color: #EACE36;
}
.TagClassName
{
border-color: #EACE36;
}
</style>