Shades of Sandy Brown #EBA168
Tints of Sandy Brown #EBA168
RGB
CMYK
RGB Variations
Color information
#EBA168 (or 0xEBA168) is known color: Sandy Brown. HEX triplet: EB, A1 and 68. RGB value is (235,161,104). Sum of RGB (Red+Green+Blue) = 235+161+104=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 161 (63.28% from 255 or 32.2% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA168 is #145E97. Grayscale: #B0B0B0. Windows color (decimal): -1334936 or 6857195. OLE color: 6857195.
HSL color Cylindrical-coordinate representation of color #EBA168: hue angle of 26.11º 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 #EBA168 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 104 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.08 |
| HSL | 26.11º | 0.77% | 0.66% | - |
| HSV(B) | 26.11º | 0.56% | 0.92% | - |
| XYZ | 49.5 | 44.15 | 19.01 | - |
| YUV | 176.63 | 87.02 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 104 | 0 | 0.31 | 0.56 | 0.08 | 26.11 | 0.77 | 0.66 |
| Hex | EB | A1 | 68 | 0 | 1F | 38 | 8 | 1A | 4D | 42 |
| Octal | 353 | 241 | 150 | 0 | 37 | 70 | 10 | 32 | 115 | 102 |
| Binary | 11101011 | 10100001 | 1101000 | 0 | 11111 | 111000 | 1000 | 11010 | 1001101 | 1000010 |
Color Harmonies of #EBA168
Complementary color
Monochromatic Colors of #EBA168
Black with #EBA168
Text Example
Text Example
White with #EBA168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA168; }
p { color: rgb(235,161,104); }
H1.HeaderClassName
{
color: #EBA168;
}
.AnyTagClassName
{
color: #EBA168;
}
</style>
background-color css
<style>
a { background-color: #EBA168; }
a { background-color: rgb(235,161,104); }
div.DivClassName
{
background-color: #EBA168;
}
.BgClassName
{
background-color: #EBA168;
}
</style>
border-color css
<style>
span { border-color: #EBA168; }
span { border-color: rgb(235,161,104); }
td.TdClassName
{
border-color: #EBA168;
}
.TagClassName
{
border-color: #EBA168;
}
</style>