Shades of Sandy Brown #EBA35C
Tints of Sandy Brown #EBA35C
RGB
CMYK
RGB Variations
Color information
#EBA35C (or 0xEBA35C) is known color: Sandy Brown. HEX triplet: EB, A3 and 5C. RGB value is (235,163,92). Sum of RGB (Red+Green+Blue) = 235+163+92=490 (64% of max value = 765). Red value is 235 (92.19% from 255 or 47.96% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA35C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA35C is #145CA3. Grayscale: #B0B0B0. Windows color (decimal): -1334436 or 6071275. OLE color: 6071275.
HSL color Cylindrical-coordinate representation of color #EBA35C: hue angle of 29.79º 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 #EBA35C is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 92 | - |
| CMYK | 0 | 0.31 | 0.61 | 0.08 |
| HSL | 29.79º | 0.78% | 0.64% | - |
| HSV(B) | 29.79º | 0.61% | 0.92% | - |
| XYZ | 49.29 | 44.63 | 16.14 | - |
| YUV | 176.43 | 80.35 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 92 | 0 | 0.31 | 0.61 | 0.08 | 29.79 | 0.78 | 0.64 |
| Hex | EB | A3 | 5C | 0 | 1F | 3D | 8 | 1E | 4E | 40 |
| Octal | 353 | 243 | 134 | 0 | 37 | 75 | 10 | 36 | 116 | 100 |
| Binary | 11101011 | 10100011 | 1011100 | 0 | 11111 | 111101 | 1000 | 11110 | 1001110 | 1000000 |
Color Harmonies of #EBA35C
Complementary color
Monochromatic Colors of #EBA35C
Black with #EBA35C
Text Example
Text Example
White with #EBA35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA35C; }
p { color: rgb(235,163,92); }
H1.HeaderClassName
{
color: #EBA35C;
}
.AnyTagClassName
{
color: #EBA35C;
}
</style>
background-color css
<style>
a { background-color: #EBA35C; }
a { background-color: rgb(235,163,92); }
div.DivClassName
{
background-color: #EBA35C;
}
.BgClassName
{
background-color: #EBA35C;
}
</style>
border-color css
<style>
span { border-color: #EBA35C; }
span { border-color: rgb(235,163,92); }
td.TdClassName
{
border-color: #EBA35C;
}
.TagClassName
{
border-color: #EBA35C;
}
</style>