Shades of Sandy Brown #EBA16C
Tints of Sandy Brown #EBA16C
RGB
CMYK
RGB Variations
Color information
#EBA16C (or 0xEBA16C) is known color: Sandy Brown. HEX triplet: EB, A1 and 6C. RGB value is (235,161,108). Sum of RGB (Red+Green+Blue) = 235+161+108=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA16C is #145E93. Grayscale: #B1B1B1. Windows color (decimal): -1334932 or 7119339. OLE color: 7119339.
HSL color Cylindrical-coordinate representation of color #EBA16C: hue angle of 25.04º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EBA16C is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 161 | 108 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.08 |
| HSL | 25.04º | 0.76% | 0.67% | - |
| HSV(B) | 25.04º | 0.54% | 0.92% | - |
| XYZ | 49.71 | 44.23 | 20.11 | - |
| YUV | 177.08 | 89.02 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 161 | 108 | 0 | 0.31 | 0.54 | 0.08 | 25.04 | 0.76 | 0.67 |
| Hex | EB | A1 | 6C | 0 | 1F | 36 | 8 | 19 | 4C | 43 |
| Octal | 353 | 241 | 154 | 0 | 37 | 66 | 10 | 31 | 114 | 103 |
| Binary | 11101011 | 10100001 | 1101100 | 0 | 11111 | 110110 | 1000 | 11001 | 1001100 | 1000011 |
Color Harmonies of #EBA16C
Complementary color
Monochromatic Colors of #EBA16C
Black with #EBA16C
Text Example
Text Example
White with #EBA16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA16C; }
p { color: rgb(235,161,108); }
H1.HeaderClassName
{
color: #EBA16C;
}
.AnyTagClassName
{
color: #EBA16C;
}
</style>
background-color css
<style>
a { background-color: #EBA16C; }
a { background-color: rgb(235,161,108); }
div.DivClassName
{
background-color: #EBA16C;
}
.BgClassName
{
background-color: #EBA16C;
}
</style>
border-color css
<style>
span { border-color: #EBA16C; }
span { border-color: rgb(235,161,108); }
td.TdClassName
{
border-color: #EBA16C;
}
.TagClassName
{
border-color: #EBA16C;
}
</style>