Shades of Sorbus #E85A28
Tints of Sorbus #E85A28
RGB
CMYK
RGB Variations
Color information
#E85A28 (or 0xE85A28) is known color: Sorbus. HEX triplet: E8, 5A and 28. RGB value is (232,90,40). Sum of RGB (Red+Green+Blue) = 232+90+40=362 (47% of max value = 765). Red value is 232 (91.02% from 255 or 64.09% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 40 (16.02% from 255 or 11.05% from 362); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A28 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85A28 is #17A5D7. Grayscale: #7F7F7F. Windows color (decimal): -1549784 or 2644712. OLE color: 2644712.
HSL color Cylindrical-coordinate representation of color #E85A28: hue angle of 15.62º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E85A28 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 40 | - |
| CMYK | 0 | 0.61 | 0.83 | 0.09 |
| HSL | 15.63º | 0.81% | 0.53% | - |
| HSV(B) | 15.63º | 0.83% | 0.91% | - |
| XYZ | 37.32 | 24.62 | 4.79 | - |
| YUV | 126.76 | 79.04 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 40 | 0 | 0.61 | 0.83 | 0.09 | 15.63 | 0.81 | 0.53 |
| Hex | E8 | 5A | 28 | 0 | 3D | 53 | 9 | 10 | 51 | 35 |
| Octal | 350 | 132 | 50 | 0 | 75 | 123 | 11 | 20 | 121 | 65 |
| Binary | 11101000 | 1011010 | 101000 | 0 | 111101 | 1010011 | 1001 | 10000 | 1010001 | 110101 |
Color Harmonies of #E85A28
Complementary color
Monochromatic Colors of #E85A28
Black with #E85A28
Text Example
Text Example
White with #E85A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A28; }
p { color: rgb(232,90,40); }
H1.HeaderClassName
{
color: #E85A28;
}
.AnyTagClassName
{
color: #E85A28;
}
</style>
background-color css
<style>
a { background-color: #E85A28; }
a { background-color: rgb(232,90,40); }
div.DivClassName
{
background-color: #E85A28;
}
.BgClassName
{
background-color: #E85A28;
}
</style>
border-color css
<style>
span { border-color: #E85A28; }
span { border-color: rgb(232,90,40); }
td.TdClassName
{
border-color: #E85A28;
}
.TagClassName
{
border-color: #E85A28;
}
</style>