Shades of Golden Sand #EACD76
Tints of Golden Sand #EACD76
RGB
CMYK
RGB Variations
Color information
#EACD76 (or 0xEACD76) is known color: Golden Sand. HEX triplet: EA, CD and 76. RGB value is (234,205,118). Sum of RGB (Red+Green+Blue) = 234+205+118=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 205 (80.47% from 255 or 36.80% from 557); Blue value is 118 (46.48% from 255 or 21.18% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD76 is #153289. Grayscale: #CCCCCC. Windows color (decimal): -1389194 or 7785962. OLE color: 7785962.
HSL color Cylindrical-coordinate representation of color #EACD76: hue angle of 45º 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 #EACD76 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 118 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.08 |
| HSL | 45º | 0.73% | 0.69% | - |
| HSV(B) | 45º | 0.5% | 0.92% | - |
| XYZ | 59.03 | 62.46 | 26.08 | - |
| YUV | 203.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 118 | 0 | 0.12 | 0.50 | 0.08 | 45 | 0.73 | 0.69 |
| Hex | EA | CD | 76 | 0 | C | 32 | 8 | 2D | 49 | 45 |
| Octal | 352 | 315 | 166 | 0 | 14 | 62 | 10 | 55 | 111 | 105 |
| Binary | 11101010 | 11001101 | 1110110 | 0 | 1100 | 110010 | 1000 | 101101 | 1001001 | 1000101 |
Color Harmonies of #EACD76
Complementary color
Monochromatic Colors of #EACD76
Black with #EACD76
Text Example
Text Example
White with #EACD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD76; }
p { color: rgb(234,205,118); }
H1.HeaderClassName
{
color: #EACD76;
}
.AnyTagClassName
{
color: #EACD76;
}
</style>
background-color css
<style>
a { background-color: #EACD76; }
a { background-color: rgb(234,205,118); }
div.DivClassName
{
background-color: #EACD76;
}
.BgClassName
{
background-color: #EACD76;
}
</style>
border-color css
<style>
span { border-color: #EACD76; }
span { border-color: rgb(234,205,118); }
td.TdClassName
{
border-color: #EACD76;
}
.TagClassName
{
border-color: #EACD76;
}
</style>