Shades of Sandy Brown #EBA764
Tints of Sandy Brown #EBA764
RGB
CMYK
RGB Variations
Color information
#EBA764 (or 0xEBA764) is known color: Sandy Brown. HEX triplet: EB, A7 and 64. RGB value is (235,167,100). Sum of RGB (Red+Green+Blue) = 235+167+100=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA764 is #14589B. Grayscale: #B4B4B4. Windows color (decimal): -1333404 or 6596587. OLE color: 6596587.
HSL color Cylindrical-coordinate representation of color #EBA764: hue angle of 29.78º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBA764 is Cyan = 0, Magento = 0.29, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 100 | - |
| CMYK | 0 | 0.29 | 0.57 | 0.08 |
| HSL | 29.78º | 0.77% | 0.66% | - |
| HSV(B) | 29.78º | 0.57% | 0.92% | - |
| XYZ | 50.38 | 46.22 | 18.32 | - |
| YUV | 179.69 | 83.03 | 167.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 100 | 0 | 0.29 | 0.57 | 0.08 | 29.78 | 0.77 | 0.66 |
| Hex | EB | A7 | 64 | 0 | 1D | 39 | 8 | 1E | 4D | 42 |
| Octal | 353 | 247 | 144 | 0 | 35 | 71 | 10 | 36 | 115 | 102 |
| Binary | 11101011 | 10100111 | 1100100 | 0 | 11101 | 111001 | 1000 | 11110 | 1001101 | 1000010 |
Color Harmonies of #EBA764
Complementary color
Monochromatic Colors of #EBA764
Black with #EBA764
Text Example
Text Example
White with #EBA764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA764; }
p { color: rgb(235,167,100); }
H1.HeaderClassName
{
color: #EBA764;
}
.AnyTagClassName
{
color: #EBA764;
}
</style>
background-color css
<style>
a { background-color: #EBA764; }
a { background-color: rgb(235,167,100); }
div.DivClassName
{
background-color: #EBA764;
}
.BgClassName
{
background-color: #EBA764;
}
</style>
border-color css
<style>
span { border-color: #EBA764; }
span { border-color: rgb(235,167,100); }
td.TdClassName
{
border-color: #EBA764;
}
.TagClassName
{
border-color: #EBA764;
}
</style>