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