Shades of Golden Dream #EACF2C
Tints of Golden Dream #EACF2C
RGB
CMYK
RGB Variations
Color information
#EACF2C (or 0xEACF2C) is known color: Golden Dream. HEX triplet: EA, CF and 2C. RGB value is (234,207,44). Sum of RGB (Red+Green+Blue) = 234+207+44=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 207 (81.25% from 255 or 42.68% from 485); Blue value is 44 (17.58% from 255 or 9.07% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF2C is #1530D3. Grayscale: #C5C5C5. Windows color (decimal): -1388756 or 2936810. OLE color: 2936810.
HSL color Cylindrical-coordinate representation of color #EACF2C: hue angle of 51.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EACF2C is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 44 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.08 |
| HSL | 51.47º | 0.82% | 0.55% | - |
| HSV(B) | 51.47º | 0.81% | 0.92% | - |
| XYZ | 56.7 | 62.3 | 11.42 | - |
| YUV | 196.49 | 41.95 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 44 | 0 | 0.12 | 0.81 | 0.08 | 51.47 | 0.82 | 0.55 |
| Hex | EA | CF | 2C | 0 | C | 51 | 8 | 33 | 52 | 37 |
| Octal | 352 | 317 | 54 | 0 | 14 | 121 | 10 | 63 | 122 | 67 |
| Binary | 11101010 | 11001111 | 101100 | 0 | 1100 | 1010001 | 1000 | 110011 | 1010010 | 110111 |
Color Harmonies of #EACF2C
Complementary color
Monochromatic Colors of #EACF2C
Black with #EACF2C
Text Example
Text Example
White with #EACF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF2C; }
p { color: rgb(234,207,44); }
H1.HeaderClassName
{
color: #EACF2C;
}
.AnyTagClassName
{
color: #EACF2C;
}
</style>
background-color css
<style>
a { background-color: #EACF2C; }
a { background-color: rgb(234,207,44); }
div.DivClassName
{
background-color: #EACF2C;
}
.BgClassName
{
background-color: #EACF2C;
}
</style>
border-color css
<style>
span { border-color: #EACF2C; }
span { border-color: rgb(234,207,44); }
td.TdClassName
{
border-color: #EACF2C;
}
.TagClassName
{
border-color: #EACF2C;
}
</style>