Shades of Sorbus #E15E32
Tints of Sorbus #E15E32
RGB
CMYK
RGB Variations
Color information
#E15E32 (or 0xE15E32) is known color: Sorbus. HEX triplet: E1, 5E and 32. RGB value is (225,94,50). Sum of RGB (Red+Green+Blue) = 225+94+50=369 (48% of max value = 765). Red value is 225 (88.28% from 255 or 60.98% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 50 (19.92% from 255 or 13.55% from 369); Max value from RGB is 225 - color contains mainly: red. Hex color #E15E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E15E32 is #1EA1CD. Grayscale: #808080. Windows color (decimal): -2007502 or 3301089. OLE color: 3301089.
HSL color Cylindrical-coordinate representation of color #E15E32: hue angle of 15.09º degrees, saturation: 0.74, 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 #E15E32 is Cyan = 0, Magento = 0.58, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 94 | 50 | - |
| CMYK | 0 | 0.58 | 0.78 | 0.12 |
| HSL | 15.09º | 0.74% | 0.54% | - |
| HSV(B) | 15.09º | 0.78% | 0.88% | - |
| XYZ | 35.63 | 24.24 | 5.82 | - |
| YUV | 128.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 94 | 50 | 0 | 0.58 | 0.78 | 0.12 | 15.09 | 0.74 | 0.54 |
| Hex | E1 | 5E | 32 | 0 | 3A | 4E | C | F | 4A | 36 |
| Octal | 341 | 136 | 62 | 0 | 72 | 116 | 14 | 17 | 112 | 66 |
| Binary | 11100001 | 1011110 | 110010 | 0 | 111010 | 1001110 | 1100 | 1111 | 1001010 | 110110 |
Color Harmonies of #E15E32
Complementary color
Monochromatic Colors of #E15E32
Black with #E15E32
Text Example
Text Example
White with #E15E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E15E32; }
p { color: rgb(225,94,50); }
H1.HeaderClassName
{
color: #E15E32;
}
.AnyTagClassName
{
color: #E15E32;
}
</style>
background-color css
<style>
a { background-color: #E15E32; }
a { background-color: rgb(225,94,50); }
div.DivClassName
{
background-color: #E15E32;
}
.BgClassName
{
background-color: #E15E32;
}
</style>
border-color css
<style>
span { border-color: #E15E32; }
span { border-color: rgb(225,94,50); }
td.TdClassName
{
border-color: #E15E32;
}
.TagClassName
{
border-color: #E15E32;
}
</style>