Shades of Sorbus #E85E3B
Tints of Sorbus #E85E3B
RGB
CMYK
RGB Variations
Color information
#E85E3B (or 0xE85E3B) is known color: Sorbus. HEX triplet: E8, 5E and 3B. RGB value is (232,94,59). Sum of RGB (Red+Green+Blue) = 232+94+59=385 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.26% from 385); Green value is 94 (37.11% from 255 or 24.42% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85E3B is #17A1C4. Grayscale: #838383. Windows color (decimal): -1548741 or 3890920. OLE color: 3890920.
HSL color Cylindrical-coordinate representation of color #E85E3B: hue angle of 12.14º 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 #E85E3B is Cyan = 0, Magento = 0.59, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 59 | - |
| CMYK | 0 | 0.59 | 0.75 | 0.09 |
| HSL | 12.14º | 0.79% | 0.57% | - |
| HSV(B) | 12.14º | 0.75% | 0.91% | - |
| XYZ | 38.07 | 25.48 | 7.05 | - |
| YUV | 131.27 | 87.22 | 199.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 59 | 0 | 0.59 | 0.75 | 0.09 | 12.14 | 0.79 | 0.57 |
| Hex | E8 | 5E | 3B | 0 | 3B | 4B | 9 | C | 4F | 39 |
| Octal | 350 | 136 | 73 | 0 | 73 | 113 | 11 | 14 | 117 | 71 |
| Binary | 11101000 | 1011110 | 111011 | 0 | 111011 | 1001011 | 1001 | 1100 | 1001111 | 111001 |
Color Harmonies of #E85E3B
Complementary color
Monochromatic Colors of #E85E3B
Black with #E85E3B
Text Example
Text Example
White with #E85E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E3B; }
p { color: rgb(232,94,59); }
H1.HeaderClassName
{
color: #E85E3B;
}
.AnyTagClassName
{
color: #E85E3B;
}
</style>
background-color css
<style>
a { background-color: #E85E3B; }
a { background-color: rgb(232,94,59); }
div.DivClassName
{
background-color: #E85E3B;
}
.BgClassName
{
background-color: #E85E3B;
}
</style>
border-color css
<style>
span { border-color: #E85E3B; }
span { border-color: rgb(232,94,59); }
td.TdClassName
{
border-color: #E85E3B;
}
.TagClassName
{
border-color: #E85E3B;
}
</style>