Shades of Golden Dream #EAC62C
Tints of Golden Dream #EAC62C
RGB
CMYK
RGB Variations
Color information
#EAC62C (or 0xEAC62C) is known color: Golden Dream. HEX triplet: EA, C6 and 2C. RGB value is (234,198,44). Sum of RGB (Red+Green+Blue) = 234+198+44=476 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.16% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 44 (17.58% from 255 or 9.24% from 476); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC62C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC62C is #1539D3. Grayscale: #BFBFBF. Windows color (decimal): -1391060 or 2934506. OLE color: 2934506.
HSL color Cylindrical-coordinate representation of color #EAC62C: hue angle of 48.63º 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 #EAC62C is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 198 | 44 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.08 |
| HSL | 48.63º | 0.82% | 0.55% | - |
| HSV(B) | 48.63º | 0.81% | 0.92% | - |
| XYZ | 54.58 | 58.06 | 10.71 | - |
| YUV | 191.21 | 44.93 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 198 | 44 | 0 | 0.15 | 0.81 | 0.08 | 48.63 | 0.82 | 0.55 |
| Hex | EA | C6 | 2C | 0 | F | 51 | 8 | 31 | 52 | 37 |
| Octal | 352 | 306 | 54 | 0 | 17 | 121 | 10 | 61 | 122 | 67 |
| Binary | 11101010 | 11000110 | 101100 | 0 | 1111 | 1010001 | 1000 | 110001 | 1010010 | 110111 |
Color Harmonies of #EAC62C
Complementary color
Monochromatic Colors of #EAC62C
Black with #EAC62C
Text Example
Text Example
White with #EAC62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC62C; }
p { color: rgb(234,198,44); }
H1.HeaderClassName
{
color: #EAC62C;
}
.AnyTagClassName
{
color: #EAC62C;
}
</style>
background-color css
<style>
a { background-color: #EAC62C; }
a { background-color: rgb(234,198,44); }
div.DivClassName
{
background-color: #EAC62C;
}
.BgClassName
{
background-color: #EAC62C;
}
</style>
border-color css
<style>
span { border-color: #EAC62C; }
span { border-color: rgb(234,198,44); }
td.TdClassName
{
border-color: #EAC62C;
}
.TagClassName
{
border-color: #EAC62C;
}
</style>