Shades of Golden Sand #EACB60
Tints of Golden Sand #EACB60
RGB
CMYK
RGB Variations
Color information
#EACB60 (or 0xEACB60) is known color: Golden Sand. HEX triplet: EA, CB and 60. RGB value is (234,203,96). Sum of RGB (Red+Green+Blue) = 234+203+96=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 203 (79.69% from 255 or 38.09% from 533); Blue value is 96 (37.89% from 255 or 18.01% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB60 is #15349F. Grayscale: #C8C8C8. Windows color (decimal): -1389728 or 6343658. OLE color: 6343658.
HSL color Cylindrical-coordinate representation of color #EACB60: hue angle of 46.52º 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 #EACB60 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 96 | - |
| CMYK | 0 | 0.13 | 0.59 | 0.08 |
| HSL | 46.52º | 0.77% | 0.65% | - |
| HSV(B) | 46.52º | 0.59% | 0.92% | - |
| XYZ | 57.4 | 61.05 | 19.82 | - |
| YUV | 200.07 | 69.27 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 96 | 0 | 0.13 | 0.59 | 0.08 | 46.52 | 0.77 | 0.65 |
| Hex | EA | CB | 60 | 0 | D | 3B | 8 | 2F | 4D | 41 |
| Octal | 352 | 313 | 140 | 0 | 15 | 73 | 10 | 57 | 115 | 101 |
| Binary | 11101010 | 11001011 | 1100000 | 0 | 1101 | 111011 | 1000 | 101111 | 1001101 | 1000001 |
Color Harmonies of #EACB60
Complementary color
Monochromatic Colors of #EACB60
Black with #EACB60
Text Example
Text Example
White with #EACB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB60; }
p { color: rgb(234,203,96); }
H1.HeaderClassName
{
color: #EACB60;
}
.AnyTagClassName
{
color: #EACB60;
}
</style>
background-color css
<style>
a { background-color: #EACB60; }
a { background-color: rgb(234,203,96); }
div.DivClassName
{
background-color: #EACB60;
}
.BgClassName
{
background-color: #EACB60;
}
</style>
border-color css
<style>
span { border-color: #EACB60; }
span { border-color: rgb(234,203,96); }
td.TdClassName
{
border-color: #EACB60;
}
.TagClassName
{
border-color: #EACB60;
}
</style>