Shades of Golden Dream #EACE2D
Tints of Golden Dream #EACE2D
RGB
CMYK
RGB Variations
Color information
#EACE2D (or 0xEACE2D) is known color: Golden Dream. HEX triplet: EA, CE and 2D. RGB value is (234,206,45). Sum of RGB (Red+Green+Blue) = 234+206+45=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACE2D is #1531D2. Grayscale: #C4C4C4. Windows color (decimal): -1389011 or 3002090. OLE color: 3002090.
HSL color Cylindrical-coordinate representation of color #EACE2D: hue angle of 51.11º 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 #EACE2D is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 45 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.08 |
| HSL | 51.11º | 0.82% | 0.55% | - |
| HSV(B) | 51.11º | 0.81% | 0.92% | - |
| XYZ | 56.48 | 61.82 | 11.44 | - |
| YUV | 196.02 | 42.78 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 45 | 0 | 0.12 | 0.81 | 0.08 | 51.11 | 0.82 | 0.55 |
| Hex | EA | CE | 2D | 0 | C | 51 | 8 | 33 | 52 | 37 |
| Octal | 352 | 316 | 55 | 0 | 14 | 121 | 10 | 63 | 122 | 67 |
| Binary | 11101010 | 11001110 | 101101 | 0 | 1100 | 1010001 | 1000 | 110011 | 1010010 | 110111 |
Color Harmonies of #EACE2D
Complementary color
Monochromatic Colors of #EACE2D
Black with #EACE2D
Text Example
Text Example
White with #EACE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE2D; }
p { color: rgb(234,206,45); }
H1.HeaderClassName
{
color: #EACE2D;
}
.AnyTagClassName
{
color: #EACE2D;
}
</style>
background-color css
<style>
a { background-color: #EACE2D; }
a { background-color: rgb(234,206,45); }
div.DivClassName
{
background-color: #EACE2D;
}
.BgClassName
{
background-color: #EACE2D;
}
</style>
border-color css
<style>
span { border-color: #EACE2D; }
span { border-color: rgb(234,206,45); }
td.TdClassName
{
border-color: #EACE2D;
}
.TagClassName
{
border-color: #EACE2D;
}
</style>