Shades of Sorbus #EC7232
Tints of Sorbus #EC7232
RGB
CMYK
RGB Variations
Color information
#EC7232 (or 0xEC7232) is known color: Sorbus. HEX triplet: EC, 72 and 32. RGB value is (236,114,50). Sum of RGB (Red+Green+Blue) = 236+114+50=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 114 (44.92% from 255 or 28.5% from 400); Blue value is 50 (19.92% from 255 or 12.5% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7232 is #138DCD. Grayscale: #8F8F8F. Windows color (decimal): -1281486 or 3306220. OLE color: 3306220.
HSL color Cylindrical-coordinate representation of color #EC7232: hue angle of 20.65º 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 #EC7232 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 114 | 50 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.07 |
| HSL | 20.65º | 0.83% | 0.56% | - |
| HSV(B) | 20.65º | 0.79% | 0.93% | - |
| XYZ | 41.19 | 30.1 | 6.66 | - |
| YUV | 143.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 114 | 50 | 0 | 0.52 | 0.79 | 0.07 | 20.65 | 0.83 | 0.56 |
| Hex | EC | 72 | 32 | 0 | 34 | 4F | 7 | 15 | 53 | 38 |
| Octal | 354 | 162 | 62 | 0 | 64 | 117 | 7 | 25 | 123 | 70 |
| Binary | 11101100 | 1110010 | 110010 | 0 | 110100 | 1001111 | 111 | 10101 | 1010011 | 111000 |
Color Harmonies of #EC7232
Complementary color
Monochromatic Colors of #EC7232
Black with #EC7232
Text Example
Text Example
White with #EC7232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7232; }
p { color: rgb(236,114,50); }
H1.HeaderClassName
{
color: #EC7232;
}
.AnyTagClassName
{
color: #EC7232;
}
</style>
background-color css
<style>
a { background-color: #EC7232; }
a { background-color: rgb(236,114,50); }
div.DivClassName
{
background-color: #EC7232;
}
.BgClassName
{
background-color: #EC7232;
}
</style>
border-color css
<style>
span { border-color: #EC7232; }
span { border-color: rgb(236,114,50); }
td.TdClassName
{
border-color: #EC7232;
}
.TagClassName
{
border-color: #EC7232;
}
</style>