Shades of Golden Dream #EACC2D
Tints of Golden Dream #EACC2D
RGB
CMYK
RGB Variations
Color information
#EACC2D (or 0xEACC2D) is known color: Golden Dream. HEX triplet: EA, CC and 2D. RGB value is (234,204,45). Sum of RGB (Red+Green+Blue) = 234+204+45=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACC2D is #1533D2. Grayscale: #C3C3C3. Windows color (decimal): -1389523 or 3001578. OLE color: 3001578.
HSL color Cylindrical-coordinate representation of color #EACC2D: hue angle of 50.48º 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 #EACC2D is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 204 | 45 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.08 |
| HSL | 50.48º | 0.82% | 0.55% | - |
| HSV(B) | 50.48º | 0.81% | 0.92% | - |
| XYZ | 56 | 60.87 | 11.28 | - |
| YUV | 194.84 | 43.44 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 204 | 45 | 0 | 0.13 | 0.81 | 0.08 | 50.48 | 0.82 | 0.55 |
| Hex | EA | CC | 2D | 0 | D | 51 | 8 | 32 | 52 | 37 |
| Octal | 352 | 314 | 55 | 0 | 15 | 121 | 10 | 62 | 122 | 67 |
| Binary | 11101010 | 11001100 | 101101 | 0 | 1101 | 1010001 | 1000 | 110010 | 1010010 | 110111 |
Color Harmonies of #EACC2D
Complementary color
Monochromatic Colors of #EACC2D
Black with #EACC2D
Text Example
Text Example
White with #EACC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACC2D; }
p { color: rgb(234,204,45); }
H1.HeaderClassName
{
color: #EACC2D;
}
.AnyTagClassName
{
color: #EACC2D;
}
</style>
background-color css
<style>
a { background-color: #EACC2D; }
a { background-color: rgb(234,204,45); }
div.DivClassName
{
background-color: #EACC2D;
}
.BgClassName
{
background-color: #EACC2D;
}
</style>
border-color css
<style>
span { border-color: #EACC2D; }
span { border-color: rgb(234,204,45); }
td.TdClassName
{
border-color: #EACC2D;
}
.TagClassName
{
border-color: #EACC2D;
}
</style>