Shades of Golden Dream #EAC72C
Tints of Golden Dream #EAC72C
RGB
CMYK
RGB Variations
Color information
#EAC72C (or 0xEAC72C) is known color: Golden Dream. HEX triplet: EA, C7 and 2C. RGB value is (234,199,44). Sum of RGB (Red+Green+Blue) = 234+199+44=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 199 (78.12% from 255 or 41.72% from 477); Blue value is 44 (17.58% from 255 or 9.22% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC72C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EAC72C is #1538D3. Grayscale: #C0C0C0. Windows color (decimal): -1390804 or 2934762. OLE color: 2934762.
HSL color Cylindrical-coordinate representation of color #EAC72C: hue angle of 48.95º 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 #EAC72C is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 44 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.08 |
| HSL | 48.95º | 0.82% | 0.55% | - |
| HSV(B) | 48.95º | 0.81% | 0.92% | - |
| XYZ | 54.81 | 58.52 | 10.79 | - |
| YUV | 191.8 | 44.6 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 44 | 0 | 0.15 | 0.81 | 0.08 | 48.95 | 0.82 | 0.55 |
| Hex | EA | C7 | 2C | 0 | F | 51 | 8 | 31 | 52 | 37 |
| Octal | 352 | 307 | 54 | 0 | 17 | 121 | 10 | 61 | 122 | 67 |
| Binary | 11101010 | 11000111 | 101100 | 0 | 1111 | 1010001 | 1000 | 110001 | 1010010 | 110111 |
Color Harmonies of #EAC72C
Complementary color
Monochromatic Colors of #EAC72C
Black with #EAC72C
Text Example
Text Example
White with #EAC72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC72C; }
p { color: rgb(234,199,44); }
H1.HeaderClassName
{
color: #EAC72C;
}
.AnyTagClassName
{
color: #EAC72C;
}
</style>
background-color css
<style>
a { background-color: #EAC72C; }
a { background-color: rgb(234,199,44); }
div.DivClassName
{
background-color: #EAC72C;
}
.BgClassName
{
background-color: #EAC72C;
}
</style>
border-color css
<style>
span { border-color: #EAC72C; }
span { border-color: rgb(234,199,44); }
td.TdClassName
{
border-color: #EAC72C;
}
.TagClassName
{
border-color: #EAC72C;
}
</style>