Shades of Sorbus #E2602D
Tints of Sorbus #E2602D
RGB
CMYK
RGB Variations
Color information
#E2602D (or 0xE2602D) is known color: Sorbus. HEX triplet: E2, 60 and 2D. RGB value is (226,96,45). Sum of RGB (Red+Green+Blue) = 226+96+45=367 (48% of max value = 765). Red value is 226 (88.67% from 255 or 61.58% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 45 (17.97% from 255 or 12.26% from 367); Max value from RGB is 226 - color contains mainly: red. Hex color #E2602D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2602D is #1D9FD2. Grayscale: #818181. Windows color (decimal): -1941459 or 2973922. OLE color: 2973922.
HSL color Cylindrical-coordinate representation of color #E2602D: hue angle of 16.91º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2602D is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 96 | 45 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.11 |
| HSL | 16.91º | 0.76% | 0.53% | - |
| HSV(B) | 16.91º | 0.8% | 0.89% | - |
| XYZ | 36.02 | 24.72 | 5.36 | - |
| YUV | 129.06 | 80.57 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 96 | 45 | 0 | 0.58 | 0.80 | 0.11 | 16.91 | 0.76 | 0.53 |
| Hex | E2 | 60 | 2D | 0 | 3A | 50 | B | 11 | 4C | 35 |
| Octal | 342 | 140 | 55 | 0 | 72 | 120 | 13 | 21 | 114 | 65 |
| Binary | 11100010 | 1100000 | 101101 | 0 | 111010 | 1010000 | 1011 | 10001 | 1001100 | 110101 |
Color Harmonies of #E2602D
Complementary color
Monochromatic Colors of #E2602D
Black with #E2602D
Text Example
Text Example
White with #E2602D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2602D; }
p { color: rgb(226,96,45); }
H1.HeaderClassName
{
color: #E2602D;
}
.AnyTagClassName
{
color: #E2602D;
}
</style>
background-color css
<style>
a { background-color: #E2602D; }
a { background-color: rgb(226,96,45); }
div.DivClassName
{
background-color: #E2602D;
}
.BgClassName
{
background-color: #E2602D;
}
</style>
border-color css
<style>
span { border-color: #E2602D; }
span { border-color: rgb(226,96,45); }
td.TdClassName
{
border-color: #E2602D;
}
.TagClassName
{
border-color: #E2602D;
}
</style>