Shades of Sandy Brown #EC9F5A
Tints of Sandy Brown #EC9F5A
RGB
CMYK
RGB Variations
Color information
#EC9F5A (or 0xEC9F5A) is known color: Sandy Brown. HEX triplet: EC, 9F and 5A. RGB value is (236,159,90). Sum of RGB (Red+Green+Blue) = 236+159+90=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 159 (62.5% from 255 or 32.78% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9F5A is #1360A5. Grayscale: #AEAEAE. Windows color (decimal): -1269926 or 5939180. OLE color: 5939180.
HSL color Cylindrical-coordinate representation of color #EC9F5A: hue angle of 28.36º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EC9F5A is Cyan = 0, Magento = 0.33, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 159 | 90 | - |
| CMYK | 0 | 0.33 | 0.62 | 0.07 |
| HSL | 28.36º | 0.79% | 0.64% | - |
| HSV(B) | 28.36º | 0.62% | 0.93% | - |
| XYZ | 48.84 | 43.37 | 15.47 | - |
| YUV | 174.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 159 | 90 | 0 | 0.33 | 0.62 | 0.07 | 28.36 | 0.79 | 0.64 |
| Hex | EC | 9F | 5A | 0 | 21 | 3E | 7 | 1C | 4F | 40 |
| Octal | 354 | 237 | 132 | 0 | 41 | 76 | 7 | 34 | 117 | 100 |
| Binary | 11101100 | 10011111 | 1011010 | 0 | 100001 | 111110 | 111 | 11100 | 1001111 | 1000000 |
Color Harmonies of #EC9F5A
Complementary color
Monochromatic Colors of #EC9F5A
Black with #EC9F5A
Text Example
Text Example
White with #EC9F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9F5A; }
p { color: rgb(236,159,90); }
H1.HeaderClassName
{
color: #EC9F5A;
}
.AnyTagClassName
{
color: #EC9F5A;
}
</style>
background-color css
<style>
a { background-color: #EC9F5A; }
a { background-color: rgb(236,159,90); }
div.DivClassName
{
background-color: #EC9F5A;
}
.BgClassName
{
background-color: #EC9F5A;
}
</style>
border-color css
<style>
span { border-color: #EC9F5A; }
span { border-color: rgb(236,159,90); }
td.TdClassName
{
border-color: #EC9F5A;
}
.TagClassName
{
border-color: #EC9F5A;
}
</style>