Shades of Golden Dream #EACD36
Tints of Golden Dream #EACD36
RGB
CMYK
RGB Variations
Color information
#EACD36 (or 0xEACD36) is known color: Golden Dream. HEX triplet: EA, CD and 36. RGB value is (234,205,54). Sum of RGB (Red+Green+Blue) = 234+205+54=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 205 (80.47% from 255 or 41.58% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD36 is #1532C9. Grayscale: #C5C5C5. Windows color (decimal): -1389258 or 3591658. OLE color: 3591658.
HSL color Cylindrical-coordinate representation of color #EACD36: hue angle of 50.33º 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 #EACD36 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 54 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.08 |
| HSL | 50.33º | 0.81% | 0.56% | - |
| HSV(B) | 50.33º | 0.77% | 0.92% | - |
| XYZ | 56.43 | 61.42 | 12.37 | - |
| YUV | 196.46 | 47.61 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 54 | 0 | 0.12 | 0.77 | 0.08 | 50.33 | 0.81 | 0.56 |
| Hex | EA | CD | 36 | 0 | C | 4D | 8 | 32 | 51 | 38 |
| Octal | 352 | 315 | 66 | 0 | 14 | 115 | 10 | 62 | 121 | 70 |
| Binary | 11101010 | 11001101 | 110110 | 0 | 1100 | 1001101 | 1000 | 110010 | 1010001 | 111000 |
Color Harmonies of #EACD36
Complementary color
Monochromatic Colors of #EACD36
Black with #EACD36
Text Example
Text Example
White with #EACD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD36; }
p { color: rgb(234,205,54); }
H1.HeaderClassName
{
color: #EACD36;
}
.AnyTagClassName
{
color: #EACD36;
}
</style>
background-color css
<style>
a { background-color: #EACD36; }
a { background-color: rgb(234,205,54); }
div.DivClassName
{
background-color: #EACD36;
}
.BgClassName
{
background-color: #EACD36;
}
</style>
border-color css
<style>
span { border-color: #EACD36; }
span { border-color: rgb(234,205,54); }
td.TdClassName
{
border-color: #EACD36;
}
.TagClassName
{
border-color: #EACD36;
}
</style>