Shades of Sandy Brown #EBA36C
Tints of Sandy Brown #EBA36C
RGB
CMYK
RGB Variations
Color information
#EBA36C (or 0xEBA36C) is known color: Sandy Brown. HEX triplet: EB, A3 and 6C. RGB value is (235,163,108). Sum of RGB (Red+Green+Blue) = 235+163+108=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA36C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA36C is #145C93. Grayscale: #B2B2B2. Windows color (decimal): -1334420 or 7119851. OLE color: 7119851.
HSL color Cylindrical-coordinate representation of color #EBA36C: hue angle of 25.98º 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 #EBA36C is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 108 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.08 |
| HSL | 25.98º | 0.76% | 0.67% | - |
| HSV(B) | 25.98º | 0.54% | 0.92% | - |
| XYZ | 50.06 | 44.94 | 20.22 | - |
| YUV | 178.26 | 88.35 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 108 | 0 | 0.31 | 0.54 | 0.08 | 25.98 | 0.76 | 0.67 |
| Hex | EB | A3 | 6C | 0 | 1F | 36 | 8 | 1A | 4C | 43 |
| Octal | 353 | 243 | 154 | 0 | 37 | 66 | 10 | 32 | 114 | 103 |
| Binary | 11101011 | 10100011 | 1101100 | 0 | 11111 | 110110 | 1000 | 11010 | 1001100 | 1000011 |
Color Harmonies of #EBA36C
Complementary color
Monochromatic Colors of #EBA36C
Black with #EBA36C
Text Example
Text Example
White with #EBA36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA36C; }
p { color: rgb(235,163,108); }
H1.HeaderClassName
{
color: #EBA36C;
}
.AnyTagClassName
{
color: #EBA36C;
}
</style>
background-color css
<style>
a { background-color: #EBA36C; }
a { background-color: rgb(235,163,108); }
div.DivClassName
{
background-color: #EBA36C;
}
.BgClassName
{
background-color: #EBA36C;
}
</style>
border-color css
<style>
span { border-color: #EBA36C; }
span { border-color: rgb(235,163,108); }
td.TdClassName
{
border-color: #EBA36C;
}
.TagClassName
{
border-color: #EBA36C;
}
</style>