Shades of Sandy Brown #EBA565
Tints of Sandy Brown #EBA565
RGB
CMYK
RGB Variations
Color information
#EBA565 (or 0xEBA565) is known color: Sandy Brown. HEX triplet: EB, A5 and 65. RGB value is (235,165,101). Sum of RGB (Red+Green+Blue) = 235+165+101=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 165 (64.84% from 255 or 32.93% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA565 is #145A9A. Grayscale: #B2B2B2. Windows color (decimal): -1333915 or 6661611. OLE color: 6661611.
HSL color Cylindrical-coordinate representation of color #EBA565: hue angle of 28.66º 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 #EBA565 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 101 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.08 |
| HSL | 28.66º | 0.77% | 0.66% | - |
| HSV(B) | 28.66º | 0.57% | 0.92% | - |
| XYZ | 50.07 | 45.51 | 18.46 | - |
| YUV | 178.63 | 84.19 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 101 | 0 | 0.30 | 0.57 | 0.08 | 28.66 | 0.77 | 0.66 |
| Hex | EB | A5 | 65 | 0 | 1E | 39 | 8 | 1D | 4D | 42 |
| Octal | 353 | 245 | 145 | 0 | 36 | 71 | 10 | 35 | 115 | 102 |
| Binary | 11101011 | 10100101 | 1100101 | 0 | 11110 | 111001 | 1000 | 11101 | 1001101 | 1000010 |
Color Harmonies of #EBA565
Complementary color
Monochromatic Colors of #EBA565
Black with #EBA565
Text Example
Text Example
White with #EBA565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA565; }
p { color: rgb(235,165,101); }
H1.HeaderClassName
{
color: #EBA565;
}
.AnyTagClassName
{
color: #EBA565;
}
</style>
background-color css
<style>
a { background-color: #EBA565; }
a { background-color: rgb(235,165,101); }
div.DivClassName
{
background-color: #EBA565;
}
.BgClassName
{
background-color: #EBA565;
}
</style>
border-color css
<style>
span { border-color: #EBA565; }
span { border-color: rgb(235,165,101); }
td.TdClassName
{
border-color: #EBA565;
}
.TagClassName
{
border-color: #EBA565;
}
</style>