Shades of Sandy Brown #EB9666
Tints of Sandy Brown #EB9666
RGB
CMYK
RGB Variations
Color information
#EB9666 (or 0xEB9666) is known color: Sandy Brown. HEX triplet: EB, 96 and 66. RGB value is (235,150,102). Sum of RGB (Red+Green+Blue) = 235+150+102=487 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.25% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 102 (40.23% from 255 or 20.94% from 487); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9666 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9666 is #146999. Grayscale: #AAAAAA. Windows color (decimal): -1337754 or 6723307. OLE color: 6723307.
HSL color Cylindrical-coordinate representation of color #EB9666: hue angle of 21.65º 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 #EB9666 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 150 | 102 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.08 |
| HSL | 21.65º | 0.77% | 0.66% | - |
| HSV(B) | 21.65º | 0.57% | 0.92% | - |
| XYZ | 47.57 | 40.43 | 17.87 | - |
| YUV | 169.94 | 89.66 | 174.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 150 | 102 | 0 | 0.36 | 0.57 | 0.08 | 21.65 | 0.77 | 0.66 |
| Hex | EB | 96 | 66 | 0 | 24 | 39 | 8 | 16 | 4D | 42 |
| Octal | 353 | 226 | 146 | 0 | 44 | 71 | 10 | 26 | 115 | 102 |
| Binary | 11101011 | 10010110 | 1100110 | 0 | 100100 | 111001 | 1000 | 10110 | 1001101 | 1000010 |
Color Harmonies of #EB9666
Complementary color
Monochromatic Colors of #EB9666
Black with #EB9666
Text Example
Text Example
White with #EB9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9666; }
p { color: rgb(235,150,102); }
H1.HeaderClassName
{
color: #EB9666;
}
.AnyTagClassName
{
color: #EB9666;
}
</style>
background-color css
<style>
a { background-color: #EB9666; }
a { background-color: rgb(235,150,102); }
div.DivClassName
{
background-color: #EB9666;
}
.BgClassName
{
background-color: #EB9666;
}
</style>
border-color css
<style>
span { border-color: #EB9666; }
span { border-color: rgb(235,150,102); }
td.TdClassName
{
border-color: #EB9666;
}
.TagClassName
{
border-color: #EB9666;
}
</style>