Shades of Sorbus #E85D30
Tints of Sorbus #E85D30
RGB
CMYK
RGB Variations
Color information
#E85D30 (or 0xE85D30) is known color: Sorbus. HEX triplet: E8, 5D and 30. RGB value is (232,93,48). Sum of RGB (Red+Green+Blue) = 232+93+48=373 (49% of max value = 765). Red value is 232 (91.02% from 255 or 62.20% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 48 (19.14% from 255 or 12.87% from 373); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D30 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85D30 is #17A2CF. Grayscale: #818181. Windows color (decimal): -1549008 or 3169768. OLE color: 3169768.
HSL color Cylindrical-coordinate representation of color #E85D30: hue angle of 14.67º 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 #E85D30 is Cyan = 0, Magento = 0.60, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 48 | - |
| CMYK | 0 | 0.60 | 0.79 | 0.09 |
| HSL | 14.67º | 0.8% | 0.55% | - |
| HSV(B) | 14.67º | 0.79% | 0.91% | - |
| XYZ | 37.73 | 25.2 | 5.67 | - |
| YUV | 129.43 | 82.05 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 48 | 0 | 0.60 | 0.79 | 0.09 | 14.67 | 0.8 | 0.55 |
| Hex | E8 | 5D | 30 | 0 | 3C | 4F | 9 | F | 50 | 37 |
| Octal | 350 | 135 | 60 | 0 | 74 | 117 | 11 | 17 | 120 | 67 |
| Binary | 11101000 | 1011101 | 110000 | 0 | 111100 | 1001111 | 1001 | 1111 | 1010000 | 110111 |
Color Harmonies of #E85D30
Complementary color
Monochromatic Colors of #E85D30
Black with #E85D30
Text Example
Text Example
White with #E85D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D30; }
p { color: rgb(232,93,48); }
H1.HeaderClassName
{
color: #E85D30;
}
.AnyTagClassName
{
color: #E85D30;
}
</style>
background-color css
<style>
a { background-color: #E85D30; }
a { background-color: rgb(232,93,48); }
div.DivClassName
{
background-color: #E85D30;
}
.BgClassName
{
background-color: #E85D30;
}
</style>
border-color css
<style>
span { border-color: #E85D30; }
span { border-color: rgb(232,93,48); }
td.TdClassName
{
border-color: #E85D30;
}
.TagClassName
{
border-color: #E85D30;
}
</style>