Shades of Sandy Brown #EBA561
Tints of Sandy Brown #EBA561
RGB
CMYK
RGB Variations
Color information
#EBA561 (or 0xEBA561) is known color: Sandy Brown. HEX triplet: EB, A5 and 61. RGB value is (235,165,97). Sum of RGB (Red+Green+Blue) = 235+165+97=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 97 (38.28% from 255 or 19.52% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA561 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA561 is #145A9E. Grayscale: #B2B2B2. Windows color (decimal): -1333919 or 6399467. OLE color: 6399467.
HSL color Cylindrical-coordinate representation of color #EBA561: hue angle of 29.57º 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 #EBA561 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 97 | - |
| CMYK | 0 | 0.30 | 0.59 | 0.08 |
| HSL | 29.57º | 0.78% | 0.65% | - |
| HSV(B) | 29.57º | 0.59% | 0.92% | - |
| XYZ | 49.87 | 45.44 | 17.45 | - |
| YUV | 178.18 | 82.19 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 97 | 0 | 0.30 | 0.59 | 0.08 | 29.57 | 0.78 | 0.65 |
| Hex | EB | A5 | 61 | 0 | 1E | 3B | 8 | 1E | 4E | 41 |
| Octal | 353 | 245 | 141 | 0 | 36 | 73 | 10 | 36 | 116 | 101 |
| Binary | 11101011 | 10100101 | 1100001 | 0 | 11110 | 111011 | 1000 | 11110 | 1001110 | 1000001 |
Color Harmonies of #EBA561
Complementary color
Monochromatic Colors of #EBA561
Black with #EBA561
Text Example
Text Example
White with #EBA561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA561; }
p { color: rgb(235,165,97); }
H1.HeaderClassName
{
color: #EBA561;
}
.AnyTagClassName
{
color: #EBA561;
}
</style>
background-color css
<style>
a { background-color: #EBA561; }
a { background-color: rgb(235,165,97); }
div.DivClassName
{
background-color: #EBA561;
}
.BgClassName
{
background-color: #EBA561;
}
</style>
border-color css
<style>
span { border-color: #EBA561; }
span { border-color: rgb(235,165,97); }
td.TdClassName
{
border-color: #EBA561;
}
.TagClassName
{
border-color: #EBA561;
}
</style>