Shades of Sandy Brown #EBA55C
Tints of Sandy Brown #EBA55C
RGB
CMYK
RGB Variations
Color information
#EBA55C (or 0xEBA55C) is known color: Sandy Brown. HEX triplet: EB, A5 and 5C. RGB value is (235,165,92). Sum of RGB (Red+Green+Blue) = 235+165+92=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA55C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA55C is #145AA3. Grayscale: #B1B1B1. Windows color (decimal): -1333924 or 6071787. OLE color: 6071787.
HSL color Cylindrical-coordinate representation of color #EBA55C: hue angle of 30.63º 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 #EBA55C is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 92 | - |
| CMYK | 0 | 0.30 | 0.61 | 0.08 |
| HSL | 30.63º | 0.78% | 0.64% | - |
| HSV(B) | 30.63º | 0.61% | 0.92% | - |
| XYZ | 49.65 | 45.35 | 16.26 | - |
| YUV | 177.61 | 79.69 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 92 | 0 | 0.30 | 0.61 | 0.08 | 30.63 | 0.78 | 0.64 |
| Hex | EB | A5 | 5C | 0 | 1E | 3D | 8 | 1F | 4E | 40 |
| Octal | 353 | 245 | 134 | 0 | 36 | 75 | 10 | 37 | 116 | 100 |
| Binary | 11101011 | 10100101 | 1011100 | 0 | 11110 | 111101 | 1000 | 11111 | 1001110 | 1000000 |
Color Harmonies of #EBA55C
Complementary color
Monochromatic Colors of #EBA55C
Black with #EBA55C
Text Example
Text Example
White with #EBA55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA55C; }
p { color: rgb(235,165,92); }
H1.HeaderClassName
{
color: #EBA55C;
}
.AnyTagClassName
{
color: #EBA55C;
}
</style>
background-color css
<style>
a { background-color: #EBA55C; }
a { background-color: rgb(235,165,92); }
div.DivClassName
{
background-color: #EBA55C;
}
.BgClassName
{
background-color: #EBA55C;
}
</style>
border-color css
<style>
span { border-color: #EBA55C; }
span { border-color: rgb(235,165,92); }
td.TdClassName
{
border-color: #EBA55C;
}
.TagClassName
{
border-color: #EBA55C;
}
</style>