Shades of Sandy Brown #EC9D6A
Tints of Sandy Brown #EC9D6A
RGB
CMYK
RGB Variations
Color information
#EC9D6A (or 0xEC9D6A) is known color: Sandy Brown. HEX triplet: EC, 9D and 6A. RGB value is (236,157,106). Sum of RGB (Red+Green+Blue) = 236+157+106=499 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.29% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9D6A is #136295. Grayscale: #AFAFAF. Windows color (decimal): -1270422 or 6987244. OLE color: 6987244.
HSL color Cylindrical-coordinate representation of color #EC9D6A: hue angle of 23.54º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EC9D6A is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 106 | - |
| CMYK | 0 | 0.33 | 0.55 | 0.07 |
| HSL | 23.54º | 0.77% | 0.67% | - |
| HSV(B) | 23.54º | 0.55% | 0.93% | - |
| XYZ | 49.25 | 42.99 | 19.34 | - |
| YUV | 174.81 | 89.17 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 106 | 0 | 0.33 | 0.55 | 0.07 | 23.54 | 0.77 | 0.67 |
| Hex | EC | 9D | 6A | 0 | 21 | 37 | 7 | 18 | 4D | 43 |
| Octal | 354 | 235 | 152 | 0 | 41 | 67 | 7 | 30 | 115 | 103 |
| Binary | 11101100 | 10011101 | 1101010 | 0 | 100001 | 110111 | 111 | 11000 | 1001101 | 1000011 |
Color Harmonies of #EC9D6A
Complementary color
Monochromatic Colors of #EC9D6A
Black with #EC9D6A
Text Example
Text Example
White with #EC9D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D6A; }
p { color: rgb(236,157,106); }
H1.HeaderClassName
{
color: #EC9D6A;
}
.AnyTagClassName
{
color: #EC9D6A;
}
</style>
background-color css
<style>
a { background-color: #EC9D6A; }
a { background-color: rgb(236,157,106); }
div.DivClassName
{
background-color: #EC9D6A;
}
.BgClassName
{
background-color: #EC9D6A;
}
</style>
border-color css
<style>
span { border-color: #EC9D6A; }
span { border-color: rgb(236,157,106); }
td.TdClassName
{
border-color: #EC9D6A;
}
.TagClassName
{
border-color: #EC9D6A;
}
</style>