Shades of Sandy Brown #EC985F
Tints of Sandy Brown #EC985F
RGB
CMYK
RGB Variations
Color information
#EC985F (or 0xEC985F) is known color: Sandy Brown. HEX triplet: EC, 98 and 5F. RGB value is (236,152,95). Sum of RGB (Red+Green+Blue) = 236+152+95=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 152 (59.77% from 255 or 31.47% from 483); Blue value is 95 (37.5% from 255 or 19.67% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC985F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC985F is #1367A0. Grayscale: #AAAAAA. Windows color (decimal): -1271713 or 6265068. OLE color: 6265068.
HSL color Cylindrical-coordinate representation of color #EC985F: hue angle of 24.26º degrees, saturation: 0.79, 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 #EC985F is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 95 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.07 |
| HSL | 24.26º | 0.79% | 0.65% | - |
| HSV(B) | 24.26º | 0.6% | 0.93% | - |
| XYZ | 47.89 | 41.12 | 16.24 | - |
| YUV | 170.62 | 85.33 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 95 | 0 | 0.36 | 0.60 | 0.07 | 24.26 | 0.79 | 0.65 |
| Hex | EC | 98 | 5F | 0 | 24 | 3C | 7 | 18 | 4F | 41 |
| Octal | 354 | 230 | 137 | 0 | 44 | 74 | 7 | 30 | 117 | 101 |
| Binary | 11101100 | 10011000 | 1011111 | 0 | 100100 | 111100 | 111 | 11000 | 1001111 | 1000001 |
Color Harmonies of #EC985F
Complementary color
Monochromatic Colors of #EC985F
Black with #EC985F
Text Example
Text Example
White with #EC985F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC985F; }
p { color: rgb(236,152,95); }
H1.HeaderClassName
{
color: #EC985F;
}
.AnyTagClassName
{
color: #EC985F;
}
</style>
background-color css
<style>
a { background-color: #EC985F; }
a { background-color: rgb(236,152,95); }
div.DivClassName
{
background-color: #EC985F;
}
.BgClassName
{
background-color: #EC985F;
}
</style>
border-color css
<style>
span { border-color: #EC985F; }
span { border-color: rgb(236,152,95); }
td.TdClassName
{
border-color: #EC985F;
}
.TagClassName
{
border-color: #EC985F;
}
</style>