Shades of Sandy Brown #EC995D
Tints of Sandy Brown #EC995D
RGB
CMYK
RGB Variations
Color information
#EC995D (or 0xEC995D) is known color: Sandy Brown. HEX triplet: EC, 99 and 5D. RGB value is (236,153,93). Sum of RGB (Red+Green+Blue) = 236+153+93=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 153 (60.16% from 255 or 31.74% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #EC995D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC995D is #1366A2. Grayscale: #ABABAB. Windows color (decimal): -1271459 or 6134252. OLE color: 6134252.
HSL color Cylindrical-coordinate representation of color #EC995D: hue angle of 25.17º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EC995D is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 93 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.07 |
| HSL | 25.17º | 0.79% | 0.65% | - |
| HSV(B) | 25.17º | 0.61% | 0.93% | - |
| XYZ | 47.96 | 41.41 | 15.82 | - |
| YUV | 170.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 93 | 0 | 0.35 | 0.61 | 0.07 | 25.17 | 0.79 | 0.65 |
| Hex | EC | 99 | 5D | 0 | 23 | 3D | 7 | 19 | 4F | 41 |
| Octal | 354 | 231 | 135 | 0 | 43 | 75 | 7 | 31 | 117 | 101 |
| Binary | 11101100 | 10011001 | 1011101 | 0 | 100011 | 111101 | 111 | 11001 | 1001111 | 1000001 |
Color Harmonies of #EC995D
Complementary color
Monochromatic Colors of #EC995D
Black with #EC995D
Text Example
Text Example
White with #EC995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC995D; }
p { color: rgb(236,153,93); }
H1.HeaderClassName
{
color: #EC995D;
}
.AnyTagClassName
{
color: #EC995D;
}
</style>
background-color css
<style>
a { background-color: #EC995D; }
a { background-color: rgb(236,153,93); }
div.DivClassName
{
background-color: #EC995D;
}
.BgClassName
{
background-color: #EC995D;
}
</style>
border-color css
<style>
span { border-color: #EC995D; }
span { border-color: rgb(236,153,93); }
td.TdClassName
{
border-color: #EC995D;
}
.TagClassName
{
border-color: #EC995D;
}
</style>