Shades of Sandy Brown #EBA568
Tints of Sandy Brown #EBA568
RGB
CMYK
RGB Variations
Color information
#EBA568 (or 0xEBA568) is known color: Sandy Brown. HEX triplet: EB, A5 and 68. RGB value is (235,165,104). Sum of RGB (Red+Green+Blue) = 235+165+104=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA568 is #145A97. Grayscale: #B3B3B3. Windows color (decimal): -1333912 or 6858219. OLE color: 6858219.
HSL color Cylindrical-coordinate representation of color #EBA568: hue angle of 27.94º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EBA568 is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 165 | 104 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.08 |
| HSL | 27.94º | 0.77% | 0.66% | - |
| HSV(B) | 27.94º | 0.56% | 0.92% | - |
| XYZ | 50.21 | 45.57 | 19.25 | - |
| YUV | 178.98 | 85.69 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 165 | 104 | 0 | 0.30 | 0.56 | 0.08 | 27.94 | 0.77 | 0.66 |
| Hex | EB | A5 | 68 | 0 | 1E | 38 | 8 | 1C | 4D | 42 |
| Octal | 353 | 245 | 150 | 0 | 36 | 70 | 10 | 34 | 115 | 102 |
| Binary | 11101011 | 10100101 | 1101000 | 0 | 11110 | 111000 | 1000 | 11100 | 1001101 | 1000010 |
Color Harmonies of #EBA568
Complementary color
Monochromatic Colors of #EBA568
Black with #EBA568
Text Example
Text Example
White with #EBA568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA568; }
p { color: rgb(235,165,104); }
H1.HeaderClassName
{
color: #EBA568;
}
.AnyTagClassName
{
color: #EBA568;
}
</style>
background-color css
<style>
a { background-color: #EBA568; }
a { background-color: rgb(235,165,104); }
div.DivClassName
{
background-color: #EBA568;
}
.BgClassName
{
background-color: #EBA568;
}
</style>
border-color css
<style>
span { border-color: #EBA568; }
span { border-color: rgb(235,165,104); }
td.TdClassName
{
border-color: #EBA568;
}
.TagClassName
{
border-color: #EBA568;
}
</style>