Shades of Sandy Brown #EBA266
Tints of Sandy Brown #EBA266
RGB
CMYK
RGB Variations
Color information
#EBA266 (or 0xEBA266) is known color: Sandy Brown. HEX triplet: EB, A2 and 66. RGB value is (235,162,102). Sum of RGB (Red+Green+Blue) = 235+162+102=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 102 (40.23% from 255 or 20.44% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA266 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA266 is #145D99. Grayscale: #B1B1B1. Windows color (decimal): -1334682 or 6726379. OLE color: 6726379.
HSL color Cylindrical-coordinate representation of color #EBA266: hue angle of 27.07º 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 #EBA266 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 162 | 102 | - |
| CMYK | 0 | 0.31 | 0.57 | 0.08 |
| HSL | 27.07º | 0.77% | 0.66% | - |
| HSV(B) | 27.07º | 0.57% | 0.92% | - |
| XYZ | 49.58 | 44.46 | 18.54 | - |
| YUV | 176.99 | 85.68 | 169.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 162 | 102 | 0 | 0.31 | 0.57 | 0.08 | 27.07 | 0.77 | 0.66 |
| Hex | EB | A2 | 66 | 0 | 1F | 39 | 8 | 1B | 4D | 42 |
| Octal | 353 | 242 | 146 | 0 | 37 | 71 | 10 | 33 | 115 | 102 |
| Binary | 11101011 | 10100010 | 1100110 | 0 | 11111 | 111001 | 1000 | 11011 | 1001101 | 1000010 |
Color Harmonies of #EBA266
Complementary color
Monochromatic Colors of #EBA266
Black with #EBA266
Text Example
Text Example
White with #EBA266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA266; }
p { color: rgb(235,162,102); }
H1.HeaderClassName
{
color: #EBA266;
}
.AnyTagClassName
{
color: #EBA266;
}
</style>
background-color css
<style>
a { background-color: #EBA266; }
a { background-color: rgb(235,162,102); }
div.DivClassName
{
background-color: #EBA266;
}
.BgClassName
{
background-color: #EBA266;
}
</style>
border-color css
<style>
span { border-color: #EBA266; }
span { border-color: rgb(235,162,102); }
td.TdClassName
{
border-color: #EBA266;
}
.TagClassName
{
border-color: #EBA266;
}
</style>