Shades of Sandy Brown #ED9860
Tints of Sandy Brown #ED9860
RGB
CMYK
RGB Variations
Color information
#ED9860 (or 0xED9860) is known color: Sandy Brown. HEX triplet: ED, 98 and 60. RGB value is (237,152,96). Sum of RGB (Red+Green+Blue) = 237+152+96=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 96 (37.89% from 255 or 19.79% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED9860 is #12679F. Grayscale: #ABABAB. Windows color (decimal): -1206176 or 6330605. OLE color: 6330605.
HSL color Cylindrical-coordinate representation of color #ED9860: hue angle of 23.83º 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 #ED9860 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 96 | - |
| CMYK | 0 | 0.36 | 0.59 | 0.07 |
| HSL | 23.83º | 0.8% | 0.65% | - |
| HSV(B) | 23.83º | 0.59% | 0.93% | - |
| XYZ | 48.26 | 41.31 | 16.5 | - |
| YUV | 171.03 | 85.66 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 96 | 0 | 0.36 | 0.59 | 0.07 | 23.83 | 0.8 | 0.65 |
| Hex | ED | 98 | 60 | 0 | 24 | 3B | 7 | 18 | 50 | 41 |
| Octal | 355 | 230 | 140 | 0 | 44 | 73 | 7 | 30 | 120 | 101 |
| Binary | 11101101 | 10011000 | 1100000 | 0 | 100100 | 111011 | 111 | 11000 | 1010000 | 1000001 |
Color Harmonies of #ED9860
Complementary color
Monochromatic Colors of #ED9860
Black with #ED9860
Text Example
Text Example
White with #ED9860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED9860; }
p { color: rgb(237,152,96); }
H1.HeaderClassName
{
color: #ED9860;
}
.AnyTagClassName
{
color: #ED9860;
}
</style>
background-color css
<style>
a { background-color: #ED9860; }
a { background-color: rgb(237,152,96); }
div.DivClassName
{
background-color: #ED9860;
}
.BgClassName
{
background-color: #ED9860;
}
</style>
border-color css
<style>
span { border-color: #ED9860; }
span { border-color: rgb(237,152,96); }
td.TdClassName
{
border-color: #ED9860;
}
.TagClassName
{
border-color: #ED9860;
}
</style>