Shades of Sandy Brown #EC9562
Tints of Sandy Brown #EC9562
RGB
CMYK
RGB Variations
Color information
#EC9562 (or 0xEC9562) is known color: Sandy Brown. HEX triplet: EC, 95 and 62. RGB value is (236,149,98). Sum of RGB (Red+Green+Blue) = 236+149+98=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 149 (58.59% from 255 or 30.85% from 483); Blue value is 98 (38.67% from 255 or 20.29% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC9562 is #136A9D. Grayscale: #A9A9A9. Windows color (decimal): -1272478 or 6460908. OLE color: 6460908.
HSL color Cylindrical-coordinate representation of color #EC9562: hue angle of 22.17º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EC9562 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 149 | 98 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.07 |
| HSL | 22.17º | 0.78% | 0.65% | - |
| HSV(B) | 22.17º | 0.58% | 0.93% | - |
| XYZ | 47.54 | 40.21 | 16.81 | - |
| YUV | 169.2 | 87.82 | 175.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 149 | 98 | 0 | 0.37 | 0.58 | 0.07 | 22.17 | 0.78 | 0.65 |
| Hex | EC | 95 | 62 | 0 | 25 | 3A | 7 | 16 | 4E | 41 |
| Octal | 354 | 225 | 142 | 0 | 45 | 72 | 7 | 26 | 116 | 101 |
| Binary | 11101100 | 10010101 | 1100010 | 0 | 100101 | 111010 | 111 | 10110 | 1001110 | 1000001 |
Color Harmonies of #EC9562
Complementary color
Monochromatic Colors of #EC9562
Black with #EC9562
Text Example
Text Example
White with #EC9562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC9562; }
p { color: rgb(236,149,98); }
H1.HeaderClassName
{
color: #EC9562;
}
.AnyTagClassName
{
color: #EC9562;
}
</style>
background-color css
<style>
a { background-color: #EC9562; }
a { background-color: rgb(236,149,98); }
div.DivClassName
{
background-color: #EC9562;
}
.BgClassName
{
background-color: #EC9562;
}
</style>
border-color css
<style>
span { border-color: #EC9562; }
span { border-color: rgb(236,149,98); }
td.TdClassName
{
border-color: #EC9562;
}
.TagClassName
{
border-color: #EC9562;
}
</style>