Shades of Sandy Brown #EBA95C
Tints of Sandy Brown #EBA95C
RGB
CMYK
RGB Variations
Color information
#EBA95C (or 0xEBA95C) is known color: Sandy Brown. HEX triplet: EB, A9 and 5C. RGB value is (235,169,92). Sum of RGB (Red+Green+Blue) = 235+169+92=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 169 (66.41% from 255 or 34.07% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA95C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA95C is #1456A3. Grayscale: #B4B4B4. Windows color (decimal): -1332900 or 6072811. OLE color: 6072811.
HSL color Cylindrical-coordinate representation of color #EBA95C: hue angle of 32.31º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EBA95C is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 92 | - |
| CMYK | 0 | 0.28 | 0.61 | 0.08 |
| HSL | 32.31º | 0.78% | 0.64% | - |
| HSV(B) | 32.31º | 0.61% | 0.92% | - |
| XYZ | 50.38 | 46.81 | 16.51 | - |
| YUV | 179.96 | 78.37 | 167.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 92 | 0 | 0.28 | 0.61 | 0.08 | 32.31 | 0.78 | 0.64 |
| Hex | EB | A9 | 5C | 0 | 1C | 3D | 8 | 20 | 4E | 40 |
| Octal | 353 | 251 | 134 | 0 | 34 | 75 | 10 | 40 | 116 | 100 |
| Binary | 11101011 | 10101001 | 1011100 | 0 | 11100 | 111101 | 1000 | 100000 | 1001110 | 1000000 |
Color Harmonies of #EBA95C
Complementary color
Monochromatic Colors of #EBA95C
Black with #EBA95C
Text Example
Text Example
White with #EBA95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA95C; }
p { color: rgb(235,169,92); }
H1.HeaderClassName
{
color: #EBA95C;
}
.AnyTagClassName
{
color: #EBA95C;
}
</style>
background-color css
<style>
a { background-color: #EBA95C; }
a { background-color: rgb(235,169,92); }
div.DivClassName
{
background-color: #EBA95C;
}
.BgClassName
{
background-color: #EBA95C;
}
</style>
border-color css
<style>
span { border-color: #EBA95C; }
span { border-color: rgb(235,169,92); }
td.TdClassName
{
border-color: #EBA95C;
}
.TagClassName
{
border-color: #EBA95C;
}
</style>