Shades of Golden Sand #EACD6E
Tints of Golden Sand #EACD6E
RGB
CMYK
RGB Variations
Color information
#EACD6E (or 0xEACD6E) is known color: Golden Sand. HEX triplet: EA, CD and 6E. RGB value is (234,205,110). Sum of RGB (Red+Green+Blue) = 234+205+110=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 110 (43.36% from 255 or 20.04% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD6E is #153291. Grayscale: #CBCBCB. Windows color (decimal): -1389202 or 7261674. OLE color: 7261674.
HSL color Cylindrical-coordinate representation of color #EACD6E: hue angle of 45.97º 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 #EACD6E is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 110 | - |
| CMYK | 0 | 0.12 | 0.53 | 0.08 |
| HSL | 45.97º | 0.75% | 0.67% | - |
| HSV(B) | 45.97º | 0.53% | 0.92% | - |
| XYZ | 58.58 | 62.28 | 23.69 | - |
| YUV | 202.84 | 75.61 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 110 | 0 | 0.12 | 0.53 | 0.08 | 45.97 | 0.75 | 0.67 |
| Hex | EA | CD | 6E | 0 | C | 35 | 8 | 2E | 4B | 43 |
| Octal | 352 | 315 | 156 | 0 | 14 | 65 | 10 | 56 | 113 | 103 |
| Binary | 11101010 | 11001101 | 1101110 | 0 | 1100 | 110101 | 1000 | 101110 | 1001011 | 1000011 |
Color Harmonies of #EACD6E
Complementary color
Monochromatic Colors of #EACD6E
Black with #EACD6E
Text Example
Text Example
White with #EACD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD6E; }
p { color: rgb(234,205,110); }
H1.HeaderClassName
{
color: #EACD6E;
}
.AnyTagClassName
{
color: #EACD6E;
}
</style>
background-color css
<style>
a { background-color: #EACD6E; }
a { background-color: rgb(234,205,110); }
div.DivClassName
{
background-color: #EACD6E;
}
.BgClassName
{
background-color: #EACD6E;
}
</style>
border-color css
<style>
span { border-color: #EACD6E; }
span { border-color: rgb(234,205,110); }
td.TdClassName
{
border-color: #EACD6E;
}
.TagClassName
{
border-color: #EACD6E;
}
</style>