Shades of Sandy Brown #EBA961
Tints of Sandy Brown #EBA961
RGB
CMYK
RGB Variations
Color information
#EBA961 (or 0xEBA961) is known color: Sandy Brown. HEX triplet: EB, A9 and 61. RGB value is (235,169,97). Sum of RGB (Red+Green+Blue) = 235+169+97=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA961 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA961 is #14569E. Grayscale: #B4B4B4. Windows color (decimal): -1332895 or 6400491. OLE color: 6400491.
HSL color Cylindrical-coordinate representation of color #EBA961: hue angle of 31.3º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBA961 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 97 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.08 |
| HSL | 31.3º | 0.78% | 0.65% | - |
| HSV(B) | 31.3º | 0.59% | 0.92% | - |
| XYZ | 50.61 | 46.9 | 17.69 | - |
| YUV | 180.53 | 80.87 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 97 | 0 | 0.28 | 0.59 | 0.08 | 31.3 | 0.78 | 0.65 |
| Hex | EB | A9 | 61 | 0 | 1C | 3B | 8 | 1F | 4E | 41 |
| Octal | 353 | 251 | 141 | 0 | 34 | 73 | 10 | 37 | 116 | 101 |
| Binary | 11101011 | 10101001 | 1100001 | 0 | 11100 | 111011 | 1000 | 11111 | 1001110 | 1000001 |
Color Harmonies of #EBA961
Complementary color
Monochromatic Colors of #EBA961
Black with #EBA961
Text Example
Text Example
White with #EBA961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA961; }
p { color: rgb(235,169,97); }
H1.HeaderClassName
{
color: #EBA961;
}
.AnyTagClassName
{
color: #EBA961;
}
</style>
background-color css
<style>
a { background-color: #EBA961; }
a { background-color: rgb(235,169,97); }
div.DivClassName
{
background-color: #EBA961;
}
.BgClassName
{
background-color: #EBA961;
}
</style>
border-color css
<style>
span { border-color: #EBA961; }
span { border-color: rgb(235,169,97); }
td.TdClassName
{
border-color: #EBA961;
}
.TagClassName
{
border-color: #EBA961;
}
</style>