Shades of Sorbus #E85E3C
Tints of Sorbus #E85E3C
RGB
CMYK
RGB Variations
Color information
#E85E3C (or 0xE85E3C) is known color: Sorbus. HEX triplet: E8, 5E and 3C. RGB value is (232,94,60). Sum of RGB (Red+Green+Blue) = 232+94+60=386 (51% of max value = 765). Red value is 232 (91.02% from 255 or 60.10% from 386); Green value is 94 (37.11% from 255 or 24.35% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85E3C is #17A1C3. Grayscale: #838383. Windows color (decimal): -1548740 or 3956456. OLE color: 3956456.
HSL color Cylindrical-coordinate representation of color #E85E3C: hue angle of 11.86º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E85E3C is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 60 | - |
| CMYK | 0 | 0.59 | 0.74 | 0.09 |
| HSL | 11.86º | 0.79% | 0.57% | - |
| HSV(B) | 11.86º | 0.74% | 0.91% | - |
| XYZ | 38.1 | 25.49 | 7.19 | - |
| YUV | 131.39 | 87.72 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 60 | 0 | 0.59 | 0.74 | 0.09 | 11.86 | 0.79 | 0.57 |
| Hex | E8 | 5E | 3C | 0 | 3B | 4A | 9 | C | 4F | 39 |
| Octal | 350 | 136 | 74 | 0 | 73 | 112 | 11 | 14 | 117 | 71 |
| Binary | 11101000 | 1011110 | 111100 | 0 | 111011 | 1001010 | 1001 | 1100 | 1001111 | 111001 |
Color Harmonies of #E85E3C
Complementary color
Monochromatic Colors of #E85E3C
Black with #E85E3C
Text Example
Text Example
White with #E85E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E3C; }
p { color: rgb(232,94,60); }
H1.HeaderClassName
{
color: #E85E3C;
}
.AnyTagClassName
{
color: #E85E3C;
}
</style>
background-color css
<style>
a { background-color: #E85E3C; }
a { background-color: rgb(232,94,60); }
div.DivClassName
{
background-color: #E85E3C;
}
.BgClassName
{
background-color: #E85E3C;
}
</style>
border-color css
<style>
span { border-color: #E85E3C; }
span { border-color: rgb(232,94,60); }
td.TdClassName
{
border-color: #E85E3C;
}
.TagClassName
{
border-color: #E85E3C;
}
</style>