Shades of Sandy Brown #EBA367
Tints of Sandy Brown #EBA367
RGB
CMYK
RGB Variations
Color information
#EBA367 (or 0xEBA367) is known color: Sandy Brown. HEX triplet: EB, A3 and 67. RGB value is (235,163,103). Sum of RGB (Red+Green+Blue) = 235+163+103=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 103 (40.62% from 255 or 20.56% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA367 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA367 is #145C98. Grayscale: #B2B2B2. Windows color (decimal): -1334425 or 6792171. OLE color: 6792171.
HSL color Cylindrical-coordinate representation of color #EBA367: hue angle of 27.27º 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 #EBA367 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 103 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.08 |
| HSL | 27.27º | 0.77% | 0.66% | - |
| HSV(B) | 27.27º | 0.56% | 0.92% | - |
| XYZ | 49.81 | 44.84 | 18.86 | - |
| YUV | 177.69 | 85.85 | 168.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 103 | 0 | 0.31 | 0.56 | 0.08 | 27.27 | 0.77 | 0.66 |
| Hex | EB | A3 | 67 | 0 | 1F | 38 | 8 | 1B | 4D | 42 |
| Octal | 353 | 243 | 147 | 0 | 37 | 70 | 10 | 33 | 115 | 102 |
| Binary | 11101011 | 10100011 | 1100111 | 0 | 11111 | 111000 | 1000 | 11011 | 1001101 | 1000010 |
Color Harmonies of #EBA367
Complementary color
Monochromatic Colors of #EBA367
Black with #EBA367
Text Example
Text Example
White with #EBA367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA367; }
p { color: rgb(235,163,103); }
H1.HeaderClassName
{
color: #EBA367;
}
.AnyTagClassName
{
color: #EBA367;
}
</style>
background-color css
<style>
a { background-color: #EBA367; }
a { background-color: rgb(235,163,103); }
div.DivClassName
{
background-color: #EBA367;
}
.BgClassName
{
background-color: #EBA367;
}
</style>
border-color css
<style>
span { border-color: #EBA367; }
span { border-color: rgb(235,163,103); }
td.TdClassName
{
border-color: #EBA367;
}
.TagClassName
{
border-color: #EBA367;
}
</style>