Shades of Sorbus #E15E34
Tints of Sorbus #E15E34
RGB
CMYK
RGB Variations
Color information
#E15E34 (or 0xE15E34) is known color: Sorbus. HEX triplet: E1, 5E and 34. RGB value is (225,94,52). Sum of RGB (Red+Green+Blue) = 225+94+52=371 (49% of max value = 765). Red value is 225 (88.28% from 255 or 60.65% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15E34 is #1EA1CB. Grayscale: #808080. Windows color (decimal): -2007500 or 3432161. OLE color: 3432161.
HSL color Cylindrical-coordinate representation of color #E15E34: hue angle of 14.57º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E15E34 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 52 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.12 |
| HSL | 14.57º | 0.74% | 0.54% | - |
| HSV(B) | 14.57º | 0.77% | 0.88% | - |
| XYZ | 35.67 | 24.26 | 6.05 | - |
| YUV | 128.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 52 | 0 | 0.58 | 0.77 | 0.12 | 14.57 | 0.74 | 0.54 |
| Hex | E1 | 5E | 34 | 0 | 3A | 4D | C | F | 4A | 36 |
| Octal | 341 | 136 | 64 | 0 | 72 | 115 | 14 | 17 | 112 | 66 |
| Binary | 11100001 | 1011110 | 110100 | 0 | 111010 | 1001101 | 1100 | 1111 | 1001010 | 110110 |
Color Harmonies of #E15E34
Complementary color
Monochromatic Colors of #E15E34
Black with #E15E34
Text Example
Text Example
White with #E15E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15E34; }
p { color: rgb(225,94,52); }
H1.HeaderClassName
{
color: #E15E34;
}
.AnyTagClassName
{
color: #E15E34;
}
</style>
background-color css
<style>
a { background-color: #E15E34; }
a { background-color: rgb(225,94,52); }
div.DivClassName
{
background-color: #E15E34;
}
.BgClassName
{
background-color: #E15E34;
}
</style>
border-color css
<style>
span { border-color: #E15E34; }
span { border-color: rgb(225,94,52); }
td.TdClassName
{
border-color: #E15E34;
}
.TagClassName
{
border-color: #E15E34;
}
</style>