Shades of Sandy Brown #EC965F
Tints of Sandy Brown #EC965F
RGB
CMYK
RGB Variations
Color information
#EC965F (or 0xEC965F) is known color: Sandy Brown. HEX triplet: EC, 96 and 5F. RGB value is (236,150,95). Sum of RGB (Red+Green+Blue) = 236+150+95=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC965F is #1369A0. Grayscale: #A9A9A9. Windows color (decimal): -1272225 or 6264556. OLE color: 6264556.
HSL color Cylindrical-coordinate representation of color #EC965F: hue angle of 23.4º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC965F is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 150 | 95 | - |
| CMYK | 0 | 0.36 | 0.60 | 0.07 |
| HSL | 23.4º | 0.79% | 0.65% | - |
| HSV(B) | 23.4º | 0.6% | 0.93% | - |
| XYZ | 47.56 | 40.47 | 16.13 | - |
| YUV | 169.44 | 85.99 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 150 | 95 | 0 | 0.36 | 0.60 | 0.07 | 23.4 | 0.79 | 0.65 |
| Hex | EC | 96 | 5F | 0 | 24 | 3C | 7 | 17 | 4F | 41 |
| Octal | 354 | 226 | 137 | 0 | 44 | 74 | 7 | 27 | 117 | 101 |
| Binary | 11101100 | 10010110 | 1011111 | 0 | 100100 | 111100 | 111 | 10111 | 1001111 | 1000001 |
Color Harmonies of #EC965F
Complementary color
Monochromatic Colors of #EC965F
Black with #EC965F
Text Example
Text Example
White with #EC965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC965F; }
p { color: rgb(236,150,95); }
H1.HeaderClassName
{
color: #EC965F;
}
.AnyTagClassName
{
color: #EC965F;
}
</style>
background-color css
<style>
a { background-color: #EC965F; }
a { background-color: rgb(236,150,95); }
div.DivClassName
{
background-color: #EC965F;
}
.BgClassName
{
background-color: #EC965F;
}
</style>
border-color css
<style>
span { border-color: #EC965F; }
span { border-color: rgb(236,150,95); }
td.TdClassName
{
border-color: #EC965F;
}
.TagClassName
{
border-color: #EC965F;
}
</style>