Shades of Sorbus #E27034
Tints of Sorbus #E27034
RGB
CMYK
RGB Variations
Color information
#E27034 (or 0xE27034) is known color: Sorbus. HEX triplet: E2, 70 and 34. RGB value is (226,112,52). Sum of RGB (Red+Green+Blue) = 226+112+52=390 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.95% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 52 (20.70% from 255 or 13.33% from 390); Max value from RGB is 226 - color contains mainly: red. Hex color #E27034 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E27034 is #1D8FCB. Grayscale: #8B8B8B. Windows color (decimal): -1937356 or 3436770. OLE color: 3436770.
HSL color Cylindrical-coordinate representation of color #E27034: hue angle of 20.69º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E27034 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 112 | 52 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.11 |
| HSL | 20.69º | 0.75% | 0.55% | - |
| HSV(B) | 20.69º | 0.77% | 0.89% | - |
| XYZ | 37.78 | 28.01 | 6.66 | - |
| YUV | 139.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 112 | 52 | 0 | 0.50 | 0.77 | 0.11 | 20.69 | 0.75 | 0.55 |
| Hex | E2 | 70 | 34 | 0 | 32 | 4D | B | 15 | 4B | 37 |
| Octal | 342 | 160 | 64 | 0 | 62 | 115 | 13 | 25 | 113 | 67 |
| Binary | 11100010 | 1110000 | 110100 | 0 | 110010 | 1001101 | 1011 | 10101 | 1001011 | 110111 |
Color Harmonies of #E27034
Complementary color
Monochromatic Colors of #E27034
Black with #E27034
Text Example
Text Example
White with #E27034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E27034; }
p { color: rgb(226,112,52); }
H1.HeaderClassName
{
color: #E27034;
}
.AnyTagClassName
{
color: #E27034;
}
</style>
background-color css
<style>
a { background-color: #E27034; }
a { background-color: rgb(226,112,52); }
div.DivClassName
{
background-color: #E27034;
}
.BgClassName
{
background-color: #E27034;
}
</style>
border-color css
<style>
span { border-color: #E27034; }
span { border-color: rgb(226,112,52); }
td.TdClassName
{
border-color: #E27034;
}
.TagClassName
{
border-color: #E27034;
}
</style>