Shades of Sandy Brown #EBA566
Tints of Sandy Brown #EBA566
RGB
CMYK
RGB Variations
Color information
#EBA566 (or 0xEBA566) is known color: Sandy Brown. HEX triplet: EB, A5 and 66. RGB value is (235,165,102). Sum of RGB (Red+Green+Blue) = 235+165+102=502 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.81% from 502); Green value is 165 (64.84% from 255 or 32.87% from 502); Blue value is 102 (40.23% from 255 or 20.32% from 502); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA566 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA566 is #145A99. Grayscale: #B3B3B3. Windows color (decimal): -1333914 or 6727147. OLE color: 6727147.
HSL color Cylindrical-coordinate representation of color #EBA566: hue angle of 28.42º 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 #EBA566 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 102 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.08 |
| HSL | 28.42º | 0.77% | 0.66% | - |
| HSV(B) | 28.42º | 0.57% | 0.92% | - |
| XYZ | 50.11 | 45.53 | 18.72 | - |
| YUV | 178.75 | 84.69 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 102 | 0 | 0.30 | 0.57 | 0.08 | 28.42 | 0.77 | 0.66 |
| Hex | EB | A5 | 66 | 0 | 1E | 39 | 8 | 1C | 4D | 42 |
| Octal | 353 | 245 | 146 | 0 | 36 | 71 | 10 | 34 | 115 | 102 |
| Binary | 11101011 | 10100101 | 1100110 | 0 | 11110 | 111001 | 1000 | 11100 | 1001101 | 1000010 |
Color Harmonies of #EBA566
Complementary color
Monochromatic Colors of #EBA566
Black with #EBA566
Text Example
Text Example
White with #EBA566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA566; }
p { color: rgb(235,165,102); }
H1.HeaderClassName
{
color: #EBA566;
}
.AnyTagClassName
{
color: #EBA566;
}
</style>
background-color css
<style>
a { background-color: #EBA566; }
a { background-color: rgb(235,165,102); }
div.DivClassName
{
background-color: #EBA566;
}
.BgClassName
{
background-color: #EBA566;
}
</style>
border-color css
<style>
span { border-color: #EBA566; }
span { border-color: rgb(235,165,102); }
td.TdClassName
{
border-color: #EBA566;
}
.TagClassName
{
border-color: #EBA566;
}
</style>