Shades of Golden Sand #EACE6D
Tints of Golden Sand #EACE6D
RGB
CMYK
RGB Variations
Color information
#EACE6D (or 0xEACE6D) is known color: Golden Sand. HEX triplet: EA, CE and 6D. RGB value is (234,206,109). Sum of RGB (Red+Green+Blue) = 234+206+109=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 109 (42.97% from 255 or 19.85% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE6D is #153192. Grayscale: #CBCBCB. Windows color (decimal): -1388947 or 7196394. OLE color: 7196394.
HSL color Cylindrical-coordinate representation of color #EACE6D: hue angle of 46.56º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EACE6D is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 109 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.08 |
| HSL | 46.56º | 0.75% | 0.67% | - |
| HSV(B) | 46.56º | 0.53% | 0.92% | - |
| XYZ | 58.76 | 62.74 | 23.48 | - |
| YUV | 203.31 | 74.78 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 109 | 0 | 0.12 | 0.53 | 0.08 | 46.56 | 0.75 | 0.67 |
| Hex | EA | CE | 6D | 0 | C | 35 | 8 | 2F | 4B | 43 |
| Octal | 352 | 316 | 155 | 0 | 14 | 65 | 10 | 57 | 113 | 103 |
| Binary | 11101010 | 11001110 | 1101101 | 0 | 1100 | 110101 | 1000 | 101111 | 1001011 | 1000011 |
Color Harmonies of #EACE6D
Complementary color
Monochromatic Colors of #EACE6D
Black with #EACE6D
Text Example
Text Example
White with #EACE6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE6D; }
p { color: rgb(234,206,109); }
H1.HeaderClassName
{
color: #EACE6D;
}
.AnyTagClassName
{
color: #EACE6D;
}
</style>
background-color css
<style>
a { background-color: #EACE6D; }
a { background-color: rgb(234,206,109); }
div.DivClassName
{
background-color: #EACE6D;
}
.BgClassName
{
background-color: #EACE6D;
}
</style>
border-color css
<style>
span { border-color: #EACE6D; }
span { border-color: rgb(234,206,109); }
td.TdClassName
{
border-color: #EACE6D;
}
.TagClassName
{
border-color: #EACE6D;
}
</style>