Shades of Sandy Brown #EC985D
Tints of Sandy Brown #EC985D
RGB
CMYK
RGB Variations
Color information
#EC985D (or 0xEC985D) is known color: Sandy Brown. HEX triplet: EC, 98 and 5D. RGB value is (236,152,93). Sum of RGB (Red+Green+Blue) = 236+152+93=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 152 (59.77% from 255 or 31.60% from 481); Blue value is 93 (36.72% from 255 or 19.33% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC985D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC985D is #1367A2. Grayscale: #AAAAAA. Windows color (decimal): -1271715 or 6133996. OLE color: 6133996.
HSL color Cylindrical-coordinate representation of color #EC985D: hue angle of 24.76º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC985D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 93 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.07 |
| HSL | 24.76º | 0.79% | 0.65% | - |
| HSV(B) | 24.76º | 0.61% | 0.93% | - |
| XYZ | 47.8 | 41.08 | 15.77 | - |
| YUV | 170.39 | 84.33 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 93 | 0 | 0.36 | 0.61 | 0.07 | 24.76 | 0.79 | 0.65 |
| Hex | EC | 98 | 5D | 0 | 24 | 3D | 7 | 19 | 4F | 41 |
| Octal | 354 | 230 | 135 | 0 | 44 | 75 | 7 | 31 | 117 | 101 |
| Binary | 11101100 | 10011000 | 1011101 | 0 | 100100 | 111101 | 111 | 11001 | 1001111 | 1000001 |
Color Harmonies of #EC985D
Complementary color
Monochromatic Colors of #EC985D
Black with #EC985D
Text Example
Text Example
White with #EC985D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC985D; }
p { color: rgb(236,152,93); }
H1.HeaderClassName
{
color: #EC985D;
}
.AnyTagClassName
{
color: #EC985D;
}
</style>
background-color css
<style>
a { background-color: #EC985D; }
a { background-color: rgb(236,152,93); }
div.DivClassName
{
background-color: #EC985D;
}
.BgClassName
{
background-color: #EC985D;
}
</style>
border-color css
<style>
span { border-color: #EC985D; }
span { border-color: rgb(236,152,93); }
td.TdClassName
{
border-color: #EC985D;
}
.TagClassName
{
border-color: #EC985D;
}
</style>