Shades of Golden Sand #EACB5F
Tints of Golden Sand #EACB5F
RGB
CMYK
RGB Variations
Color information
#EACB5F (or 0xEACB5F) is known color: Golden Sand. HEX triplet: EA, CB and 5F. RGB value is (234,203,95). Sum of RGB (Red+Green+Blue) = 234+203+95=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 95 (37.5% from 255 or 17.86% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB5F is #1534A0. Grayscale: #C8C8C8. Windows color (decimal): -1389729 or 6278122. OLE color: 6278122.
HSL color Cylindrical-coordinate representation of color #EACB5F: hue angle of 46.62º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EACB5F is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 95 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.08 |
| HSL | 46.62º | 0.77% | 0.65% | - |
| HSV(B) | 46.62º | 0.59% | 0.92% | - |
| XYZ | 57.35 | 61.03 | 19.58 | - |
| YUV | 199.96 | 68.77 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 95 | 0 | 0.13 | 0.59 | 0.08 | 46.62 | 0.77 | 0.65 |
| Hex | EA | CB | 5F | 0 | D | 3B | 8 | 2F | 4D | 41 |
| Octal | 352 | 313 | 137 | 0 | 15 | 73 | 10 | 57 | 115 | 101 |
| Binary | 11101010 | 11001011 | 1011111 | 0 | 1101 | 111011 | 1000 | 101111 | 1001101 | 1000001 |
Color Harmonies of #EACB5F
Complementary color
Monochromatic Colors of #EACB5F
Black with #EACB5F
Text Example
Text Example
White with #EACB5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB5F; }
p { color: rgb(234,203,95); }
H1.HeaderClassName
{
color: #EACB5F;
}
.AnyTagClassName
{
color: #EACB5F;
}
</style>
background-color css
<style>
a { background-color: #EACB5F; }
a { background-color: rgb(234,203,95); }
div.DivClassName
{
background-color: #EACB5F;
}
.BgClassName
{
background-color: #EACB5F;
}
</style>
border-color css
<style>
span { border-color: #EACB5F; }
span { border-color: rgb(234,203,95); }
td.TdClassName
{
border-color: #EACB5F;
}
.TagClassName
{
border-color: #EACB5F;
}
</style>