Shades of Golden Dream #EACE2F
Tints of Golden Dream #EACE2F
RGB
CMYK
RGB Variations
Color information
#EACE2F (or 0xEACE2F) is known color: Golden Dream. HEX triplet: EA, CE and 2F. RGB value is (234,206,47). Sum of RGB (Red+Green+Blue) = 234+206+47=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 206 (80.86% from 255 or 42.30% from 487); Blue value is 47 (18.75% from 255 or 9.65% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACE2F is #1531D0. Grayscale: #C4C4C4. Windows color (decimal): -1389009 or 3133162. OLE color: 3133162.
HSL color Cylindrical-coordinate representation of color #EACE2F: hue angle of 51.02º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EACE2F is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 47 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.08 |
| HSL | 51.02º | 0.82% | 0.55% | - |
| HSV(B) | 51.02º | 0.8% | 0.92% | - |
| XYZ | 56.52 | 61.84 | 11.65 | - |
| YUV | 196.25 | 43.78 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 47 | 0 | 0.12 | 0.80 | 0.08 | 51.02 | 0.82 | 0.55 |
| Hex | EA | CE | 2F | 0 | C | 50 | 8 | 33 | 52 | 37 |
| Octal | 352 | 316 | 57 | 0 | 14 | 120 | 10 | 63 | 122 | 67 |
| Binary | 11101010 | 11001110 | 101111 | 0 | 1100 | 1010000 | 1000 | 110011 | 1010010 | 110111 |
Color Harmonies of #EACE2F
Complementary color
Monochromatic Colors of #EACE2F
Black with #EACE2F
Text Example
Text Example
White with #EACE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE2F; }
p { color: rgb(234,206,47); }
H1.HeaderClassName
{
color: #EACE2F;
}
.AnyTagClassName
{
color: #EACE2F;
}
</style>
background-color css
<style>
a { background-color: #EACE2F; }
a { background-color: rgb(234,206,47); }
div.DivClassName
{
background-color: #EACE2F;
}
.BgClassName
{
background-color: #EACE2F;
}
</style>
border-color css
<style>
span { border-color: #EACE2F; }
span { border-color: rgb(234,206,47); }
td.TdClassName
{
border-color: #EACE2F;
}
.TagClassName
{
border-color: #EACE2F;
}
</style>