Shades of Sorbus #E45D26
Tints of Sorbus #E45D26
RGB
CMYK
RGB Variations
Color information
#E45D26 (or 0xE45D26) is known color: Sorbus. HEX triplet: E4, 5D and 26. RGB value is (228,93,38). Sum of RGB (Red+Green+Blue) = 228+93+38=359 (47% of max value = 765). Red value is 228 (89.45% from 255 or 63.51% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 38 (15.23% from 255 or 10.58% from 359); Max value from RGB is 228 - color contains mainly: red. Hex color #E45D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45D26 is #1BA2D9. Grayscale: #7F7F7F. Windows color (decimal): -1811162 or 2514404. OLE color: 2514404.
HSL color Cylindrical-coordinate representation of color #E45D26: hue angle of 17.37º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E45D26 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 93 | 38 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.11 |
| HSL | 17.37º | 0.78% | 0.52% | - |
| HSV(B) | 17.37º | 0.83% | 0.89% | - |
| XYZ | 36.26 | 24.46 | 4.64 | - |
| YUV | 127.1 | 77.73 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 93 | 38 | 0 | 0.59 | 0.83 | 0.11 | 17.37 | 0.78 | 0.52 |
| Hex | E4 | 5D | 26 | 0 | 3B | 53 | B | 11 | 4E | 34 |
| Octal | 344 | 135 | 46 | 0 | 73 | 123 | 13 | 21 | 116 | 64 |
| Binary | 11100100 | 1011101 | 100110 | 0 | 111011 | 1010011 | 1011 | 10001 | 1001110 | 110100 |
Color Harmonies of #E45D26
Complementary color
Monochromatic Colors of #E45D26
Black with #E45D26
Text Example
Text Example
White with #E45D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45D26; }
p { color: rgb(228,93,38); }
H1.HeaderClassName
{
color: #E45D26;
}
.AnyTagClassName
{
color: #E45D26;
}
</style>
background-color css
<style>
a { background-color: #E45D26; }
a { background-color: rgb(228,93,38); }
div.DivClassName
{
background-color: #E45D26;
}
.BgClassName
{
background-color: #E45D26;
}
</style>
border-color css
<style>
span { border-color: #E45D26; }
span { border-color: rgb(228,93,38); }
td.TdClassName
{
border-color: #E45D26;
}
.TagClassName
{
border-color: #E45D26;
}
</style>