Shades of Golden Dream #EAC92E
Tints of Golden Dream #EAC92E
RGB
CMYK
RGB Variations
Color information
#EAC92E (or 0xEAC92E) is known color: Golden Dream. HEX triplet: EA, C9 and 2E. RGB value is (234,201,46). Sum of RGB (Red+Green+Blue) = 234+201+46=481 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.65% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 46 (18.36% from 255 or 9.56% from 481); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC92E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC92E is #1536D1. Grayscale: #C1C1C1. Windows color (decimal): -1390290 or 3066346. OLE color: 3066346.
HSL color Cylindrical-coordinate representation of color #EAC92E: hue angle of 49.47º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EAC92E is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 201 | 46 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.08 |
| HSL | 49.47º | 0.82% | 0.55% | - |
| HSV(B) | 49.47º | 0.8% | 0.92% | - |
| XYZ | 55.31 | 59.46 | 11.15 | - |
| YUV | 193.2 | 44.93 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 201 | 46 | 0 | 0.14 | 0.80 | 0.08 | 49.47 | 0.82 | 0.55 |
| Hex | EA | C9 | 2E | 0 | E | 50 | 8 | 31 | 52 | 37 |
| Octal | 352 | 311 | 56 | 0 | 16 | 120 | 10 | 61 | 122 | 67 |
| Binary | 11101010 | 11001001 | 101110 | 0 | 1110 | 1010000 | 1000 | 110001 | 1010010 | 110111 |
Color Harmonies of #EAC92E
Complementary color
Monochromatic Colors of #EAC92E
Black with #EAC92E
Text Example
Text Example
White with #EAC92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC92E; }
p { color: rgb(234,201,46); }
H1.HeaderClassName
{
color: #EAC92E;
}
.AnyTagClassName
{
color: #EAC92E;
}
</style>
background-color css
<style>
a { background-color: #EAC92E; }
a { background-color: rgb(234,201,46); }
div.DivClassName
{
background-color: #EAC92E;
}
.BgClassName
{
background-color: #EAC92E;
}
</style>
border-color css
<style>
span { border-color: #EAC92E; }
span { border-color: rgb(234,201,46); }
td.TdClassName
{
border-color: #EAC92E;
}
.TagClassName
{
border-color: #EAC92E;
}
</style>