Shades of Sandy Brown #EC9868
Tints of Sandy Brown #EC9868
RGB
CMYK
RGB Variations
Color information
#EC9868 (or 0xEC9868) is known color: Sandy Brown. HEX triplet: EC, 98 and 68. RGB value is (236,152,104). Sum of RGB (Red+Green+Blue) = 236+152+104=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 152 (59.77% from 255 or 30.89% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9868 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9868 is #136797. Grayscale: #ABABAB. Windows color (decimal): -1271704 or 6854892. OLE color: 6854892.
HSL color Cylindrical-coordinate representation of color #EC9868: hue angle of 21.82º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EC9868 is Cyan = 0, Magento = 0.36, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 152 | 104 | - |
| CMYK | 0 | 0.36 | 0.56 | 0.07 |
| HSL | 21.82º | 0.78% | 0.67% | - |
| HSV(B) | 21.82º | 0.56% | 0.93% | - |
| XYZ | 48.32 | 41.29 | 18.52 | - |
| YUV | 171.64 | 89.83 | 173.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 152 | 104 | 0 | 0.36 | 0.56 | 0.07 | 21.82 | 0.78 | 0.67 |
| Hex | EC | 98 | 68 | 0 | 24 | 38 | 7 | 16 | 4E | 43 |
| Octal | 354 | 230 | 150 | 0 | 44 | 70 | 7 | 26 | 116 | 103 |
| Binary | 11101100 | 10011000 | 1101000 | 0 | 100100 | 111000 | 111 | 10110 | 1001110 | 1000011 |
Color Harmonies of #EC9868
Complementary color
Monochromatic Colors of #EC9868
Black with #EC9868
Text Example
Text Example
White with #EC9868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9868; }
p { color: rgb(236,152,104); }
H1.HeaderClassName
{
color: #EC9868;
}
.AnyTagClassName
{
color: #EC9868;
}
</style>
background-color css
<style>
a { background-color: #EC9868; }
a { background-color: rgb(236,152,104); }
div.DivClassName
{
background-color: #EC9868;
}
.BgClassName
{
background-color: #EC9868;
}
</style>
border-color css
<style>
span { border-color: #EC9868; }
span { border-color: rgb(236,152,104); }
td.TdClassName
{
border-color: #EC9868;
}
.TagClassName
{
border-color: #EC9868;
}
</style>