Shades of Sorbus #E07136
Tints of Sorbus #E07136
RGB
CMYK
RGB Variations
Color information
#E07136 (or 0xE07136) is known color: Sorbus. HEX triplet: E0, 71 and 36. RGB value is (224,113,54). Sum of RGB (Red+Green+Blue) = 224+113+54=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E07136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07136 is #1F8EC9. Grayscale: #8B8B8B. Windows color (decimal): -2068170 or 3568096. OLE color: 3568096.
HSL color Cylindrical-coordinate representation of color #E07136: hue angle of 20.82º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E07136 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 54 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.12 |
| HSL | 20.82º | 0.73% | 0.55% | - |
| HSV(B) | 20.82º | 0.76% | 0.88% | - |
| XYZ | 37.31 | 27.92 | 6.91 | - |
| YUV | 139.46 | 79.77 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 54 | 0 | 0.50 | 0.76 | 0.12 | 20.82 | 0.73 | 0.55 |
| Hex | E0 | 71 | 36 | 0 | 32 | 4C | C | 15 | 49 | 37 |
| Octal | 340 | 161 | 66 | 0 | 62 | 114 | 14 | 25 | 111 | 67 |
| Binary | 11100000 | 1110001 | 110110 | 0 | 110010 | 1001100 | 1100 | 10101 | 1001001 | 110111 |
Color Harmonies of #E07136
Complementary color
Monochromatic Colors of #E07136
Black with #E07136
Text Example
Text Example
White with #E07136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07136; }
p { color: rgb(224,113,54); }
H1.HeaderClassName
{
color: #E07136;
}
.AnyTagClassName
{
color: #E07136;
}
</style>
background-color css
<style>
a { background-color: #E07136; }
a { background-color: rgb(224,113,54); }
div.DivClassName
{
background-color: #E07136;
}
.BgClassName
{
background-color: #E07136;
}
</style>
border-color css
<style>
span { border-color: #E07136; }
span { border-color: rgb(224,113,54); }
td.TdClassName
{
border-color: #E07136;
}
.TagClassName
{
border-color: #E07136;
}
</style>