Shades of Golden Dream #EAC934
Tints of Golden Dream #EAC934
RGB
CMYK
RGB Variations
Color information
#EAC934 (or 0xEAC934) is known color: Golden Dream. HEX triplet: EA, C9 and 34. RGB value is (234,201,52). Sum of RGB (Red+Green+Blue) = 234+201+52=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 201 (78.91% from 255 or 41.27% from 487); Blue value is 52 (20.70% from 255 or 10.68% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC934 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC934 is #1536CB. Grayscale: #C2C2C2. Windows color (decimal): -1390284 or 3459562. OLE color: 3459562.
HSL color Cylindrical-coordinate representation of color #EAC934: hue angle of 49.12º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EAC934 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 52 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.08 |
| HSL | 49.12º | 0.81% | 0.56% | - |
| HSV(B) | 49.12º | 0.78% | 0.92% | - |
| XYZ | 55.44 | 59.51 | 11.81 | - |
| YUV | 193.88 | 47.93 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 52 | 0 | 0.14 | 0.78 | 0.08 | 49.12 | 0.81 | 0.56 |
| Hex | EA | C9 | 34 | 0 | E | 4E | 8 | 31 | 51 | 38 |
| Octal | 352 | 311 | 64 | 0 | 16 | 116 | 10 | 61 | 121 | 70 |
| Binary | 11101010 | 11001001 | 110100 | 0 | 1110 | 1001110 | 1000 | 110001 | 1010001 | 111000 |
Color Harmonies of #EAC934
Complementary color
Monochromatic Colors of #EAC934
Black with #EAC934
Text Example
Text Example
White with #EAC934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC934; }
p { color: rgb(234,201,52); }
H1.HeaderClassName
{
color: #EAC934;
}
.AnyTagClassName
{
color: #EAC934;
}
</style>
background-color css
<style>
a { background-color: #EAC934; }
a { background-color: rgb(234,201,52); }
div.DivClassName
{
background-color: #EAC934;
}
.BgClassName
{
background-color: #EAC934;
}
</style>
border-color css
<style>
span { border-color: #EAC934; }
span { border-color: rgb(234,201,52); }
td.TdClassName
{
border-color: #EAC934;
}
.TagClassName
{
border-color: #EAC934;
}
</style>