Shades of Sorbus #EC7035
Tints of Sorbus #EC7035
RGB
CMYK
RGB Variations
Color information
#EC7035 (or 0xEC7035) is known color: Sorbus. HEX triplet: EC, 70 and 35. RGB value is (236,112,53). Sum of RGB (Red+Green+Blue) = 236+112+53=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7035 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7035 is #138FCA. Grayscale: #8E8E8E. Windows color (decimal): -1281995 or 3502316. OLE color: 3502316.
HSL color Cylindrical-coordinate representation of color #EC7035: hue angle of 19.34º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC7035 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 53 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.07 |
| HSL | 19.34º | 0.83% | 0.57% | - |
| HSV(B) | 19.34º | 0.78% | 0.93% | - |
| XYZ | 41.03 | 29.68 | 6.93 | - |
| YUV | 142.35 | 77.58 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 53 | 0 | 0.53 | 0.78 | 0.07 | 19.34 | 0.83 | 0.57 |
| Hex | EC | 70 | 35 | 0 | 35 | 4E | 7 | 13 | 53 | 39 |
| Octal | 354 | 160 | 65 | 0 | 65 | 116 | 7 | 23 | 123 | 71 |
| Binary | 11101100 | 1110000 | 110101 | 0 | 110101 | 1001110 | 111 | 10011 | 1010011 | 111001 |
Color Harmonies of #EC7035
Complementary color
Monochromatic Colors of #EC7035
Black with #EC7035
Text Example
Text Example
White with #EC7035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7035; }
p { color: rgb(236,112,53); }
H1.HeaderClassName
{
color: #EC7035;
}
.AnyTagClassName
{
color: #EC7035;
}
</style>
background-color css
<style>
a { background-color: #EC7035; }
a { background-color: rgb(236,112,53); }
div.DivClassName
{
background-color: #EC7035;
}
.BgClassName
{
background-color: #EC7035;
}
</style>
border-color css
<style>
span { border-color: #EC7035; }
span { border-color: rgb(236,112,53); }
td.TdClassName
{
border-color: #EC7035;
}
.TagClassName
{
border-color: #EC7035;
}
</style>