Shades of Sorbus #E2682F
Tints of Sorbus #E2682F
RGB
CMYK
RGB Variations
Color information
#E2682F (or 0xE2682F) is known color: Sorbus. HEX triplet: E2, 68 and 2F. RGB value is (226,104,47). Sum of RGB (Red+Green+Blue) = 226+104+47=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E2682F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2682F is #1D97D0. Grayscale: #868686. Windows color (decimal): -1939409 or 3107042. OLE color: 3107042.
HSL color Cylindrical-coordinate representation of color #E2682F: hue angle of 19.11º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E2682F is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 104 | 47 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.11 |
| HSL | 19.11º | 0.76% | 0.54% | - |
| HSV(B) | 19.11º | 0.79% | 0.89% | - |
| XYZ | 36.83 | 26.27 | 5.82 | - |
| YUV | 133.98 | 78.92 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 104 | 47 | 0 | 0.54 | 0.79 | 0.11 | 19.11 | 0.76 | 0.54 |
| Hex | E2 | 68 | 2F | 0 | 36 | 4F | B | 13 | 4C | 36 |
| Octal | 342 | 150 | 57 | 0 | 66 | 117 | 13 | 23 | 114 | 66 |
| Binary | 11100010 | 1101000 | 101111 | 0 | 110110 | 1001111 | 1011 | 10011 | 1001100 | 110110 |
Color Harmonies of #E2682F
Complementary color
Monochromatic Colors of #E2682F
Black with #E2682F
Text Example
Text Example
White with #E2682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2682F; }
p { color: rgb(226,104,47); }
H1.HeaderClassName
{
color: #E2682F;
}
.AnyTagClassName
{
color: #E2682F;
}
</style>
background-color css
<style>
a { background-color: #E2682F; }
a { background-color: rgb(226,104,47); }
div.DivClassName
{
background-color: #E2682F;
}
.BgClassName
{
background-color: #E2682F;
}
</style>
border-color css
<style>
span { border-color: #E2682F; }
span { border-color: rgb(226,104,47); }
td.TdClassName
{
border-color: #E2682F;
}
.TagClassName
{
border-color: #E2682F;
}
</style>