Shades of Sandy Brown #EBA56A
Tints of Sandy Brown #EBA56A
RGB
CMYK
RGB Variations
Color information
#EBA56A (or 0xEBA56A) is known color: Sandy Brown. HEX triplet: EB, A5 and 6A. RGB value is (235,165,106). Sum of RGB (Red+Green+Blue) = 235+165+106=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA56A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA56A is #145A95. Grayscale: #B3B3B3. Windows color (decimal): -1333910 or 6989291. OLE color: 6989291.
HSL color Cylindrical-coordinate representation of color #EBA56A: hue angle of 27.44º 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 #EBA56A is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 106 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.08 |
| HSL | 27.44º | 0.76% | 0.67% | - |
| HSV(B) | 27.44º | 0.55% | 0.92% | - |
| XYZ | 50.32 | 45.61 | 19.79 | - |
| YUV | 179.2 | 86.69 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 106 | 0 | 0.30 | 0.55 | 0.08 | 27.44 | 0.76 | 0.67 |
| Hex | EB | A5 | 6A | 0 | 1E | 37 | 8 | 1B | 4C | 43 |
| Octal | 353 | 245 | 152 | 0 | 36 | 67 | 10 | 33 | 114 | 103 |
| Binary | 11101011 | 10100101 | 1101010 | 0 | 11110 | 110111 | 1000 | 11011 | 1001100 | 1000011 |
Color Harmonies of #EBA56A
Complementary color
Monochromatic Colors of #EBA56A
Black with #EBA56A
Text Example
Text Example
White with #EBA56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA56A; }
p { color: rgb(235,165,106); }
H1.HeaderClassName
{
color: #EBA56A;
}
.AnyTagClassName
{
color: #EBA56A;
}
</style>
background-color css
<style>
a { background-color: #EBA56A; }
a { background-color: rgb(235,165,106); }
div.DivClassName
{
background-color: #EBA56A;
}
.BgClassName
{
background-color: #EBA56A;
}
</style>
border-color css
<style>
span { border-color: #EBA56A; }
span { border-color: rgb(235,165,106); }
td.TdClassName
{
border-color: #EBA56A;
}
.TagClassName
{
border-color: #EBA56A;
}
</style>