Shades of Sandy Brown #EBA96A
Tints of Sandy Brown #EBA96A
RGB
CMYK
RGB Variations
Color information
#EBA96A (or 0xEBA96A) is known color: Sandy Brown. HEX triplet: EB, A9 and 6A. RGB value is (235,169,106). Sum of RGB (Red+Green+Blue) = 235+169+106=510 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.08% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA96A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA96A is #145695. Grayscale: #B5B5B5. Windows color (decimal): -1332886 or 6990315. OLE color: 6990315.
HSL color Cylindrical-coordinate representation of color #EBA96A: hue angle of 29.3º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EBA96A is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 106 | - |
| CMYK | 0 | 0.28 | 0.55 | 0.08 |
| HSL | 29.3º | 0.76% | 0.67% | - |
| HSV(B) | 29.3º | 0.55% | 0.92% | - |
| XYZ | 51.05 | 47.08 | 20.03 | - |
| YUV | 181.55 | 85.37 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 106 | 0 | 0.28 | 0.55 | 0.08 | 29.3 | 0.76 | 0.67 |
| Hex | EB | A9 | 6A | 0 | 1C | 37 | 8 | 1D | 4C | 43 |
| Octal | 353 | 251 | 152 | 0 | 34 | 67 | 10 | 35 | 114 | 103 |
| Binary | 11101011 | 10101001 | 1101010 | 0 | 11100 | 110111 | 1000 | 11101 | 1001100 | 1000011 |
Color Harmonies of #EBA96A
Complementary color
Monochromatic Colors of #EBA96A
Black with #EBA96A
Text Example
Text Example
White with #EBA96A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA96A; }
p { color: rgb(235,169,106); }
H1.HeaderClassName
{
color: #EBA96A;
}
.AnyTagClassName
{
color: #EBA96A;
}
</style>
background-color css
<style>
a { background-color: #EBA96A; }
a { background-color: rgb(235,169,106); }
div.DivClassName
{
background-color: #EBA96A;
}
.BgClassName
{
background-color: #EBA96A;
}
</style>
border-color css
<style>
span { border-color: #EBA96A; }
span { border-color: rgb(235,169,106); }
td.TdClassName
{
border-color: #EBA96A;
}
.TagClassName
{
border-color: #EBA96A;
}
</style>