Shades of Golden Sand #EACF76
Tints of Golden Sand #EACF76
RGB
CMYK
RGB Variations
Color information
#EACF76 (or 0xEACF76) is known color: Golden Sand. HEX triplet: EA, CF and 76. RGB value is (234,207,118). Sum of RGB (Red+Green+Blue) = 234+207+118=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 207 (81.25% from 255 or 37.03% from 559); Blue value is 118 (46.48% from 255 or 21.11% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF76 is #153089. Grayscale: #CDCDCD. Windows color (decimal): -1388682 or 7786474. OLE color: 7786474.
HSL color Cylindrical-coordinate representation of color #EACF76: hue angle of 46.03º 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 #EACF76 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 118 | - |
| CMYK | 0 | 0.12 | 0.50 | 0.08 |
| HSL | 46.03º | 0.73% | 0.69% | - |
| HSV(B) | 46.03º | 0.5% | 0.92% | - |
| XYZ | 59.51 | 63.43 | 26.25 | - |
| YUV | 204.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 118 | 0 | 0.12 | 0.50 | 0.08 | 46.03 | 0.73 | 0.69 |
| Hex | EA | CF | 76 | 0 | C | 32 | 8 | 2E | 49 | 45 |
| Octal | 352 | 317 | 166 | 0 | 14 | 62 | 10 | 56 | 111 | 105 |
| Binary | 11101010 | 11001111 | 1110110 | 0 | 1100 | 110010 | 1000 | 101110 | 1001001 | 1000101 |
Color Harmonies of #EACF76
Complementary color
Monochromatic Colors of #EACF76
Black with #EACF76
Text Example
Text Example
White with #EACF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF76; }
p { color: rgb(234,207,118); }
H1.HeaderClassName
{
color: #EACF76;
}
.AnyTagClassName
{
color: #EACF76;
}
</style>
background-color css
<style>
a { background-color: #EACF76; }
a { background-color: rgb(234,207,118); }
div.DivClassName
{
background-color: #EACF76;
}
.BgClassName
{
background-color: #EACF76;
}
</style>
border-color css
<style>
span { border-color: #EACF76; }
span { border-color: rgb(234,207,118); }
td.TdClassName
{
border-color: #EACF76;
}
.TagClassName
{
border-color: #EACF76;
}
</style>