Shades of Golden Sand #EACB73
Tints of Golden Sand #EACB73
RGB
CMYK
RGB Variations
Color information
#EACB73 (or 0xEACB73) is known color: Golden Sand. HEX triplet: EA, CB and 73. RGB value is (234,203,115). Sum of RGB (Red+Green+Blue) = 234+203+115=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 203 (79.69% from 255 or 36.78% from 552); Blue value is 115 (45.31% from 255 or 20.83% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB73 is #15348C. Grayscale: #CACACA. Windows color (decimal): -1389709 or 7588842. OLE color: 7588842.
HSL color Cylindrical-coordinate representation of color #EACB73: hue angle of 44.37º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EACB73 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 115 | - |
| CMYK | 0 | 0.13 | 0.51 | 0.08 |
| HSL | 44.37º | 0.74% | 0.68% | - |
| HSV(B) | 44.37º | 0.51% | 0.92% | - |
| XYZ | 58.38 | 61.44 | 25 | - |
| YUV | 202.24 | 78.77 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 115 | 0 | 0.13 | 0.51 | 0.08 | 44.37 | 0.74 | 0.68 |
| Hex | EA | CB | 73 | 0 | D | 33 | 8 | 2C | 4A | 44 |
| Octal | 352 | 313 | 163 | 0 | 15 | 63 | 10 | 54 | 112 | 104 |
| Binary | 11101010 | 11001011 | 1110011 | 0 | 1101 | 110011 | 1000 | 101100 | 1001010 | 1000100 |
Color Harmonies of #EACB73
Complementary color
Monochromatic Colors of #EACB73
Black with #EACB73
Text Example
Text Example
White with #EACB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB73; }
p { color: rgb(234,203,115); }
H1.HeaderClassName
{
color: #EACB73;
}
.AnyTagClassName
{
color: #EACB73;
}
</style>
background-color css
<style>
a { background-color: #EACB73; }
a { background-color: rgb(234,203,115); }
div.DivClassName
{
background-color: #EACB73;
}
.BgClassName
{
background-color: #EACB73;
}
</style>
border-color css
<style>
span { border-color: #EACB73; }
span { border-color: rgb(234,203,115); }
td.TdClassName
{
border-color: #EACB73;
}
.TagClassName
{
border-color: #EACB73;
}
</style>