Shades of Sandy Brown #EBA466
Tints of Sandy Brown #EBA466
RGB
CMYK
RGB Variations
Color information
#EBA466 (or 0xEBA466) is known color: Sandy Brown. HEX triplet: EB, A4 and 66. RGB value is (235,164,102). Sum of RGB (Red+Green+Blue) = 235+164+102=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 164 (64.45% from 255 or 32.73% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA466 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA466 is #145B99. Grayscale: #B2B2B2. Windows color (decimal): -1334170 or 6726891. OLE color: 6726891.
HSL color Cylindrical-coordinate representation of color #EBA466: hue angle of 27.97º 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 #EBA466 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 164 | 102 | - |
| CMYK | 0 | 0.30 | 0.57 | 0.08 |
| HSL | 27.97º | 0.77% | 0.66% | - |
| HSV(B) | 27.97º | 0.57% | 0.92% | - |
| XYZ | 49.93 | 45.17 | 18.66 | - |
| YUV | 178.16 | 85.02 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 164 | 102 | 0 | 0.30 | 0.57 | 0.08 | 27.97 | 0.77 | 0.66 |
| Hex | EB | A4 | 66 | 0 | 1E | 39 | 8 | 1C | 4D | 42 |
| Octal | 353 | 244 | 146 | 0 | 36 | 71 | 10 | 34 | 115 | 102 |
| Binary | 11101011 | 10100100 | 1100110 | 0 | 11110 | 111001 | 1000 | 11100 | 1001101 | 1000010 |
Color Harmonies of #EBA466
Complementary color
Monochromatic Colors of #EBA466
Black with #EBA466
Text Example
Text Example
White with #EBA466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA466; }
p { color: rgb(235,164,102); }
H1.HeaderClassName
{
color: #EBA466;
}
.AnyTagClassName
{
color: #EBA466;
}
</style>
background-color css
<style>
a { background-color: #EBA466; }
a { background-color: rgb(235,164,102); }
div.DivClassName
{
background-color: #EBA466;
}
.BgClassName
{
background-color: #EBA466;
}
</style>
border-color css
<style>
span { border-color: #EBA466; }
span { border-color: rgb(235,164,102); }
td.TdClassName
{
border-color: #EBA466;
}
.TagClassName
{
border-color: #EBA466;
}
</style>