Shades of Sandy Brown #EC9F5B
Tints of Sandy Brown #EC9F5B
RGB
CMYK
RGB Variations
Color information
#EC9F5B (or 0xEC9F5B) is known color: Sandy Brown. HEX triplet: EC, 9F and 5B. RGB value is (236,159,91). Sum of RGB (Red+Green+Blue) = 236+159+91=486 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.56% from 486); Green value is 159 (62.5% from 255 or 32.72% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F5B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9F5B is #1360A4. Grayscale: #AEAEAE. Windows color (decimal): -1269925 or 6004716. OLE color: 6004716.
HSL color Cylindrical-coordinate representation of color #EC9F5B: hue angle of 28.14º 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 #EC9F5B is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 91 | - |
| CMYK | 0 | 0.33 | 0.61 | 0.07 |
| HSL | 28.14º | 0.79% | 0.64% | - |
| HSV(B) | 28.14º | 0.61% | 0.93% | - |
| XYZ | 48.88 | 43.38 | 15.7 | - |
| YUV | 174.27 | 81.01 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 91 | 0 | 0.33 | 0.61 | 0.07 | 28.14 | 0.79 | 0.64 |
| Hex | EC | 9F | 5B | 0 | 21 | 3D | 7 | 1C | 4F | 40 |
| Octal | 354 | 237 | 133 | 0 | 41 | 75 | 7 | 34 | 117 | 100 |
| Binary | 11101100 | 10011111 | 1011011 | 0 | 100001 | 111101 | 111 | 11100 | 1001111 | 1000000 |
Color Harmonies of #EC9F5B
Complementary color
Monochromatic Colors of #EC9F5B
Black with #EC9F5B
Text Example
Text Example
White with #EC9F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F5B; }
p { color: rgb(236,159,91); }
H1.HeaderClassName
{
color: #EC9F5B;
}
.AnyTagClassName
{
color: #EC9F5B;
}
</style>
background-color css
<style>
a { background-color: #EC9F5B; }
a { background-color: rgb(236,159,91); }
div.DivClassName
{
background-color: #EC9F5B;
}
.BgClassName
{
background-color: #EC9F5B;
}
</style>
border-color css
<style>
span { border-color: #EC9F5B; }
span { border-color: rgb(236,159,91); }
td.TdClassName
{
border-color: #EC9F5B;
}
.TagClassName
{
border-color: #EC9F5B;
}
</style>