Shades of Sandy Brown #EBA767
Tints of Sandy Brown #EBA767
RGB
CMYK
RGB Variations
Color information
#EBA767 (or 0xEBA767) is known color: Sandy Brown. HEX triplet: EB, A7 and 67. RGB value is (235,167,103). Sum of RGB (Red+Green+Blue) = 235+167+103=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA767 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA767 is #145898. Grayscale: #B4B4B4. Windows color (decimal): -1333401 or 6793195. OLE color: 6793195.
HSL color Cylindrical-coordinate representation of color #EBA767: hue angle of 29.09º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBA767 is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 167 | 103 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.08 |
| HSL | 29.09º | 0.77% | 0.66% | - |
| HSV(B) | 29.09º | 0.56% | 0.92% | - |
| XYZ | 50.53 | 46.28 | 19.1 | - |
| YUV | 180.04 | 84.53 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 167 | 103 | 0 | 0.29 | 0.56 | 0.08 | 29.09 | 0.77 | 0.66 |
| Hex | EB | A7 | 67 | 0 | 1D | 38 | 8 | 1D | 4D | 42 |
| Octal | 353 | 247 | 147 | 0 | 35 | 70 | 10 | 35 | 115 | 102 |
| Binary | 11101011 | 10100111 | 1100111 | 0 | 11101 | 111000 | 1000 | 11101 | 1001101 | 1000010 |
Color Harmonies of #EBA767
Complementary color
Monochromatic Colors of #EBA767
Black with #EBA767
Text Example
Text Example
White with #EBA767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA767; }
p { color: rgb(235,167,103); }
H1.HeaderClassName
{
color: #EBA767;
}
.AnyTagClassName
{
color: #EBA767;
}
</style>
background-color css
<style>
a { background-color: #EBA767; }
a { background-color: rgb(235,167,103); }
div.DivClassName
{
background-color: #EBA767;
}
.BgClassName
{
background-color: #EBA767;
}
</style>
border-color css
<style>
span { border-color: #EBA767; }
span { border-color: rgb(235,167,103); }
td.TdClassName
{
border-color: #EBA767;
}
.TagClassName
{
border-color: #EBA767;
}
</style>