Shades of Golden Sand #EACE60
Tints of Golden Sand #EACE60
RGB
CMYK
RGB Variations
Color information
#EACE60 (or 0xEACE60) is known color: Golden Sand. HEX triplet: EA, CE and 60. RGB value is (234,206,96). Sum of RGB (Red+Green+Blue) = 234+206+96=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 206 (80.86% from 255 or 38.43% from 536); Blue value is 96 (37.89% from 255 or 17.91% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE60 is #15319F. Grayscale: #CACACA. Windows color (decimal): -1388960 or 6344426. OLE color: 6344426.
HSL color Cylindrical-coordinate representation of color #EACE60: hue angle of 47.83º 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 #EACE60 is Cyan = 0, Magento = 0.12, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 96 | - |
| CMYK | 0 | 0.12 | 0.59 | 0.08 |
| HSL | 47.83º | 0.77% | 0.65% | - |
| HSV(B) | 47.83º | 0.59% | 0.92% | - |
| XYZ | 58.11 | 62.48 | 20.06 | - |
| YUV | 201.83 | 68.28 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 96 | 0 | 0.12 | 0.59 | 0.08 | 47.83 | 0.77 | 0.65 |
| Hex | EA | CE | 60 | 0 | C | 3B | 8 | 30 | 4D | 41 |
| Octal | 352 | 316 | 140 | 0 | 14 | 73 | 10 | 60 | 115 | 101 |
| Binary | 11101010 | 11001110 | 1100000 | 0 | 1100 | 111011 | 1000 | 110000 | 1001101 | 1000001 |
Color Harmonies of #EACE60
Complementary color
Monochromatic Colors of #EACE60
Black with #EACE60
Text Example
Text Example
White with #EACE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE60; }
p { color: rgb(234,206,96); }
H1.HeaderClassName
{
color: #EACE60;
}
.AnyTagClassName
{
color: #EACE60;
}
</style>
background-color css
<style>
a { background-color: #EACE60; }
a { background-color: rgb(234,206,96); }
div.DivClassName
{
background-color: #EACE60;
}
.BgClassName
{
background-color: #EACE60;
}
</style>
border-color css
<style>
span { border-color: #EACE60; }
span { border-color: rgb(234,206,96); }
td.TdClassName
{
border-color: #EACE60;
}
.TagClassName
{
border-color: #EACE60;
}
</style>