Shades of Sandy Brown #EBA069
Tints of Sandy Brown #EBA069
RGB
CMYK
RGB Variations
Color information
#EBA069 (or 0xEBA069) is known color: Sandy Brown. HEX triplet: EB, A0 and 69. RGB value is (235,160,105). Sum of RGB (Red+Green+Blue) = 235+160+105=500 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA069 is #145F96. Grayscale: #B0B0B0. Windows color (decimal): -1335191 or 6922475. OLE color: 6922475.
HSL color Cylindrical-coordinate representation of color #EBA069: hue angle of 25.38º 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 #EBA069 is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 160 | 105 | - |
| CMYK | 0 | 0.32 | 0.55 | 0.08 |
| HSL | 25.38º | 0.76% | 0.67% | - |
| HSV(B) | 25.38º | 0.55% | 0.92% | - |
| XYZ | 49.38 | 43.82 | 19.22 | - |
| YUV | 176.16 | 87.85 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 160 | 105 | 0 | 0.32 | 0.55 | 0.08 | 25.38 | 0.76 | 0.67 |
| Hex | EB | A0 | 69 | 0 | 20 | 37 | 8 | 19 | 4C | 43 |
| Octal | 353 | 240 | 151 | 0 | 40 | 67 | 10 | 31 | 114 | 103 |
| Binary | 11101011 | 10100000 | 1101001 | 0 | 100000 | 110111 | 1000 | 11001 | 1001100 | 1000011 |
Color Harmonies of #EBA069
Complementary color
Monochromatic Colors of #EBA069
Black with #EBA069
Text Example
Text Example
White with #EBA069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA069; }
p { color: rgb(235,160,105); }
H1.HeaderClassName
{
color: #EBA069;
}
.AnyTagClassName
{
color: #EBA069;
}
</style>
background-color css
<style>
a { background-color: #EBA069; }
a { background-color: rgb(235,160,105); }
div.DivClassName
{
background-color: #EBA069;
}
.BgClassName
{
background-color: #EBA069;
}
</style>
border-color css
<style>
span { border-color: #EBA069; }
span { border-color: rgb(235,160,105); }
td.TdClassName
{
border-color: #EBA069;
}
.TagClassName
{
border-color: #EBA069;
}
</style>