Shades of Golden Dream #EAC831
Tints of Golden Dream #EAC831
RGB
CMYK
RGB Variations
Color information
#EAC831 (or 0xEAC831) is known color: Golden Dream. HEX triplet: EA, C8 and 31. RGB value is (234,200,49). Sum of RGB (Red+Green+Blue) = 234+200+49=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC831 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC831 is #1537CE. Grayscale: #C1C1C1. Windows color (decimal): -1390543 or 3262698. OLE color: 3262698.
HSL color Cylindrical-coordinate representation of color #EAC831: hue angle of 48.97º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EAC831 is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 200 | 49 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.08 |
| HSL | 48.97º | 0.81% | 0.55% | - |
| HSV(B) | 48.97º | 0.79% | 0.92% | - |
| XYZ | 55.14 | 59.02 | 11.39 | - |
| YUV | 192.95 | 46.76 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 200 | 49 | 0 | 0.15 | 0.79 | 0.08 | 48.97 | 0.81 | 0.55 |
| Hex | EA | C8 | 31 | 0 | F | 4F | 8 | 31 | 51 | 37 |
| Octal | 352 | 310 | 61 | 0 | 17 | 117 | 10 | 61 | 121 | 67 |
| Binary | 11101010 | 11001000 | 110001 | 0 | 1111 | 1001111 | 1000 | 110001 | 1010001 | 110111 |
Color Harmonies of #EAC831
Complementary color
Monochromatic Colors of #EAC831
Black with #EAC831
Text Example
Text Example
White with #EAC831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC831; }
p { color: rgb(234,200,49); }
H1.HeaderClassName
{
color: #EAC831;
}
.AnyTagClassName
{
color: #EAC831;
}
</style>
background-color css
<style>
a { background-color: #EAC831; }
a { background-color: rgb(234,200,49); }
div.DivClassName
{
background-color: #EAC831;
}
.BgClassName
{
background-color: #EAC831;
}
</style>
border-color css
<style>
span { border-color: #EAC831; }
span { border-color: rgb(234,200,49); }
td.TdClassName
{
border-color: #EAC831;
}
.TagClassName
{
border-color: #EAC831;
}
</style>