Shades of Sandy Brown #EBA46B
Tints of Sandy Brown #EBA46B
RGB
CMYK
RGB Variations
Color information
#EBA46B (or 0xEBA46B) is known color: Sandy Brown. HEX triplet: EB, A4 and 6B. RGB value is (235,164,107). Sum of RGB (Red+Green+Blue) = 235+164+107=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA46B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA46B is #145B94. Grayscale: #B3B3B3. Windows color (decimal): -1334165 or 7054571. OLE color: 7054571.
HSL color Cylindrical-coordinate representation of color #EBA46B: hue angle of 26.72º 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 #EBA46B is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 107 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.08 |
| HSL | 26.72º | 0.76% | 0.67% | - |
| HSV(B) | 26.72º | 0.54% | 0.92% | - |
| XYZ | 50.19 | 45.27 | 20 | - |
| YUV | 178.73 | 87.52 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 107 | 0 | 0.30 | 0.54 | 0.08 | 26.72 | 0.76 | 0.67 |
| Hex | EB | A4 | 6B | 0 | 1E | 36 | 8 | 1B | 4C | 43 |
| Octal | 353 | 244 | 153 | 0 | 36 | 66 | 10 | 33 | 114 | 103 |
| Binary | 11101011 | 10100100 | 1101011 | 0 | 11110 | 110110 | 1000 | 11011 | 1001100 | 1000011 |
Color Harmonies of #EBA46B
Complementary color
Monochromatic Colors of #EBA46B
Black with #EBA46B
Text Example
Text Example
White with #EBA46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA46B; }
p { color: rgb(235,164,107); }
H1.HeaderClassName
{
color: #EBA46B;
}
.AnyTagClassName
{
color: #EBA46B;
}
</style>
background-color css
<style>
a { background-color: #EBA46B; }
a { background-color: rgb(235,164,107); }
div.DivClassName
{
background-color: #EBA46B;
}
.BgClassName
{
background-color: #EBA46B;
}
</style>
border-color css
<style>
span { border-color: #EBA46B; }
span { border-color: rgb(235,164,107); }
td.TdClassName
{
border-color: #EBA46B;
}
.TagClassName
{
border-color: #EBA46B;
}
</style>