Shades of Sandy Brown #EBA465
Tints of Sandy Brown #EBA465
RGB
CMYK
RGB Variations
Color information
#EBA465 (or 0xEBA465) is known color: Sandy Brown. HEX triplet: EB, A4 and 65. RGB value is (235,164,101). Sum of RGB (Red+Green+Blue) = 235+164+101=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 164 (64.45% from 255 or 32.8% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA465 is #145B9A. Grayscale: #B2B2B2. Windows color (decimal): -1334171 or 6661355. OLE color: 6661355.
HSL color Cylindrical-coordinate representation of color #EBA465: hue angle of 28.21º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBA465 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 101 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.08 |
| HSL | 28.21º | 0.77% | 0.66% | - |
| HSV(B) | 28.21º | 0.57% | 0.92% | - |
| XYZ | 49.89 | 45.15 | 18.4 | - |
| YUV | 178.05 | 84.52 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 101 | 0 | 0.30 | 0.57 | 0.08 | 28.21 | 0.77 | 0.66 |
| Hex | EB | A4 | 65 | 0 | 1E | 39 | 8 | 1C | 4D | 42 |
| Octal | 353 | 244 | 145 | 0 | 36 | 71 | 10 | 34 | 115 | 102 |
| Binary | 11101011 | 10100100 | 1100101 | 0 | 11110 | 111001 | 1000 | 11100 | 1001101 | 1000010 |
Color Harmonies of #EBA465
Complementary color
Monochromatic Colors of #EBA465
Black with #EBA465
Text Example
Text Example
White with #EBA465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA465; }
p { color: rgb(235,164,101); }
H1.HeaderClassName
{
color: #EBA465;
}
.AnyTagClassName
{
color: #EBA465;
}
</style>
background-color css
<style>
a { background-color: #EBA465; }
a { background-color: rgb(235,164,101); }
div.DivClassName
{
background-color: #EBA465;
}
.BgClassName
{
background-color: #EBA465;
}
</style>
border-color css
<style>
span { border-color: #EBA465; }
span { border-color: rgb(235,164,101); }
td.TdClassName
{
border-color: #EBA465;
}
.TagClassName
{
border-color: #EBA465;
}
</style>