Shades of Sandy Brown #EC9D64
Tints of Sandy Brown #EC9D64
RGB
CMYK
RGB Variations
Color information
#EC9D64 (or 0xEC9D64) is known color: Sandy Brown. HEX triplet: EC, 9D and 64. RGB value is (236,157,100). Sum of RGB (Red+Green+Blue) = 236+157+100=493 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.87% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 100 (39.45% from 255 or 20.28% from 493); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9D64 is #13629B. Grayscale: #AEAEAE. Windows color (decimal): -1270428 or 6594028. OLE color: 6594028.
HSL color Cylindrical-coordinate representation of color #EC9D64: hue angle of 25.15º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC9D64 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 157 | 100 | - |
| CMYK | 0 | 0.33 | 0.58 | 0.07 |
| HSL | 25.15º | 0.78% | 0.66% | - |
| HSV(B) | 25.15º | 0.58% | 0.93% | - |
| XYZ | 48.95 | 42.87 | 17.75 | - |
| YUV | 174.12 | 86.17 | 172.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 157 | 100 | 0 | 0.33 | 0.58 | 0.07 | 25.15 | 0.78 | 0.66 |
| Hex | EC | 9D | 64 | 0 | 21 | 3A | 7 | 19 | 4E | 42 |
| Octal | 354 | 235 | 144 | 0 | 41 | 72 | 7 | 31 | 116 | 102 |
| Binary | 11101100 | 10011101 | 1100100 | 0 | 100001 | 111010 | 111 | 11001 | 1001110 | 1000010 |
Color Harmonies of #EC9D64
Complementary color
Monochromatic Colors of #EC9D64
Black with #EC9D64
Text Example
Text Example
White with #EC9D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9D64; }
p { color: rgb(236,157,100); }
H1.HeaderClassName
{
color: #EC9D64;
}
.AnyTagClassName
{
color: #EC9D64;
}
</style>
background-color css
<style>
a { background-color: #EC9D64; }
a { background-color: rgb(236,157,100); }
div.DivClassName
{
background-color: #EC9D64;
}
.BgClassName
{
background-color: #EC9D64;
}
</style>
border-color css
<style>
span { border-color: #EC9D64; }
span { border-color: rgb(236,157,100); }
td.TdClassName
{
border-color: #EC9D64;
}
.TagClassName
{
border-color: #EC9D64;
}
</style>