Shades of Sandy Brown #EBA46C
Tints of Sandy Brown #EBA46C
RGB
CMYK
RGB Variations
Color information
#EBA46C (or 0xEBA46C) is known color: Sandy Brown. HEX triplet: EB, A4 and 6C. RGB value is (235,164,108). Sum of RGB (Red+Green+Blue) = 235+164+108=507 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.35% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA46C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA46C is #145B93. Grayscale: #B3B3B3. Windows color (decimal): -1334164 or 7120107. OLE color: 7120107.
HSL color Cylindrical-coordinate representation of color #EBA46C: hue angle of 26.46º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBA46C is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 108 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.08 |
| HSL | 26.46º | 0.76% | 0.67% | - |
| HSV(B) | 26.46º | 0.54% | 0.92% | - |
| XYZ | 50.24 | 45.3 | 20.28 | - |
| YUV | 178.85 | 88.02 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 108 | 0 | 0.30 | 0.54 | 0.08 | 26.46 | 0.76 | 0.67 |
| Hex | EB | A4 | 6C | 0 | 1E | 36 | 8 | 1A | 4C | 43 |
| Octal | 353 | 244 | 154 | 0 | 36 | 66 | 10 | 32 | 114 | 103 |
| Binary | 11101011 | 10100100 | 1101100 | 0 | 11110 | 110110 | 1000 | 11010 | 1001100 | 1000011 |
Color Harmonies of #EBA46C
Complementary color
Monochromatic Colors of #EBA46C
Black with #EBA46C
Text Example
Text Example
White with #EBA46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA46C; }
p { color: rgb(235,164,108); }
H1.HeaderClassName
{
color: #EBA46C;
}
.AnyTagClassName
{
color: #EBA46C;
}
</style>
background-color css
<style>
a { background-color: #EBA46C; }
a { background-color: rgb(235,164,108); }
div.DivClassName
{
background-color: #EBA46C;
}
.BgClassName
{
background-color: #EBA46C;
}
</style>
border-color css
<style>
span { border-color: #EBA46C; }
span { border-color: rgb(235,164,108); }
td.TdClassName
{
border-color: #EBA46C;
}
.TagClassName
{
border-color: #EBA46C;
}
</style>