Shades of Sandy Brown #EBA968
Tints of Sandy Brown #EBA968
RGB
CMYK
RGB Variations
Color information
#EBA968 (or 0xEBA968) is known color: Sandy Brown. HEX triplet: EB, A9 and 68. RGB value is (235,169,104). Sum of RGB (Red+Green+Blue) = 235+169+104=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 104 (41.02% from 255 or 20.47% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA968 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA968 is #145697. Grayscale: #B5B5B5. Windows color (decimal): -1332888 or 6859243. OLE color: 6859243.
HSL color Cylindrical-coordinate representation of color #EBA968: hue angle of 29.77º 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 #EBA968 is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 104 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.08 |
| HSL | 29.77º | 0.77% | 0.66% | - |
| HSV(B) | 29.77º | 0.56% | 0.92% | - |
| XYZ | 50.95 | 47.04 | 19.49 | - |
| YUV | 181.32 | 84.37 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 104 | 0 | 0.28 | 0.56 | 0.08 | 29.77 | 0.77 | 0.66 |
| Hex | EB | A9 | 68 | 0 | 1C | 38 | 8 | 1E | 4D | 42 |
| Octal | 353 | 251 | 150 | 0 | 34 | 70 | 10 | 36 | 115 | 102 |
| Binary | 11101011 | 10101001 | 1101000 | 0 | 11100 | 111000 | 1000 | 11110 | 1001101 | 1000010 |
Color Harmonies of #EBA968
Complementary color
Monochromatic Colors of #EBA968
Black with #EBA968
Text Example
Text Example
White with #EBA968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA968; }
p { color: rgb(235,169,104); }
H1.HeaderClassName
{
color: #EBA968;
}
.AnyTagClassName
{
color: #EBA968;
}
</style>
background-color css
<style>
a { background-color: #EBA968; }
a { background-color: rgb(235,169,104); }
div.DivClassName
{
background-color: #EBA968;
}
.BgClassName
{
background-color: #EBA968;
}
</style>
border-color css
<style>
span { border-color: #EBA968; }
span { border-color: rgb(235,169,104); }
td.TdClassName
{
border-color: #EBA968;
}
.TagClassName
{
border-color: #EBA968;
}
</style>