Shades of Sandy Brown #EBA65B
Tints of Sandy Brown #EBA65B
RGB
CMYK
RGB Variations
Color information
#EBA65B (or 0xEBA65B) is known color: Sandy Brown. HEX triplet: EB, A6 and 5B. RGB value is (235,166,91). Sum of RGB (Red+Green+Blue) = 235+166+91=492 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.76% from 492); Green value is 166 (65.23% from 255 or 33.74% from 492); Blue value is 91 (35.94% from 255 or 18.50% from 492); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA65B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA65B is #1459A4. Grayscale: #B2B2B2. Windows color (decimal): -1333669 or 6006507. OLE color: 6006507.
HSL color Cylindrical-coordinate representation of color #EBA65B: hue angle of 31.25º 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 #EBA65B is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 166 | 91 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.08 |
| HSL | 31.25º | 0.78% | 0.64% | - |
| HSV(B) | 31.25º | 0.61% | 0.92% | - |
| XYZ | 49.79 | 45.69 | 16.09 | - |
| YUV | 178.08 | 78.86 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 166 | 91 | 0 | 0.29 | 0.61 | 0.08 | 31.25 | 0.78 | 0.64 |
| Hex | EB | A6 | 5B | 0 | 1D | 3D | 8 | 1F | 4E | 40 |
| Octal | 353 | 246 | 133 | 0 | 35 | 75 | 10 | 37 | 116 | 100 |
| Binary | 11101011 | 10100110 | 1011011 | 0 | 11101 | 111101 | 1000 | 11111 | 1001110 | 1000000 |
Color Harmonies of #EBA65B
Complementary color
Monochromatic Colors of #EBA65B
Black with #EBA65B
Text Example
Text Example
White with #EBA65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA65B; }
p { color: rgb(235,166,91); }
H1.HeaderClassName
{
color: #EBA65B;
}
.AnyTagClassName
{
color: #EBA65B;
}
</style>
background-color css
<style>
a { background-color: #EBA65B; }
a { background-color: rgb(235,166,91); }
div.DivClassName
{
background-color: #EBA65B;
}
.BgClassName
{
background-color: #EBA65B;
}
</style>
border-color css
<style>
span { border-color: #EBA65B; }
span { border-color: rgb(235,166,91); }
td.TdClassName
{
border-color: #EBA65B;
}
.TagClassName
{
border-color: #EBA65B;
}
</style>