Shades of Golden Dream #EACF31
Tints of Golden Dream #EACF31
RGB
CMYK
RGB Variations
Color information
#EACF31 (or 0xEACF31) is known color: Golden Dream. HEX triplet: EA, CF and 31. RGB value is (234,207,49). Sum of RGB (Red+Green+Blue) = 234+207+49=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 49 (19.53% from 255 or 10% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF31 is #1530CE. Grayscale: #C5C5C5. Windows color (decimal): -1388751 or 3264490. OLE color: 3264490.
HSL color Cylindrical-coordinate representation of color #EACF31: hue angle of 51.24º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EACF31 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 49 | - |
| CMYK | 0 | 0.12 | 0.79 | 0.08 |
| HSL | 51.24º | 0.81% | 0.55% | - |
| HSV(B) | 51.24º | 0.79% | 0.92% | - |
| XYZ | 56.8 | 62.34 | 11.94 | - |
| YUV | 197.06 | 44.45 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 49 | 0 | 0.12 | 0.79 | 0.08 | 51.24 | 0.81 | 0.55 |
| Hex | EA | CF | 31 | 0 | C | 4F | 8 | 33 | 51 | 37 |
| Octal | 352 | 317 | 61 | 0 | 14 | 117 | 10 | 63 | 121 | 67 |
| Binary | 11101010 | 11001111 | 110001 | 0 | 1100 | 1001111 | 1000 | 110011 | 1010001 | 110111 |
Color Harmonies of #EACF31
Complementary color
Monochromatic Colors of #EACF31
Black with #EACF31
Text Example
Text Example
White with #EACF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF31; }
p { color: rgb(234,207,49); }
H1.HeaderClassName
{
color: #EACF31;
}
.AnyTagClassName
{
color: #EACF31;
}
</style>
background-color css
<style>
a { background-color: #EACF31; }
a { background-color: rgb(234,207,49); }
div.DivClassName
{
background-color: #EACF31;
}
.BgClassName
{
background-color: #EACF31;
}
</style>
border-color css
<style>
span { border-color: #EACF31; }
span { border-color: rgb(234,207,49); }
td.TdClassName
{
border-color: #EACF31;
}
.TagClassName
{
border-color: #EACF31;
}
</style>