Shades of Sandy Brown #EBA261
Tints of Sandy Brown #EBA261
RGB
CMYK
RGB Variations
Color information
#EBA261 (or 0xEBA261) is known color: Sandy Brown. HEX triplet: EB, A2 and 61. RGB value is (235,162,97). Sum of RGB (Red+Green+Blue) = 235+162+97=494 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.57% from 494); Green value is 162 (63.67% from 255 or 32.79% from 494); Blue value is 97 (38.28% from 255 or 19.64% from 494); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA261 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA261 is #145D9E. Grayscale: #B0B0B0. Windows color (decimal): -1334687 or 6398699. OLE color: 6398699.
HSL color Cylindrical-coordinate representation of color #EBA261: hue angle of 28.26º 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 #EBA261 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 97 | - |
| CMYK | 0 | 0.31 | 0.59 | 0.08 |
| HSL | 28.26º | 0.78% | 0.65% | - |
| HSV(B) | 28.26º | 0.59% | 0.92% | - |
| XYZ | 49.34 | 44.37 | 17.27 | - |
| YUV | 176.42 | 83.18 | 169.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 97 | 0 | 0.31 | 0.59 | 0.08 | 28.26 | 0.78 | 0.65 |
| Hex | EB | A2 | 61 | 0 | 1F | 3B | 8 | 1C | 4E | 41 |
| Octal | 353 | 242 | 141 | 0 | 37 | 73 | 10 | 34 | 116 | 101 |
| Binary | 11101011 | 10100010 | 1100001 | 0 | 11111 | 111011 | 1000 | 11100 | 1001110 | 1000001 |
Color Harmonies of #EBA261
Complementary color
Monochromatic Colors of #EBA261
Black with #EBA261
Text Example
Text Example
White with #EBA261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA261; }
p { color: rgb(235,162,97); }
H1.HeaderClassName
{
color: #EBA261;
}
.AnyTagClassName
{
color: #EBA261;
}
</style>
background-color css
<style>
a { background-color: #EBA261; }
a { background-color: rgb(235,162,97); }
div.DivClassName
{
background-color: #EBA261;
}
.BgClassName
{
background-color: #EBA261;
}
</style>
border-color css
<style>
span { border-color: #EBA261; }
span { border-color: rgb(235,162,97); }
td.TdClassName
{
border-color: #EBA261;
}
.TagClassName
{
border-color: #EBA261;
}
</style>