Shades of Sorbus #E07035
Tints of Sorbus #E07035
RGB
CMYK
RGB Variations
Color information
#E07035 (or 0xE07035) is known color: Sorbus. HEX triplet: E0, 70 and 35. RGB value is (224,112,53). Sum of RGB (Red+Green+Blue) = 224+112+53=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 53 (21.09% from 255 or 13.62% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E07035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07035 is #1F8FCA. Grayscale: #8B8B8B. Windows color (decimal): -2068427 or 3502304. OLE color: 3502304.
HSL color Cylindrical-coordinate representation of color #E07035: hue angle of 20.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E07035 is Cyan = 0, Magento = 0.50, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 112 | 53 | - |
| CMYK | 0 | 0.50 | 0.76 | 0.12 |
| HSL | 20.7º | 0.73% | 0.54% | - |
| HSV(B) | 20.7º | 0.76% | 0.88% | - |
| XYZ | 37.18 | 27.69 | 6.75 | - |
| YUV | 138.76 | 79.61 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 112 | 53 | 0 | 0.50 | 0.76 | 0.12 | 20.7 | 0.73 | 0.54 |
| Hex | E0 | 70 | 35 | 0 | 32 | 4C | C | 15 | 49 | 36 |
| Octal | 340 | 160 | 65 | 0 | 62 | 114 | 14 | 25 | 111 | 66 |
| Binary | 11100000 | 1110000 | 110101 | 0 | 110010 | 1001100 | 1100 | 10101 | 1001001 | 110110 |
Color Harmonies of #E07035
Complementary color
Monochromatic Colors of #E07035
Black with #E07035
Text Example
Text Example
White with #E07035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07035; }
p { color: rgb(224,112,53); }
H1.HeaderClassName
{
color: #E07035;
}
.AnyTagClassName
{
color: #E07035;
}
</style>
background-color css
<style>
a { background-color: #E07035; }
a { background-color: rgb(224,112,53); }
div.DivClassName
{
background-color: #E07035;
}
.BgClassName
{
background-color: #E07035;
}
</style>
border-color css
<style>
span { border-color: #E07035; }
span { border-color: rgb(224,112,53); }
td.TdClassName
{
border-color: #E07035;
}
.TagClassName
{
border-color: #E07035;
}
</style>