Shades of Sorbus #EC7131
Tints of Sorbus #EC7131
RGB
CMYK
RGB Variations
Color information
#EC7131 (or 0xEC7131) is known color: Sorbus. HEX triplet: EC, 71 and 31. RGB value is (236,113,49). Sum of RGB (Red+Green+Blue) = 236+113+49=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 49 (19.53% from 255 or 12.31% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7131 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7131 is #138ECE. Grayscale: #8E8E8E. Windows color (decimal): -1281743 or 3240428. OLE color: 3240428.
HSL color Cylindrical-coordinate representation of color #EC7131: hue angle of 20.53º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC7131 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 49 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.07 |
| HSL | 20.53º | 0.83% | 0.56% | - |
| HSV(B) | 20.53º | 0.79% | 0.93% | - |
| XYZ | 41.05 | 29.86 | 6.51 | - |
| YUV | 142.48 | 75.25 | 194.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 49 | 0 | 0.52 | 0.79 | 0.07 | 20.53 | 0.83 | 0.56 |
| Hex | EC | 71 | 31 | 0 | 34 | 4F | 7 | 15 | 53 | 38 |
| Octal | 354 | 161 | 61 | 0 | 64 | 117 | 7 | 25 | 123 | 70 |
| Binary | 11101100 | 1110001 | 110001 | 0 | 110100 | 1001111 | 111 | 10101 | 1010011 | 111000 |
Color Harmonies of #EC7131
Complementary color
Monochromatic Colors of #EC7131
Black with #EC7131
Text Example
Text Example
White with #EC7131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7131; }
p { color: rgb(236,113,49); }
H1.HeaderClassName
{
color: #EC7131;
}
.AnyTagClassName
{
color: #EC7131;
}
</style>
background-color css
<style>
a { background-color: #EC7131; }
a { background-color: rgb(236,113,49); }
div.DivClassName
{
background-color: #EC7131;
}
.BgClassName
{
background-color: #EC7131;
}
</style>
border-color css
<style>
span { border-color: #EC7131; }
span { border-color: rgb(236,113,49); }
td.TdClassName
{
border-color: #EC7131;
}
.TagClassName
{
border-color: #EC7131;
}
</style>