Shades of Golden Sand #EACD5E
Tints of Golden Sand #EACD5E
RGB
CMYK
RGB Variations
Color information
#EACD5E (or 0xEACD5E) is known color: Golden Sand. HEX triplet: EA, CD and 5E. RGB value is (234,205,94). Sum of RGB (Red+Green+Blue) = 234+205+94=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 94 (37.11% from 255 or 17.64% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD5E is #1532A1. Grayscale: #C9C9C9. Windows color (decimal): -1389218 or 6213098. OLE color: 6213098.
HSL color Cylindrical-coordinate representation of color #EACD5E: hue angle of 47.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EACD5E is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 205 | 94 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.08 |
| HSL | 47.57º | 0.77% | 0.64% | - |
| HSV(B) | 47.57º | 0.6% | 0.92% | - |
| XYZ | 57.78 | 61.96 | 19.5 | - |
| YUV | 201.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 205 | 94 | 0 | 0.12 | 0.60 | 0.08 | 47.57 | 0.77 | 0.64 |
| Hex | EA | CD | 5E | 0 | C | 3C | 8 | 30 | 4D | 40 |
| Octal | 352 | 315 | 136 | 0 | 14 | 74 | 10 | 60 | 115 | 100 |
| Binary | 11101010 | 11001101 | 1011110 | 0 | 1100 | 111100 | 1000 | 110000 | 1001101 | 1000000 |
Color Harmonies of #EACD5E
Complementary color
Monochromatic Colors of #EACD5E
Black with #EACD5E
Text Example
Text Example
White with #EACD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACD5E; }
p { color: rgb(234,205,94); }
H1.HeaderClassName
{
color: #EACD5E;
}
.AnyTagClassName
{
color: #EACD5E;
}
</style>
background-color css
<style>
a { background-color: #EACD5E; }
a { background-color: rgb(234,205,94); }
div.DivClassName
{
background-color: #EACD5E;
}
.BgClassName
{
background-color: #EACD5E;
}
</style>
border-color css
<style>
span { border-color: #EACD5E; }
span { border-color: rgb(234,205,94); }
td.TdClassName
{
border-color: #EACD5E;
}
.TagClassName
{
border-color: #EACD5E;
}
</style>