Shades of Sandy Brown #EDA860
Tints of Sandy Brown #EDA860
RGB
CMYK
RGB Variations
Color information
#EDA860 (or 0xEDA860) is known color: Sandy Brown. HEX triplet: ED, A8 and 60. RGB value is (237,168,96). Sum of RGB (Red+Green+Blue) = 237+168+96=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 168 (66.02% from 255 or 33.53% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA860 is #12579F. Grayscale: #B4B4B4. Windows color (decimal): -1202080 or 6334701. OLE color: 6334701.
HSL color Cylindrical-coordinate representation of color #EDA860: hue angle of 30.64º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EDA860 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 96 | - |
| CMYK | 0 | 0.29 | 0.59 | 0.07 |
| HSL | 30.64º | 0.8% | 0.65% | - |
| HSV(B) | 30.64º | 0.59% | 0.93% | - |
| XYZ | 51.04 | 46.85 | 17.42 | - |
| YUV | 180.42 | 80.36 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 96 | 0 | 0.29 | 0.59 | 0.07 | 30.64 | 0.8 | 0.65 |
| Hex | ED | A8 | 60 | 0 | 1D | 3B | 7 | 1F | 50 | 41 |
| Octal | 355 | 250 | 140 | 0 | 35 | 73 | 7 | 37 | 120 | 101 |
| Binary | 11101101 | 10101000 | 1100000 | 0 | 11101 | 111011 | 111 | 11111 | 1010000 | 1000001 |
Color Harmonies of #EDA860
Complementary color
Monochromatic Colors of #EDA860
Black with #EDA860
Text Example
Text Example
White with #EDA860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA860; }
p { color: rgb(237,168,96); }
H1.HeaderClassName
{
color: #EDA860;
}
.AnyTagClassName
{
color: #EDA860;
}
</style>
background-color css
<style>
a { background-color: #EDA860; }
a { background-color: rgb(237,168,96); }
div.DivClassName
{
background-color: #EDA860;
}
.BgClassName
{
background-color: #EDA860;
}
</style>
border-color css
<style>
span { border-color: #EDA860; }
span { border-color: rgb(237,168,96); }
td.TdClassName
{
border-color: #EDA860;
}
.TagClassName
{
border-color: #EDA860;
}
</style>