Shades of Sandy Brown #EC955E
Tints of Sandy Brown #EC955E
RGB
CMYK
RGB Variations
Color information
#EC955E (or 0xEC955E) is known color: Sandy Brown. HEX triplet: EC, 95 and 5E. RGB value is (236,149,94). Sum of RGB (Red+Green+Blue) = 236+149+94=479 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.27% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 236 - color contains mainly: red. Hex color #EC955E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC955E is #136AA1. Grayscale: #A9A9A9. Windows color (decimal): -1272482 or 6198764. OLE color: 6198764.
HSL color Cylindrical-coordinate representation of color #EC955E: hue angle of 23.24º 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 #EC955E is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 94 | - |
| CMYK | 0 | 0.37 | 0.60 | 0.07 |
| HSL | 23.24º | 0.79% | 0.65% | - |
| HSV(B) | 23.24º | 0.6% | 0.93% | - |
| XYZ | 47.36 | 40.14 | 15.84 | - |
| YUV | 168.74 | 85.82 | 175.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 94 | 0 | 0.37 | 0.60 | 0.07 | 23.24 | 0.79 | 0.65 |
| Hex | EC | 95 | 5E | 0 | 25 | 3C | 7 | 17 | 4F | 41 |
| Octal | 354 | 225 | 136 | 0 | 45 | 74 | 7 | 27 | 117 | 101 |
| Binary | 11101100 | 10010101 | 1011110 | 0 | 100101 | 111100 | 111 | 10111 | 1001111 | 1000001 |
Color Harmonies of #EC955E
Complementary color
Monochromatic Colors of #EC955E
Black with #EC955E
Text Example
Text Example
White with #EC955E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC955E; }
p { color: rgb(236,149,94); }
H1.HeaderClassName
{
color: #EC955E;
}
.AnyTagClassName
{
color: #EC955E;
}
</style>
background-color css
<style>
a { background-color: #EC955E; }
a { background-color: rgb(236,149,94); }
div.DivClassName
{
background-color: #EC955E;
}
.BgClassName
{
background-color: #EC955E;
}
</style>
border-color css
<style>
span { border-color: #EC955E; }
span { border-color: rgb(236,149,94); }
td.TdClassName
{
border-color: #EC955E;
}
.TagClassName
{
border-color: #EC955E;
}
</style>