Shades of Golden Sand #EAC760
Tints of Golden Sand #EAC760
RGB
CMYK
RGB Variations
Color information
#EAC760 (or 0xEAC760) is known color: Golden Sand. HEX triplet: EA, C7 and 60. RGB value is (234,199,96). Sum of RGB (Red+Green+Blue) = 234+199+96=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 96 (37.89% from 255 or 18.15% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC760 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC760 is #15389F. Grayscale: #C6C6C6. Windows color (decimal): -1390752 or 6342634. OLE color: 6342634.
HSL color Cylindrical-coordinate representation of color #EAC760: hue angle of 44.78º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EAC760 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 199 | 96 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.08 |
| HSL | 44.78º | 0.77% | 0.65% | - |
| HSV(B) | 44.78º | 0.59% | 0.92% | - |
| XYZ | 56.47 | 59.18 | 19.51 | - |
| YUV | 197.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 199 | 96 | 0 | 0.15 | 0.59 | 0.08 | 44.78 | 0.77 | 0.65 |
| Hex | EA | C7 | 60 | 0 | F | 3B | 8 | 2D | 4D | 41 |
| Octal | 352 | 307 | 140 | 0 | 17 | 73 | 10 | 55 | 115 | 101 |
| Binary | 11101010 | 11000111 | 1100000 | 0 | 1111 | 111011 | 1000 | 101101 | 1001101 | 1000001 |
Color Harmonies of #EAC760
Complementary color
Monochromatic Colors of #EAC760
Black with #EAC760
Text Example
Text Example
White with #EAC760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC760; }
p { color: rgb(234,199,96); }
H1.HeaderClassName
{
color: #EAC760;
}
.AnyTagClassName
{
color: #EAC760;
}
</style>
background-color css
<style>
a { background-color: #EAC760; }
a { background-color: rgb(234,199,96); }
div.DivClassName
{
background-color: #EAC760;
}
.BgClassName
{
background-color: #EAC760;
}
</style>
border-color css
<style>
span { border-color: #EAC760; }
span { border-color: rgb(234,199,96); }
td.TdClassName
{
border-color: #EAC760;
}
.TagClassName
{
border-color: #EAC760;
}
</style>