Shades of Golden Sand #EACB5E
Tints of Golden Sand #EACB5E
RGB
CMYK
RGB Variations
Color information
#EACB5E (or 0xEACB5E) is known color: Golden Sand. HEX triplet: EA, CB and 5E. RGB value is (234,203,94). Sum of RGB (Red+Green+Blue) = 234+203+94=531 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.07% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB5E is #1534A1. Grayscale: #C8C8C8. Windows color (decimal): -1389730 or 6212586. OLE color: 6212586.
HSL color Cylindrical-coordinate representation of color #EACB5E: hue angle of 46.71º 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 #EACB5E is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 94 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.08 |
| HSL | 46.71º | 0.77% | 0.64% | - |
| HSV(B) | 46.71º | 0.6% | 0.92% | - |
| XYZ | 57.31 | 61.01 | 19.35 | - |
| YUV | 199.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 94 | 0 | 0.13 | 0.60 | 0.08 | 46.71 | 0.77 | 0.64 |
| Hex | EA | CB | 5E | 0 | D | 3C | 8 | 2F | 4D | 40 |
| Octal | 352 | 313 | 136 | 0 | 15 | 74 | 10 | 57 | 115 | 100 |
| Binary | 11101010 | 11001011 | 1011110 | 0 | 1101 | 111100 | 1000 | 101111 | 1001101 | 1000000 |
Color Harmonies of #EACB5E
Complementary color
Monochromatic Colors of #EACB5E
Black with #EACB5E
Text Example
Text Example
White with #EACB5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB5E; }
p { color: rgb(234,203,94); }
H1.HeaderClassName
{
color: #EACB5E;
}
.AnyTagClassName
{
color: #EACB5E;
}
</style>
background-color css
<style>
a { background-color: #EACB5E; }
a { background-color: rgb(234,203,94); }
div.DivClassName
{
background-color: #EACB5E;
}
.BgClassName
{
background-color: #EACB5E;
}
</style>
border-color css
<style>
span { border-color: #EACB5E; }
span { border-color: rgb(234,203,94); }
td.TdClassName
{
border-color: #EACB5E;
}
.TagClassName
{
border-color: #EACB5E;
}
</style>