Shades of Sandy Brown #EC9D5D
Tints of Sandy Brown #EC9D5D
RGB
CMYK
RGB Variations
Color information
#EC9D5D (or 0xEC9D5D) is known color: Sandy Brown. HEX triplet: EC, 9D and 5D. RGB value is (236,157,93). Sum of RGB (Red+Green+Blue) = 236+157+93=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9D5D is #1362A2. Grayscale: #ADADAD. Windows color (decimal): -1270435 or 6135276. OLE color: 6135276.
HSL color Cylindrical-coordinate representation of color #EC9D5D: hue angle of 26.85º 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 #EC9D5D is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 93 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.07 |
| HSL | 26.85º | 0.79% | 0.65% | - |
| HSV(B) | 26.85º | 0.61% | 0.93% | - |
| XYZ | 48.62 | 42.74 | 16.04 | - |
| YUV | 173.33 | 82.67 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 93 | 0 | 0.33 | 0.61 | 0.07 | 26.85 | 0.79 | 0.65 |
| Hex | EC | 9D | 5D | 0 | 21 | 3D | 7 | 1B | 4F | 41 |
| Octal | 354 | 235 | 135 | 0 | 41 | 75 | 7 | 33 | 117 | 101 |
| Binary | 11101100 | 10011101 | 1011101 | 0 | 100001 | 111101 | 111 | 11011 | 1001111 | 1000001 |
Color Harmonies of #EC9D5D
Complementary color
Monochromatic Colors of #EC9D5D
Black with #EC9D5D
Text Example
Text Example
White with #EC9D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D5D; }
p { color: rgb(236,157,93); }
H1.HeaderClassName
{
color: #EC9D5D;
}
.AnyTagClassName
{
color: #EC9D5D;
}
</style>
background-color css
<style>
a { background-color: #EC9D5D; }
a { background-color: rgb(236,157,93); }
div.DivClassName
{
background-color: #EC9D5D;
}
.BgClassName
{
background-color: #EC9D5D;
}
</style>
border-color css
<style>
span { border-color: #EC9D5D; }
span { border-color: rgb(236,157,93); }
td.TdClassName
{
border-color: #EC9D5D;
}
.TagClassName
{
border-color: #EC9D5D;
}
</style>