Shades of Golden Dream #EACC2C
Tints of Golden Dream #EACC2C
RGB
CMYK
RGB Variations
Color information
#EACC2C (or 0xEACC2C) is known color: Golden Dream. HEX triplet: EA, CC and 2C. RGB value is (234,204,44). Sum of RGB (Red+Green+Blue) = 234+204+44=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC2C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC2C is #1533D3. Grayscale: #C3C3C3. Windows color (decimal): -1389524 or 2936042. OLE color: 2936042.
HSL color Cylindrical-coordinate representation of color #EACC2C: hue angle of 50.53º 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 #EACC2C is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 44 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.08 |
| HSL | 50.53º | 0.82% | 0.55% | - |
| HSV(B) | 50.53º | 0.81% | 0.92% | - |
| XYZ | 55.98 | 60.86 | 11.18 | - |
| YUV | 194.73 | 42.94 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 44 | 0 | 0.13 | 0.81 | 0.08 | 50.53 | 0.82 | 0.55 |
| Hex | EA | CC | 2C | 0 | D | 51 | 8 | 33 | 52 | 37 |
| Octal | 352 | 314 | 54 | 0 | 15 | 121 | 10 | 63 | 122 | 67 |
| Binary | 11101010 | 11001100 | 101100 | 0 | 1101 | 1010001 | 1000 | 110011 | 1010010 | 110111 |
Color Harmonies of #EACC2C
Complementary color
Monochromatic Colors of #EACC2C
Black with #EACC2C
Text Example
Text Example
White with #EACC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC2C; }
p { color: rgb(234,204,44); }
H1.HeaderClassName
{
color: #EACC2C;
}
.AnyTagClassName
{
color: #EACC2C;
}
</style>
background-color css
<style>
a { background-color: #EACC2C; }
a { background-color: rgb(234,204,44); }
div.DivClassName
{
background-color: #EACC2C;
}
.BgClassName
{
background-color: #EACC2C;
}
</style>
border-color css
<style>
span { border-color: #EACC2C; }
span { border-color: rgb(234,204,44); }
td.TdClassName
{
border-color: #EACC2C;
}
.TagClassName
{
border-color: #EACC2C;
}
</style>