Shades of Sorbus #E85A30
Tints of Sorbus #E85A30
RGB
CMYK
RGB Variations
Color information
#E85A30 (or 0xE85A30) is known color: Sorbus. HEX triplet: E8, 5A and 30. RGB value is (232,90,48). Sum of RGB (Red+Green+Blue) = 232+90+48=370 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.70% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 48 (19.14% from 255 or 12.97% from 370); Max value from RGB is 232 - color contains mainly: red. Hex color #E85A30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85A30 is #17A5CF. Grayscale: #7F7F7F. Windows color (decimal): -1549776 or 3169000. OLE color: 3169000.
HSL color Cylindrical-coordinate representation of color #E85A30: hue angle of 13.7º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E85A30 is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 90 | 48 | - |
| CMYK | 0 | 0.61 | 0.79 | 0.09 |
| HSL | 13.7º | 0.8% | 0.55% | - |
| HSV(B) | 13.7º | 0.79% | 0.91% | - |
| XYZ | 37.47 | 24.68 | 5.59 | - |
| YUV | 127.67 | 83.04 | 202.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 90 | 48 | 0 | 0.61 | 0.79 | 0.09 | 13.7 | 0.8 | 0.55 |
| Hex | E8 | 5A | 30 | 0 | 3D | 4F | 9 | E | 50 | 37 |
| Octal | 350 | 132 | 60 | 0 | 75 | 117 | 11 | 16 | 120 | 67 |
| Binary | 11101000 | 1011010 | 110000 | 0 | 111101 | 1001111 | 1001 | 1110 | 1010000 | 110111 |
Color Harmonies of #E85A30
Complementary color
Monochromatic Colors of #E85A30
Black with #E85A30
Text Example
Text Example
White with #E85A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85A30; }
p { color: rgb(232,90,48); }
H1.HeaderClassName
{
color: #E85A30;
}
.AnyTagClassName
{
color: #E85A30;
}
</style>
background-color css
<style>
a { background-color: #E85A30; }
a { background-color: rgb(232,90,48); }
div.DivClassName
{
background-color: #E85A30;
}
.BgClassName
{
background-color: #E85A30;
}
</style>
border-color css
<style>
span { border-color: #E85A30; }
span { border-color: rgb(232,90,48); }
td.TdClassName
{
border-color: #E85A30;
}
.TagClassName
{
border-color: #E85A30;
}
</style>