Shades of Golden Sand #EACF5E
Tints of Golden Sand #EACF5E
RGB
CMYK
RGB Variations
Color information
#EACF5E (or 0xEACF5E) is known color: Golden Sand. HEX triplet: EA, CF and 5E. RGB value is (234,207,94). Sum of RGB (Red+Green+Blue) = 234+207+94=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EACF5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACF5E is #1530A1. Grayscale: #CACACA. Windows color (decimal): -1388706 or 6213610. OLE color: 6213610.
HSL color Cylindrical-coordinate representation of color #EACF5E: hue angle of 48.43º 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 #EACF5E is Cyan = 0, Magento = 0.12, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 207 | 94 | - |
| CMYK | 0 | 0.12 | 0.60 | 0.08 |
| HSL | 48.43º | 0.77% | 0.64% | - |
| HSV(B) | 48.43º | 0.6% | 0.92% | - |
| XYZ | 58.26 | 62.93 | 19.66 | - |
| YUV | 202.19 | 66.95 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 207 | 94 | 0 | 0.12 | 0.60 | 0.08 | 48.43 | 0.77 | 0.64 |
| Hex | EA | CF | 5E | 0 | C | 3C | 8 | 30 | 4D | 40 |
| Octal | 352 | 317 | 136 | 0 | 14 | 74 | 10 | 60 | 115 | 100 |
| Binary | 11101010 | 11001111 | 1011110 | 0 | 1100 | 111100 | 1000 | 110000 | 1001101 | 1000000 |
Color Harmonies of #EACF5E
Complementary color
Monochromatic Colors of #EACF5E
Black with #EACF5E
Text Example
Text Example
White with #EACF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACF5E; }
p { color: rgb(234,207,94); }
H1.HeaderClassName
{
color: #EACF5E;
}
.AnyTagClassName
{
color: #EACF5E;
}
</style>
background-color css
<style>
a { background-color: #EACF5E; }
a { background-color: rgb(234,207,94); }
div.DivClassName
{
background-color: #EACF5E;
}
.BgClassName
{
background-color: #EACF5E;
}
</style>
border-color css
<style>
span { border-color: #EACF5E; }
span { border-color: rgb(234,207,94); }
td.TdClassName
{
border-color: #EACF5E;
}
.TagClassName
{
border-color: #EACF5E;
}
</style>