Shades of Golden Dream #EACF36
Tints of Golden Dream #EACF36
RGB
CMYK
RGB Variations
Color information
#EACF36 (or 0xEACF36) is known color: Golden Dream. HEX triplet: EA, CF and 36. RGB value is (234,207,54). Sum of RGB (Red+Green+Blue) = 234+207+54=495 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.27% from 495); Green value is 207 (81.25% from 255 or 41.82% from 495); Blue value is 54 (21.48% from 255 or 10.91% from 495); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF36 is #1530C9. Grayscale: #C6C6C6. Windows color (decimal): -1388746 or 3592170. OLE color: 3592170.
HSL color Cylindrical-coordinate representation of color #EACF36: hue angle of 51º 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 #EACF36 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 54 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.08 |
| HSL | 51º | 0.81% | 0.56% | - |
| HSV(B) | 51º | 0.77% | 0.92% | - |
| XYZ | 56.91 | 62.38 | 12.53 | - |
| YUV | 197.63 | 46.95 | 153.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 54 | 0 | 0.12 | 0.77 | 0.08 | 51 | 0.81 | 0.56 |
| Hex | EA | CF | 36 | 0 | C | 4D | 8 | 33 | 51 | 38 |
| Octal | 352 | 317 | 66 | 0 | 14 | 115 | 10 | 63 | 121 | 70 |
| Binary | 11101010 | 11001111 | 110110 | 0 | 1100 | 1001101 | 1000 | 110011 | 1010001 | 111000 |
Color Harmonies of #EACF36
Complementary color
Monochromatic Colors of #EACF36
Black with #EACF36
Text Example
Text Example
White with #EACF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF36; }
p { color: rgb(234,207,54); }
H1.HeaderClassName
{
color: #EACF36;
}
.AnyTagClassName
{
color: #EACF36;
}
</style>
background-color css
<style>
a { background-color: #EACF36; }
a { background-color: rgb(234,207,54); }
div.DivClassName
{
background-color: #EACF36;
}
.BgClassName
{
background-color: #EACF36;
}
</style>
border-color css
<style>
span { border-color: #EACF36; }
span { border-color: rgb(234,207,54); }
td.TdClassName
{
border-color: #EACF36;
}
.TagClassName
{
border-color: #EACF36;
}
</style>