Shades of Sandy Brown #EBA65F
Tints of Sandy Brown #EBA65F
RGB
CMYK
RGB Variations
Color information
#EBA65F (or 0xEBA65F) is known color: Sandy Brown. HEX triplet: EB, A6 and 5F. RGB value is (235,166,95). Sum of RGB (Red+Green+Blue) = 235+166+95=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 95 (37.5% from 255 or 19.15% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA65F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA65F is #1459A0. Grayscale: #B2B2B2. Windows color (decimal): -1333665 or 6268651. OLE color: 6268651.
HSL color Cylindrical-coordinate representation of color #EBA65F: hue angle of 30.43º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBA65F is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 95 | - |
| CMYK | 0 | 0.29 | 0.60 | 0.08 |
| HSL | 30.43º | 0.78% | 0.65% | - |
| HSV(B) | 30.43º | 0.6% | 0.92% | - |
| XYZ | 49.96 | 45.76 | 17.03 | - |
| YUV | 178.54 | 80.86 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 95 | 0 | 0.29 | 0.60 | 0.08 | 30.43 | 0.78 | 0.65 |
| Hex | EB | A6 | 5F | 0 | 1D | 3C | 8 | 1E | 4E | 41 |
| Octal | 353 | 246 | 137 | 0 | 35 | 74 | 10 | 36 | 116 | 101 |
| Binary | 11101011 | 10100110 | 1011111 | 0 | 11101 | 111100 | 1000 | 11110 | 1001110 | 1000001 |
Color Harmonies of #EBA65F
Complementary color
Monochromatic Colors of #EBA65F
Black with #EBA65F
Text Example
Text Example
White with #EBA65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA65F; }
p { color: rgb(235,166,95); }
H1.HeaderClassName
{
color: #EBA65F;
}
.AnyTagClassName
{
color: #EBA65F;
}
</style>
background-color css
<style>
a { background-color: #EBA65F; }
a { background-color: rgb(235,166,95); }
div.DivClassName
{
background-color: #EBA65F;
}
.BgClassName
{
background-color: #EBA65F;
}
</style>
border-color css
<style>
span { border-color: #EBA65F; }
span { border-color: rgb(235,166,95); }
td.TdClassName
{
border-color: #EBA65F;
}
.TagClassName
{
border-color: #EBA65F;
}
</style>