Shades of Sandy Brown #EC995B
Tints of Sandy Brown #EC995B
RGB
CMYK
RGB Variations
Color information
#EC995B (or 0xEC995B) is known color: Sandy Brown. HEX triplet: EC, 99 and 5B. RGB value is (236,153,91). Sum of RGB (Red+Green+Blue) = 236+153+91=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC995B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC995B is #1366A4. Grayscale: #ABABAB. Windows color (decimal): -1271461 or 6003180. OLE color: 6003180.
HSL color Cylindrical-coordinate representation of color #EC995B: hue angle of 25.66º 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 #EC995B is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 91 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.07 |
| HSL | 25.66º | 0.79% | 0.64% | - |
| HSV(B) | 25.66º | 0.61% | 0.93% | - |
| XYZ | 47.87 | 41.37 | 15.36 | - |
| YUV | 170.75 | 83 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 91 | 0 | 0.35 | 0.61 | 0.07 | 25.66 | 0.79 | 0.64 |
| Hex | EC | 99 | 5B | 0 | 23 | 3D | 7 | 1A | 4F | 40 |
| Octal | 354 | 231 | 133 | 0 | 43 | 75 | 7 | 32 | 117 | 100 |
| Binary | 11101100 | 10011001 | 1011011 | 0 | 100011 | 111101 | 111 | 11010 | 1001111 | 1000000 |
Color Harmonies of #EC995B
Complementary color
Monochromatic Colors of #EC995B
Black with #EC995B
Text Example
Text Example
White with #EC995B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC995B; }
p { color: rgb(236,153,91); }
H1.HeaderClassName
{
color: #EC995B;
}
.AnyTagClassName
{
color: #EC995B;
}
</style>
background-color css
<style>
a { background-color: #EC995B; }
a { background-color: rgb(236,153,91); }
div.DivClassName
{
background-color: #EC995B;
}
.BgClassName
{
background-color: #EC995B;
}
</style>
border-color css
<style>
span { border-color: #EC995B; }
span { border-color: rgb(236,153,91); }
td.TdClassName
{
border-color: #EC995B;
}
.TagClassName
{
border-color: #EC995B;
}
</style>