Shades of Sandy Brown #EC975D
Tints of Sandy Brown #EC975D
RGB
CMYK
RGB Variations
Color information
#EC975D (or 0xEC975D) is known color: Sandy Brown. HEX triplet: EC, 97 and 5D. RGB value is (236,151,93). Sum of RGB (Red+Green+Blue) = 236+151+93=480 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.17% from 480); Green value is 151 (59.38% from 255 or 31.46% from 480); Blue value is 93 (36.72% from 255 or 19.38% from 480); Max value from RGB is 236 - color contains mainly: red. Hex color #EC975D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC975D is #1368A2. Grayscale: #AAAAAA. Windows color (decimal): -1271971 or 6133740. OLE color: 6133740.
HSL color Cylindrical-coordinate representation of color #EC975D: hue angle of 24.34º 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 #EC975D is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 151 | 93 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.07 |
| HSL | 24.34º | 0.79% | 0.65% | - |
| HSV(B) | 24.34º | 0.61% | 0.93% | - |
| XYZ | 47.63 | 40.76 | 15.71 | - |
| YUV | 169.8 | 84.66 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 151 | 93 | 0 | 0.36 | 0.61 | 0.07 | 24.34 | 0.79 | 0.65 |
| Hex | EC | 97 | 5D | 0 | 24 | 3D | 7 | 18 | 4F | 41 |
| Octal | 354 | 227 | 135 | 0 | 44 | 75 | 7 | 30 | 117 | 101 |
| Binary | 11101100 | 10010111 | 1011101 | 0 | 100100 | 111101 | 111 | 11000 | 1001111 | 1000001 |
Color Harmonies of #EC975D
Complementary color
Monochromatic Colors of #EC975D
Black with #EC975D
Text Example
Text Example
White with #EC975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC975D; }
p { color: rgb(236,151,93); }
H1.HeaderClassName
{
color: #EC975D;
}
.AnyTagClassName
{
color: #EC975D;
}
</style>
background-color css
<style>
a { background-color: #EC975D; }
a { background-color: rgb(236,151,93); }
div.DivClassName
{
background-color: #EC975D;
}
.BgClassName
{
background-color: #EC975D;
}
</style>
border-color css
<style>
span { border-color: #EC975D; }
span { border-color: rgb(236,151,93); }
td.TdClassName
{
border-color: #EC975D;
}
.TagClassName
{
border-color: #EC975D;
}
</style>