Shades of Golden Sand #EACB6F
Tints of Golden Sand #EACB6F
RGB
CMYK
RGB Variations
Color information
#EACB6F (or 0xEACB6F) is known color: Golden Sand. HEX triplet: EA, CB and 6F. RGB value is (234,203,111). Sum of RGB (Red+Green+Blue) = 234+203+111=548 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.70% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 111 (43.75% from 255 or 20.26% from 548); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB6F is #153490. Grayscale: #CACACA. Windows color (decimal): -1389713 or 7326698. OLE color: 7326698.
HSL color Cylindrical-coordinate representation of color #EACB6F: hue angle of 44.88º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EACB6F is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 111 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.08 |
| HSL | 44.88º | 0.75% | 0.68% | - |
| HSV(B) | 44.88º | 0.53% | 0.92% | - |
| XYZ | 58.16 | 61.35 | 23.82 | - |
| YUV | 201.78 | 76.77 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 111 | 0 | 0.13 | 0.53 | 0.08 | 44.88 | 0.75 | 0.68 |
| Hex | EA | CB | 6F | 0 | D | 35 | 8 | 2D | 4B | 44 |
| Octal | 352 | 313 | 157 | 0 | 15 | 65 | 10 | 55 | 113 | 104 |
| Binary | 11101010 | 11001011 | 1101111 | 0 | 1101 | 110101 | 1000 | 101101 | 1001011 | 1000100 |
Color Harmonies of #EACB6F
Complementary color
Monochromatic Colors of #EACB6F
Black with #EACB6F
Text Example
Text Example
White with #EACB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB6F; }
p { color: rgb(234,203,111); }
H1.HeaderClassName
{
color: #EACB6F;
}
.AnyTagClassName
{
color: #EACB6F;
}
</style>
background-color css
<style>
a { background-color: #EACB6F; }
a { background-color: rgb(234,203,111); }
div.DivClassName
{
background-color: #EACB6F;
}
.BgClassName
{
background-color: #EACB6F;
}
</style>
border-color css
<style>
span { border-color: #EACB6F; }
span { border-color: rgb(234,203,111); }
td.TdClassName
{
border-color: #EACB6F;
}
.TagClassName
{
border-color: #EACB6F;
}
</style>