Shades of Sandy Brown #EC9D5C
Tints of Sandy Brown #EC9D5C
RGB
CMYK
RGB Variations
Color information
#EC9D5C (or 0xEC9D5C) is known color: Sandy Brown. HEX triplet: EC, 9D and 5C. RGB value is (236,157,92). Sum of RGB (Red+Green+Blue) = 236+157+92=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9D5C is #1362A3. Grayscale: #ADADAD. Windows color (decimal): -1270436 or 6069740. OLE color: 6069740.
HSL color Cylindrical-coordinate representation of color #EC9D5C: hue angle of 27.08º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC9D5C is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 92 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.07 |
| HSL | 27.08º | 0.79% | 0.64% | - |
| HSV(B) | 27.08º | 0.61% | 0.93% | - |
| XYZ | 48.58 | 42.72 | 15.81 | - |
| YUV | 173.21 | 82.17 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 92 | 0 | 0.33 | 0.61 | 0.07 | 27.08 | 0.79 | 0.64 |
| Hex | EC | 9D | 5C | 0 | 21 | 3D | 7 | 1B | 4F | 40 |
| Octal | 354 | 235 | 134 | 0 | 41 | 75 | 7 | 33 | 117 | 100 |
| Binary | 11101100 | 10011101 | 1011100 | 0 | 100001 | 111101 | 111 | 11011 | 1001111 | 1000000 |
Color Harmonies of #EC9D5C
Complementary color
Monochromatic Colors of #EC9D5C
Black with #EC9D5C
Text Example
Text Example
White with #EC9D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D5C; }
p { color: rgb(236,157,92); }
H1.HeaderClassName
{
color: #EC9D5C;
}
.AnyTagClassName
{
color: #EC9D5C;
}
</style>
background-color css
<style>
a { background-color: #EC9D5C; }
a { background-color: rgb(236,157,92); }
div.DivClassName
{
background-color: #EC9D5C;
}
.BgClassName
{
background-color: #EC9D5C;
}
</style>
border-color css
<style>
span { border-color: #EC9D5C; }
span { border-color: rgb(236,157,92); }
td.TdClassName
{
border-color: #EC9D5C;
}
.TagClassName
{
border-color: #EC9D5C;
}
</style>