Shades of Sandy Brown #EB9C64
Tints of Sandy Brown #EB9C64
RGB
CMYK
RGB Variations
Color information
#EB9C64 (or 0xEB9C64) is known color: Sandy Brown. HEX triplet: EB, 9C and 64. RGB value is (235,156,100). Sum of RGB (Red+Green+Blue) = 235+156+100=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9C64 is #14639B. Grayscale: #ADADAD. Windows color (decimal): -1336220 or 6593771. OLE color: 6593771.
HSL color Cylindrical-coordinate representation of color #EB9C64: hue angle of 24.89º 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 #EB9C64 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 156 | 100 | - |
| CMYK | 0 | 0.34 | 0.57 | 0.08 |
| HSL | 24.89º | 0.77% | 0.66% | - |
| HSV(B) | 24.89º | 0.57% | 0.92% | - |
| XYZ | 48.45 | 42.36 | 17.68 | - |
| YUV | 173.24 | 86.67 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 156 | 100 | 0 | 0.34 | 0.57 | 0.08 | 24.89 | 0.77 | 0.66 |
| Hex | EB | 9C | 64 | 0 | 22 | 39 | 8 | 19 | 4D | 42 |
| Octal | 353 | 234 | 144 | 0 | 42 | 71 | 10 | 31 | 115 | 102 |
| Binary | 11101011 | 10011100 | 1100100 | 0 | 100010 | 111001 | 1000 | 11001 | 1001101 | 1000010 |
Color Harmonies of #EB9C64
Complementary color
Monochromatic Colors of #EB9C64
Black with #EB9C64
Text Example
Text Example
White with #EB9C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB9C64; }
p { color: rgb(235,156,100); }
H1.HeaderClassName
{
color: #EB9C64;
}
.AnyTagClassName
{
color: #EB9C64;
}
</style>
background-color css
<style>
a { background-color: #EB9C64; }
a { background-color: rgb(235,156,100); }
div.DivClassName
{
background-color: #EB9C64;
}
.BgClassName
{
background-color: #EB9C64;
}
</style>
border-color css
<style>
span { border-color: #EB9C64; }
span { border-color: rgb(235,156,100); }
td.TdClassName
{
border-color: #EB9C64;
}
.TagClassName
{
border-color: #EB9C64;
}
</style>