Shades of Golden Sand #EACB63
Tints of Golden Sand #EACB63
RGB
CMYK
RGB Variations
Color information
#EACB63 (or 0xEACB63) is known color: Golden Sand. HEX triplet: EA, CB and 63. RGB value is (234,203,99). Sum of RGB (Red+Green+Blue) = 234+203+99=536 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.66% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 99 (39.06% from 255 or 18.47% from 536); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB63 is #15349C. Grayscale: #C8C8C8. Windows color (decimal): -1389725 or 6540266. OLE color: 6540266.
HSL color Cylindrical-coordinate representation of color #EACB63: hue angle of 46.22º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EACB63 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 203 | 99 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.08 |
| HSL | 46.22º | 0.76% | 0.65% | - |
| HSV(B) | 46.22º | 0.58% | 0.92% | - |
| XYZ | 57.54 | 61.11 | 20.57 | - |
| YUV | 200.41 | 70.77 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 203 | 99 | 0 | 0.13 | 0.58 | 0.08 | 46.22 | 0.76 | 0.65 |
| Hex | EA | CB | 63 | 0 | D | 3A | 8 | 2E | 4C | 41 |
| Octal | 352 | 313 | 143 | 0 | 15 | 72 | 10 | 56 | 114 | 101 |
| Binary | 11101010 | 11001011 | 1100011 | 0 | 1101 | 111010 | 1000 | 101110 | 1001100 | 1000001 |
Color Harmonies of #EACB63
Complementary color
Monochromatic Colors of #EACB63
Black with #EACB63
Text Example
Text Example
White with #EACB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EACB63; }
p { color: rgb(234,203,99); }
H1.HeaderClassName
{
color: #EACB63;
}
.AnyTagClassName
{
color: #EACB63;
}
</style>
background-color css
<style>
a { background-color: #EACB63; }
a { background-color: rgb(234,203,99); }
div.DivClassName
{
background-color: #EACB63;
}
.BgClassName
{
background-color: #EACB63;
}
</style>
border-color css
<style>
span { border-color: #EACB63; }
span { border-color: rgb(234,203,99); }
td.TdClassName
{
border-color: #EACB63;
}
.TagClassName
{
border-color: #EACB63;
}
</style>