Shades of Sorbus #E85E30
Tints of Sorbus #E85E30
RGB
CMYK
RGB Variations
Color information
#E85E30 (or 0xE85E30) is known color: Sorbus. HEX triplet: E8, 5E and 30. RGB value is (232,94,48). Sum of RGB (Red+Green+Blue) = 232+94+48=374 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.03% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 48 (19.14% from 255 or 12.83% from 374); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85E30 is #17A1CF. Grayscale: #828282. Windows color (decimal): -1548752 or 3170024. OLE color: 3170024.
HSL color Cylindrical-coordinate representation of color #E85E30: hue angle of 15º 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 #E85E30 is Cyan = 0, Magento = 0.59, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 48 | - |
| CMYK | 0 | 0.59 | 0.79 | 0.09 |
| HSL | 15º | 0.8% | 0.55% | - |
| HSV(B) | 15º | 0.79% | 0.91% | - |
| XYZ | 37.81 | 25.37 | 5.7 | - |
| YUV | 130.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 48 | 0 | 0.59 | 0.79 | 0.09 | 15 | 0.8 | 0.55 |
| Hex | E8 | 5E | 30 | 0 | 3B | 4F | 9 | F | 50 | 37 |
| Octal | 350 | 136 | 60 | 0 | 73 | 117 | 11 | 17 | 120 | 67 |
| Binary | 11101000 | 1011110 | 110000 | 0 | 111011 | 1001111 | 1001 | 1111 | 1010000 | 110111 |
Color Harmonies of #E85E30
Complementary color
Monochromatic Colors of #E85E30
Black with #E85E30
Text Example
Text Example
White with #E85E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E30; }
p { color: rgb(232,94,48); }
H1.HeaderClassName
{
color: #E85E30;
}
.AnyTagClassName
{
color: #E85E30;
}
</style>
background-color css
<style>
a { background-color: #E85E30; }
a { background-color: rgb(232,94,48); }
div.DivClassName
{
background-color: #E85E30;
}
.BgClassName
{
background-color: #E85E30;
}
</style>
border-color css
<style>
span { border-color: #E85E30; }
span { border-color: rgb(232,94,48); }
td.TdClassName
{
border-color: #E85E30;
}
.TagClassName
{
border-color: #E85E30;
}
</style>