Shades of Sandy Brown #EBA964
Tints of Sandy Brown #EBA964
RGB
CMYK
RGB Variations
Color information
#EBA964 (or 0xEBA964) is known color: Sandy Brown. HEX triplet: EB, A9 and 64. RGB value is (235,169,100). Sum of RGB (Red+Green+Blue) = 235+169+100=504 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.63% from 504); Green value is 169 (66.41% from 255 or 33.53% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA964 is #14569B. Grayscale: #B5B5B5. Windows color (decimal): -1332892 or 6597099. OLE color: 6597099.
HSL color Cylindrical-coordinate representation of color #EBA964: hue angle of 30.67º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBA964 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 169 | 100 | - |
| CMYK | 0 | 0.28 | 0.57 | 0.08 |
| HSL | 30.67º | 0.77% | 0.66% | - |
| HSV(B) | 30.67º | 0.57% | 0.92% | - |
| XYZ | 50.75 | 46.96 | 18.45 | - |
| YUV | 180.87 | 82.37 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 169 | 100 | 0 | 0.28 | 0.57 | 0.08 | 30.67 | 0.77 | 0.66 |
| Hex | EB | A9 | 64 | 0 | 1C | 39 | 8 | 1F | 4D | 42 |
| Octal | 353 | 251 | 144 | 0 | 34 | 71 | 10 | 37 | 115 | 102 |
| Binary | 11101011 | 10101001 | 1100100 | 0 | 11100 | 111001 | 1000 | 11111 | 1001101 | 1000010 |
Color Harmonies of #EBA964
Complementary color
Monochromatic Colors of #EBA964
Black with #EBA964
Text Example
Text Example
White with #EBA964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBA964; }
p { color: rgb(235,169,100); }
H1.HeaderClassName
{
color: #EBA964;
}
.AnyTagClassName
{
color: #EBA964;
}
</style>
background-color css
<style>
a { background-color: #EBA964; }
a { background-color: rgb(235,169,100); }
div.DivClassName
{
background-color: #EBA964;
}
.BgClassName
{
background-color: #EBA964;
}
</style>
border-color css
<style>
span { border-color: #EBA964; }
span { border-color: rgb(235,169,100); }
td.TdClassName
{
border-color: #EBA964;
}
.TagClassName
{
border-color: #EBA964;
}
</style>