Shades of Sorbus #E85E3A
Tints of Sorbus #E85E3A
RGB
CMYK
RGB Variations
Color information
#E85E3A (or 0xE85E3A) is known color: Sorbus. HEX triplet: E8, 5E and 3A. RGB value is (232,94,58). Sum of RGB (Red+Green+Blue) = 232+94+58=384 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.42% from 384); Green value is 94 (37.11% from 255 or 24.48% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85E3A is #17A1C5. Grayscale: #838383. Windows color (decimal): -1548742 or 3825384. OLE color: 3825384.
HSL color Cylindrical-coordinate representation of color #E85E3A: hue angle of 12.41º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E85E3A is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 58 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.09 |
| HSL | 12.41º | 0.79% | 0.57% | - |
| HSV(B) | 12.41º | 0.75% | 0.91% | - |
| XYZ | 38.05 | 25.47 | 6.91 | - |
| YUV | 131.16 | 86.72 | 199.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 58 | 0 | 0.59 | 0.75 | 0.09 | 12.41 | 0.79 | 0.57 |
| Hex | E8 | 5E | 3A | 0 | 3B | 4B | 9 | C | 4F | 39 |
| Octal | 350 | 136 | 72 | 0 | 73 | 113 | 11 | 14 | 117 | 71 |
| Binary | 11101000 | 1011110 | 111010 | 0 | 111011 | 1001011 | 1001 | 1100 | 1001111 | 111001 |
Color Harmonies of #E85E3A
Complementary color
Monochromatic Colors of #E85E3A
Black with #E85E3A
Text Example
Text Example
White with #E85E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E3A; }
p { color: rgb(232,94,58); }
H1.HeaderClassName
{
color: #E85E3A;
}
.AnyTagClassName
{
color: #E85E3A;
}
</style>
background-color css
<style>
a { background-color: #E85E3A; }
a { background-color: rgb(232,94,58); }
div.DivClassName
{
background-color: #E85E3A;
}
.BgClassName
{
background-color: #E85E3A;
}
</style>
border-color css
<style>
span { border-color: #E85E3A; }
span { border-color: rgb(232,94,58); }
td.TdClassName
{
border-color: #E85E3A;
}
.TagClassName
{
border-color: #E85E3A;
}
</style>