Shades of Golden Dream #EACF2D
Tints of Golden Dream #EACF2D
RGB
CMYK
RGB Variations
Color information
#EACF2D (or 0xEACF2D) is known color: Golden Dream. HEX triplet: EA, CF and 2D. RGB value is (234,207,45). Sum of RGB (Red+Green+Blue) = 234+207+45=486 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.15% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 45 (17.97% from 255 or 9.26% from 486); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACF2D is #1530D2. Grayscale: #C5C5C5. Windows color (decimal): -1388755 or 3002346. OLE color: 3002346.
HSL color Cylindrical-coordinate representation of color #EACF2D: hue angle of 51.43º 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 #EACF2D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 45 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.08 |
| HSL | 51.43º | 0.82% | 0.55% | - |
| HSV(B) | 51.43º | 0.81% | 0.92% | - |
| XYZ | 56.72 | 62.31 | 11.52 | - |
| YUV | 196.61 | 42.45 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 45 | 0 | 0.12 | 0.81 | 0.08 | 51.43 | 0.82 | 0.55 |
| Hex | EA | CF | 2D | 0 | C | 51 | 8 | 33 | 52 | 37 |
| Octal | 352 | 317 | 55 | 0 | 14 | 121 | 10 | 63 | 122 | 67 |
| Binary | 11101010 | 11001111 | 101101 | 0 | 1100 | 1010001 | 1000 | 110011 | 1010010 | 110111 |
Color Harmonies of #EACF2D
Complementary color
Monochromatic Colors of #EACF2D
Black with #EACF2D
Text Example
Text Example
White with #EACF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF2D; }
p { color: rgb(234,207,45); }
H1.HeaderClassName
{
color: #EACF2D;
}
.AnyTagClassName
{
color: #EACF2D;
}
</style>
background-color css
<style>
a { background-color: #EACF2D; }
a { background-color: rgb(234,207,45); }
div.DivClassName
{
background-color: #EACF2D;
}
.BgClassName
{
background-color: #EACF2D;
}
</style>
border-color css
<style>
span { border-color: #EACF2D; }
span { border-color: rgb(234,207,45); }
td.TdClassName
{
border-color: #EACF2D;
}
.TagClassName
{
border-color: #EACF2D;
}
</style>