Shades of Sandy Brown #EBA167
Tints of Sandy Brown #EBA167
RGB
CMYK
RGB Variations
Color information
#EBA167 (or 0xEBA167) is known color: Sandy Brown. HEX triplet: EB, A1 and 67. RGB value is (235,161,103). Sum of RGB (Red+Green+Blue) = 235+161+103=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA167 is #145E98. Grayscale: #B0B0B0. Windows color (decimal): -1334937 or 6791659. OLE color: 6791659.
HSL color Cylindrical-coordinate representation of color #EBA167: hue angle of 26.36º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBA167 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 103 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.08 |
| HSL | 26.36º | 0.77% | 0.66% | - |
| HSV(B) | 26.36º | 0.56% | 0.92% | - |
| XYZ | 49.45 | 44.13 | 18.74 | - |
| YUV | 176.51 | 86.52 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 103 | 0 | 0.31 | 0.56 | 0.08 | 26.36 | 0.77 | 0.66 |
| Hex | EB | A1 | 67 | 0 | 1F | 38 | 8 | 1A | 4D | 42 |
| Octal | 353 | 241 | 147 | 0 | 37 | 70 | 10 | 32 | 115 | 102 |
| Binary | 11101011 | 10100001 | 1100111 | 0 | 11111 | 111000 | 1000 | 11010 | 1001101 | 1000010 |
Color Harmonies of #EBA167
Complementary color
Monochromatic Colors of #EBA167
Black with #EBA167
Text Example
Text Example
White with #EBA167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA167; }
p { color: rgb(235,161,103); }
H1.HeaderClassName
{
color: #EBA167;
}
.AnyTagClassName
{
color: #EBA167;
}
</style>
background-color css
<style>
a { background-color: #EBA167; }
a { background-color: rgb(235,161,103); }
div.DivClassName
{
background-color: #EBA167;
}
.BgClassName
{
background-color: #EBA167;
}
</style>
border-color css
<style>
span { border-color: #EBA167; }
span { border-color: rgb(235,161,103); }
td.TdClassName
{
border-color: #EBA167;
}
.TagClassName
{
border-color: #EBA167;
}
</style>