Shades of Golden Sand #EACE76
Tints of Golden Sand #EACE76
RGB
CMYK
RGB Variations
Color information
#EACE76 (or 0xEACE76) is known color: Golden Sand. HEX triplet: EA, CE and 76. RGB value is (234,206,118). Sum of RGB (Red+Green+Blue) = 234+206+118=558 (73% of max value = 765). Red value is 234 (91.80% from 255 or 41.94% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 118 (46.48% from 255 or 21.15% from 558); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE76 is #153189. Grayscale: #CCCCCC. Windows color (decimal): -1388938 or 7786218. OLE color: 7786218.
HSL color Cylindrical-coordinate representation of color #EACE76: hue angle of 45.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EACE76 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 206 | 118 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.08 |
| HSL | 45.52º | 0.73% | 0.69% | - |
| HSV(B) | 45.52º | 0.5% | 0.92% | - |
| XYZ | 59.27 | 62.94 | 26.16 | - |
| YUV | 204.34 | 79.28 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 206 | 118 | 0 | 0.12 | 0.50 | 0.08 | 45.52 | 0.73 | 0.69 |
| Hex | EA | CE | 76 | 0 | C | 32 | 8 | 2E | 49 | 45 |
| Octal | 352 | 316 | 166 | 0 | 14 | 62 | 10 | 56 | 111 | 105 |
| Binary | 11101010 | 11001110 | 1110110 | 0 | 1100 | 110010 | 1000 | 101110 | 1001001 | 1000101 |
Color Harmonies of #EACE76
Complementary color
Monochromatic Colors of #EACE76
Black with #EACE76
Text Example
Text Example
White with #EACE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACE76; }
p { color: rgb(234,206,118); }
H1.HeaderClassName
{
color: #EACE76;
}
.AnyTagClassName
{
color: #EACE76;
}
</style>
background-color css
<style>
a { background-color: #EACE76; }
a { background-color: rgb(234,206,118); }
div.DivClassName
{
background-color: #EACE76;
}
.BgClassName
{
background-color: #EACE76;
}
</style>
border-color css
<style>
span { border-color: #EACE76; }
span { border-color: rgb(234,206,118); }
td.TdClassName
{
border-color: #EACE76;
}
.TagClassName
{
border-color: #EACE76;
}
</style>