Shades of Sandy Brown #ED985E
Tints of Sandy Brown #ED985E
RGB
CMYK
RGB Variations
Color information
#ED985E (or 0xED985E) is known color: Sandy Brown. HEX triplet: ED, 98 and 5E. RGB value is (237,152,94). Sum of RGB (Red+Green+Blue) = 237+152+94=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 94 (37.11% from 255 or 19.46% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #ED985E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED985E is #1267A1. Grayscale: #ABABAB. Windows color (decimal): -1206178 or 6199533. OLE color: 6199533.
HSL color Cylindrical-coordinate representation of color #ED985E: hue angle of 24.34º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ED985E is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 152 | 94 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.07 |
| HSL | 24.34º | 0.8% | 0.65% | - |
| HSV(B) | 24.34º | 0.6% | 0.93% | - |
| XYZ | 48.17 | 41.27 | 16.02 | - |
| YUV | 170.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 152 | 94 | 0 | 0.36 | 0.60 | 0.07 | 24.34 | 0.8 | 0.65 |
| Hex | ED | 98 | 5E | 0 | 24 | 3C | 7 | 18 | 50 | 41 |
| Octal | 355 | 230 | 136 | 0 | 44 | 74 | 7 | 30 | 120 | 101 |
| Binary | 11101101 | 10011000 | 1011110 | 0 | 100100 | 111100 | 111 | 11000 | 1010000 | 1000001 |
Color Harmonies of #ED985E
Complementary color
Monochromatic Colors of #ED985E
Black with #ED985E
Text Example
Text Example
White with #ED985E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ED985E; }
p { color: rgb(237,152,94); }
H1.HeaderClassName
{
color: #ED985E;
}
.AnyTagClassName
{
color: #ED985E;
}
</style>
background-color css
<style>
a { background-color: #ED985E; }
a { background-color: rgb(237,152,94); }
div.DivClassName
{
background-color: #ED985E;
}
.BgClassName
{
background-color: #ED985E;
}
</style>
border-color css
<style>
span { border-color: #ED985E; }
span { border-color: rgb(237,152,94); }
td.TdClassName
{
border-color: #ED985E;
}
.TagClassName
{
border-color: #ED985E;
}
</style>