Shades of Sandy Brown #EBA358
Tints of Sandy Brown #EBA358
RGB
CMYK
RGB Variations
Color information
#EBA358 (or 0xEBA358) is known color: Sandy Brown. HEX triplet: EB, A3 and 58. RGB value is (235,163,88). Sum of RGB (Red+Green+Blue) = 235+163+88=486 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.35% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 88 (34.77% from 255 or 18.11% from 486); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA358 is #145CA7. Grayscale: #B0B0B0. Windows color (decimal): -1334440 or 5809131. OLE color: 5809131.
HSL color Cylindrical-coordinate representation of color #EBA358: hue angle of 30.61º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EBA358 is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 163 | 88 | - |
| CMYK | 0 | 0.31 | 0.63 | 0.08 |
| HSL | 30.61º | 0.79% | 0.63% | - |
| HSV(B) | 30.61º | 0.63% | 0.92% | - |
| XYZ | 49.12 | 44.56 | 15.24 | - |
| YUV | 175.98 | 78.35 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 163 | 88 | 0 | 0.31 | 0.63 | 0.08 | 30.61 | 0.79 | 0.63 |
| Hex | EB | A3 | 58 | 0 | 1F | 3F | 8 | 1F | 4F | 3F |
| Octal | 353 | 243 | 130 | 0 | 37 | 77 | 10 | 37 | 117 | 77 |
| Binary | 11101011 | 10100011 | 1011000 | 0 | 11111 | 111111 | 1000 | 11111 | 1001111 | 111111 |
Color Harmonies of #EBA358
Complementary color
Monochromatic Colors of #EBA358
Black with #EBA358
Text Example
Text Example
White with #EBA358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA358; }
p { color: rgb(235,163,88); }
H1.HeaderClassName
{
color: #EBA358;
}
.AnyTagClassName
{
color: #EBA358;
}
</style>
background-color css
<style>
a { background-color: #EBA358; }
a { background-color: rgb(235,163,88); }
div.DivClassName
{
background-color: #EBA358;
}
.BgClassName
{
background-color: #EBA358;
}
</style>
border-color css
<style>
span { border-color: #EBA358; }
span { border-color: rgb(235,163,88); }
td.TdClassName
{
border-color: #EBA358;
}
.TagClassName
{
border-color: #EBA358;
}
</style>