Shades of Sandy Brown #EC995C
Tints of Sandy Brown #EC995C
RGB
CMYK
RGB Variations
Color information
#EC995C (or 0xEC995C) is known color: Sandy Brown. HEX triplet: EC, 99 and 5C. RGB value is (236,153,92). Sum of RGB (Red+Green+Blue) = 236+153+92=481 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.06% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 236 - color contains mainly: red. Hex color #EC995C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC995C is #1366A3. Grayscale: #ABABAB. Windows color (decimal): -1271460 or 6068716. OLE color: 6068716.
HSL color Cylindrical-coordinate representation of color #EC995C: hue angle of 25.42º 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 #EC995C is Cyan = 0, Magento = 0.35, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 153 | 92 | - |
| CMYK | 0 | 0.35 | 0.61 | 0.07 |
| HSL | 25.42º | 0.79% | 0.64% | - |
| HSV(B) | 25.42º | 0.61% | 0.93% | - |
| XYZ | 47.92 | 41.39 | 15.59 | - |
| YUV | 170.86 | 83.5 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 153 | 92 | 0 | 0.35 | 0.61 | 0.07 | 25.42 | 0.79 | 0.64 |
| Hex | EC | 99 | 5C | 0 | 23 | 3D | 7 | 19 | 4F | 40 |
| Octal | 354 | 231 | 134 | 0 | 43 | 75 | 7 | 31 | 117 | 100 |
| Binary | 11101100 | 10011001 | 1011100 | 0 | 100011 | 111101 | 111 | 11001 | 1001111 | 1000000 |
Color Harmonies of #EC995C
Complementary color
Monochromatic Colors of #EC995C
Black with #EC995C
Text Example
Text Example
White with #EC995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC995C; }
p { color: rgb(236,153,92); }
H1.HeaderClassName
{
color: #EC995C;
}
.AnyTagClassName
{
color: #EC995C;
}
</style>
background-color css
<style>
a { background-color: #EC995C; }
a { background-color: rgb(236,153,92); }
div.DivClassName
{
background-color: #EC995C;
}
.BgClassName
{
background-color: #EC995C;
}
</style>
border-color css
<style>
span { border-color: #EC995C; }
span { border-color: rgb(236,153,92); }
td.TdClassName
{
border-color: #EC995C;
}
.TagClassName
{
border-color: #EC995C;
}
</style>