Shades of Sandy Brown #EBA06A
Tints of Sandy Brown #EBA06A
RGB
CMYK
RGB Variations
Color information
#EBA06A (or 0xEBA06A) is known color: Sandy Brown. HEX triplet: EB, A0 and 6A. RGB value is (235,160,106). Sum of RGB (Red+Green+Blue) = 235+160+106=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA06A is #145F95. Grayscale: #B0B0B0. Windows color (decimal): -1335190 or 6988011. OLE color: 6988011.
HSL color Cylindrical-coordinate representation of color #EBA06A: hue angle of 25.12º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EBA06A is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 106 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.08 |
| HSL | 25.12º | 0.76% | 0.67% | - |
| HSV(B) | 25.12º | 0.55% | 0.92% | - |
| XYZ | 49.43 | 43.84 | 19.49 | - |
| YUV | 176.27 | 88.35 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 106 | 0 | 0.32 | 0.55 | 0.08 | 25.12 | 0.76 | 0.67 |
| Hex | EB | A0 | 6A | 0 | 20 | 37 | 8 | 19 | 4C | 43 |
| Octal | 353 | 240 | 152 | 0 | 40 | 67 | 10 | 31 | 114 | 103 |
| Binary | 11101011 | 10100000 | 1101010 | 0 | 100000 | 110111 | 1000 | 11001 | 1001100 | 1000011 |
Color Harmonies of #EBA06A
Complementary color
Monochromatic Colors of #EBA06A
Black with #EBA06A
Text Example
Text Example
White with #EBA06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA06A; }
p { color: rgb(235,160,106); }
H1.HeaderClassName
{
color: #EBA06A;
}
.AnyTagClassName
{
color: #EBA06A;
}
</style>
background-color css
<style>
a { background-color: #EBA06A; }
a { background-color: rgb(235,160,106); }
div.DivClassName
{
background-color: #EBA06A;
}
.BgClassName
{
background-color: #EBA06A;
}
</style>
border-color css
<style>
span { border-color: #EBA06A; }
span { border-color: rgb(235,160,106); }
td.TdClassName
{
border-color: #EBA06A;
}
.TagClassName
{
border-color: #EBA06A;
}
</style>