Shades of Golden Sand #EACA5D
Tints of Golden Sand #EACA5D
RGB
CMYK
RGB Variations
Color information
#EACA5D (or 0xEACA5D) is known color: Golden Sand. HEX triplet: EA, CA and 5D. RGB value is (234,202,93). Sum of RGB (Red+Green+Blue) = 234+202+93=529 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.23% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA5D is #1535A2. Grayscale: #C7C7C7. Windows color (decimal): -1389987 or 6146794. OLE color: 6146794.
HSL color Cylindrical-coordinate representation of color #EACA5D: hue angle of 46.38º 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 #EACA5D is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 202 | 93 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.08 |
| HSL | 46.38º | 0.77% | 0.64% | - |
| HSV(B) | 46.38º | 0.6% | 0.92% | - |
| XYZ | 57.03 | 60.52 | 19.03 | - |
| YUV | 199.14 | 68.1 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 202 | 93 | 0 | 0.14 | 0.60 | 0.08 | 46.38 | 0.77 | 0.64 |
| Hex | EA | CA | 5D | 0 | E | 3C | 8 | 2E | 4D | 40 |
| Octal | 352 | 312 | 135 | 0 | 16 | 74 | 10 | 56 | 115 | 100 |
| Binary | 11101010 | 11001010 | 1011101 | 0 | 1110 | 111100 | 1000 | 101110 | 1001101 | 1000000 |
Color Harmonies of #EACA5D
Complementary color
Monochromatic Colors of #EACA5D
Black with #EACA5D
Text Example
Text Example
White with #EACA5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACA5D; }
p { color: rgb(234,202,93); }
H1.HeaderClassName
{
color: #EACA5D;
}
.AnyTagClassName
{
color: #EACA5D;
}
</style>
background-color css
<style>
a { background-color: #EACA5D; }
a { background-color: rgb(234,202,93); }
div.DivClassName
{
background-color: #EACA5D;
}
.BgClassName
{
background-color: #EACA5D;
}
</style>
border-color css
<style>
span { border-color: #EACA5D; }
span { border-color: rgb(234,202,93); }
td.TdClassName
{
border-color: #EACA5D;
}
.TagClassName
{
border-color: #EACA5D;
}
</style>