Shades of Golden Sand #EACB5D
Tints of Golden Sand #EACB5D
RGB
CMYK
RGB Variations
Color information
#EACB5D (or 0xEACB5D) is known color: Golden Sand. HEX triplet: EA, CB and 5D. RGB value is (234,203,93). Sum of RGB (Red+Green+Blue) = 234+203+93=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 93 (36.72% from 255 or 17.55% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB5D is #1534A2. Grayscale: #C8C8C8. Windows color (decimal): -1389731 or 6147050. OLE color: 6147050.
HSL color Cylindrical-coordinate representation of color #EACB5D: hue angle of 46.81º 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 #EACB5D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 93 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.08 |
| HSL | 46.81º | 0.77% | 0.64% | - |
| HSV(B) | 46.81º | 0.6% | 0.92% | - |
| XYZ | 57.26 | 60.99 | 19.11 | - |
| YUV | 199.73 | 67.77 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 93 | 0 | 0.13 | 0.60 | 0.08 | 46.81 | 0.77 | 0.64 |
| Hex | EA | CB | 5D | 0 | D | 3C | 8 | 2F | 4D | 40 |
| Octal | 352 | 313 | 135 | 0 | 15 | 74 | 10 | 57 | 115 | 100 |
| Binary | 11101010 | 11001011 | 1011101 | 0 | 1101 | 111100 | 1000 | 101111 | 1001101 | 1000000 |
Color Harmonies of #EACB5D
Complementary color
Monochromatic Colors of #EACB5D
Black with #EACB5D
Text Example
Text Example
White with #EACB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB5D; }
p { color: rgb(234,203,93); }
H1.HeaderClassName
{
color: #EACB5D;
}
.AnyTagClassName
{
color: #EACB5D;
}
</style>
background-color css
<style>
a { background-color: #EACB5D; }
a { background-color: rgb(234,203,93); }
div.DivClassName
{
background-color: #EACB5D;
}
.BgClassName
{
background-color: #EACB5D;
}
</style>
border-color css
<style>
span { border-color: #EACB5D; }
span { border-color: rgb(234,203,93); }
td.TdClassName
{
border-color: #EACB5D;
}
.TagClassName
{
border-color: #EACB5D;
}
</style>