Shades of Sorbus #E15E31
Tints of Sorbus #E15E31
RGB
CMYK
RGB Variations
Color information
#E15E31 (or 0xE15E31) is known color: Sorbus. HEX triplet: E1, 5E and 31. RGB value is (225,94,49). Sum of RGB (Red+Green+Blue) = 225+94+49=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 49 (19.53% from 255 or 13.32% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15E31 is #1EA1CE. Grayscale: #808080. Windows color (decimal): -2007503 or 3235553. OLE color: 3235553.
HSL color Cylindrical-coordinate representation of color #E15E31: hue angle of 15.34º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E15E31 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 49 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.12 |
| HSL | 15.34º | 0.75% | 0.54% | - |
| HSV(B) | 15.34º | 0.78% | 0.88% | - |
| XYZ | 35.61 | 24.23 | 5.71 | - |
| YUV | 128.04 | 83.4 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 49 | 0 | 0.58 | 0.78 | 0.12 | 15.34 | 0.75 | 0.54 |
| Hex | E1 | 5E | 31 | 0 | 3A | 4E | C | F | 4B | 36 |
| Octal | 341 | 136 | 61 | 0 | 72 | 116 | 14 | 17 | 113 | 66 |
| Binary | 11100001 | 1011110 | 110001 | 0 | 111010 | 1001110 | 1100 | 1111 | 1001011 | 110110 |
Color Harmonies of #E15E31
Complementary color
Monochromatic Colors of #E15E31
Black with #E15E31
Text Example
Text Example
White with #E15E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15E31; }
p { color: rgb(225,94,49); }
H1.HeaderClassName
{
color: #E15E31;
}
.AnyTagClassName
{
color: #E15E31;
}
</style>
background-color css
<style>
a { background-color: #E15E31; }
a { background-color: rgb(225,94,49); }
div.DivClassName
{
background-color: #E15E31;
}
.BgClassName
{
background-color: #E15E31;
}
</style>
border-color css
<style>
span { border-color: #E15E31; }
span { border-color: rgb(225,94,49); }
td.TdClassName
{
border-color: #E15E31;
}
.TagClassName
{
border-color: #E15E31;
}
</style>