Shades of Sorbus #EC7132
Tints of Sorbus #EC7132
RGB
CMYK
RGB Variations
Color information
#EC7132 (or 0xEC7132) is known color: Sorbus. HEX triplet: EC, 71 and 32. RGB value is (236,113,50). Sum of RGB (Red+Green+Blue) = 236+113+50=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 50 (19.92% from 255 or 12.53% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7132 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7132 is #138ECD. Grayscale: #8E8E8E. Windows color (decimal): -1281742 or 3305964. OLE color: 3305964.
HSL color Cylindrical-coordinate representation of color #EC7132: hue angle of 20.32º 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 #EC7132 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 113 | 50 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.07 |
| HSL | 20.32º | 0.83% | 0.56% | - |
| HSV(B) | 20.32º | 0.79% | 0.93% | - |
| XYZ | 41.07 | 29.87 | 6.62 | - |
| YUV | 142.6 | 75.75 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 113 | 50 | 0 | 0.52 | 0.79 | 0.07 | 20.32 | 0.83 | 0.56 |
| Hex | EC | 71 | 32 | 0 | 34 | 4F | 7 | 14 | 53 | 38 |
| Octal | 354 | 161 | 62 | 0 | 64 | 117 | 7 | 24 | 123 | 70 |
| Binary | 11101100 | 1110001 | 110010 | 0 | 110100 | 1001111 | 111 | 10100 | 1010011 | 111000 |
Color Harmonies of #EC7132
Complementary color
Monochromatic Colors of #EC7132
Black with #EC7132
Text Example
Text Example
White with #EC7132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7132; }
p { color: rgb(236,113,50); }
H1.HeaderClassName
{
color: #EC7132;
}
.AnyTagClassName
{
color: #EC7132;
}
</style>
background-color css
<style>
a { background-color: #EC7132; }
a { background-color: rgb(236,113,50); }
div.DivClassName
{
background-color: #EC7132;
}
.BgClassName
{
background-color: #EC7132;
}
</style>
border-color css
<style>
span { border-color: #EC7132; }
span { border-color: rgb(236,113,50); }
td.TdClassName
{
border-color: #EC7132;
}
.TagClassName
{
border-color: #EC7132;
}
</style>