Shades of Sandy Brown #EBA36B
Tints of Sandy Brown #EBA36B
RGB
CMYK
RGB Variations
Color information
#EBA36B (or 0xEBA36B) is known color: Sandy Brown. HEX triplet: EB, A3 and 6B. RGB value is (235,163,107). Sum of RGB (Red+Green+Blue) = 235+163+107=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 163 (64.06% from 255 or 32.28% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA36B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA36B is #145C94. Grayscale: #B2B2B2. Windows color (decimal): -1334421 or 7054315. OLE color: 7054315.
HSL color Cylindrical-coordinate representation of color #EBA36B: hue angle of 26.25º 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 #EBA36B is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 107 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.08 |
| HSL | 26.25º | 0.76% | 0.67% | - |
| HSV(B) | 26.25º | 0.54% | 0.92% | - |
| XYZ | 50.01 | 44.92 | 19.94 | - |
| YUV | 178.14 | 87.85 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 107 | 0 | 0.31 | 0.54 | 0.08 | 26.25 | 0.76 | 0.67 |
| Hex | EB | A3 | 6B | 0 | 1F | 36 | 8 | 1A | 4C | 43 |
| Octal | 353 | 243 | 153 | 0 | 37 | 66 | 10 | 32 | 114 | 103 |
| Binary | 11101011 | 10100011 | 1101011 | 0 | 11111 | 110110 | 1000 | 11010 | 1001100 | 1000011 |
Color Harmonies of #EBA36B
Complementary color
Monochromatic Colors of #EBA36B
Black with #EBA36B
Text Example
Text Example
White with #EBA36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA36B; }
p { color: rgb(235,163,107); }
H1.HeaderClassName
{
color: #EBA36B;
}
.AnyTagClassName
{
color: #EBA36B;
}
</style>
background-color css
<style>
a { background-color: #EBA36B; }
a { background-color: rgb(235,163,107); }
div.DivClassName
{
background-color: #EBA36B;
}
.BgClassName
{
background-color: #EBA36B;
}
</style>
border-color css
<style>
span { border-color: #EBA36B; }
span { border-color: rgb(235,163,107); }
td.TdClassName
{
border-color: #EBA36B;
}
.TagClassName
{
border-color: #EBA36B;
}
</style>