Shades of Sorbus #E2662F
Tints of Sorbus #E2662F
RGB
CMYK
RGB Variations
Color information
#E2662F (or 0xE2662F) is known color: Sorbus. HEX triplet: E2, 66 and 2F. RGB value is (226,102,47). Sum of RGB (Red+Green+Blue) = 226+102+47=375 (49% of max value = 765). Red value is 226 (88.67% from 255 or 60.27% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 47 (18.75% from 255 or 12.53% from 375); Max value from RGB is 226 - color contains mainly: red. Hex color #E2662F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2662F is #1D99D0. Grayscale: #858585. Windows color (decimal): -1939921 or 3106530. OLE color: 3106530.
HSL color Cylindrical-coordinate representation of color #E2662F: hue angle of 18.44º 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 #E2662F is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 102 | 47 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.11 |
| HSL | 18.44º | 0.76% | 0.54% | - |
| HSV(B) | 18.44º | 0.79% | 0.89% | - |
| XYZ | 36.63 | 25.88 | 5.75 | - |
| YUV | 132.81 | 79.58 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 102 | 47 | 0 | 0.55 | 0.79 | 0.11 | 18.44 | 0.76 | 0.54 |
| Hex | E2 | 66 | 2F | 0 | 37 | 4F | B | 12 | 4C | 36 |
| Octal | 342 | 146 | 57 | 0 | 67 | 117 | 13 | 22 | 114 | 66 |
| Binary | 11100010 | 1100110 | 101111 | 0 | 110111 | 1001111 | 1011 | 10010 | 1001100 | 110110 |
Color Harmonies of #E2662F
Complementary color
Monochromatic Colors of #E2662F
Black with #E2662F
Text Example
Text Example
White with #E2662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2662F; }
p { color: rgb(226,102,47); }
H1.HeaderClassName
{
color: #E2662F;
}
.AnyTagClassName
{
color: #E2662F;
}
</style>
background-color css
<style>
a { background-color: #E2662F; }
a { background-color: rgb(226,102,47); }
div.DivClassName
{
background-color: #E2662F;
}
.BgClassName
{
background-color: #E2662F;
}
</style>
border-color css
<style>
span { border-color: #E2662F; }
span { border-color: rgb(226,102,47); }
td.TdClassName
{
border-color: #E2662F;
}
.TagClassName
{
border-color: #E2662F;
}
</style>