Shades of Sorbus #E85E34
Tints of Sorbus #E85E34
RGB
CMYK
RGB Variations
Color information
#E85E34 (or 0xE85E34) is known color: Sorbus. HEX triplet: E8, 5E and 34. RGB value is (232,94,52). Sum of RGB (Red+Green+Blue) = 232+94+52=378 (50% of max value = 765). Red value is 232 (91.02% from 255 or 61.38% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 52 (20.70% from 255 or 13.76% from 378); Max value from RGB is 232 - color contains mainly: red. Hex color #E85E34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85E34 is #17A1CB. Grayscale: #828282. Windows color (decimal): -1548748 or 3432168. OLE color: 3432168.
HSL color Cylindrical-coordinate representation of color #E85E34: hue angle of 14º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E85E34 is Cyan = 0, Magento = 0.59, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 94 | 52 | - |
| CMYK | 0 | 0.59 | 0.78 | 0.09 |
| HSL | 14º | 0.8% | 0.56% | - |
| HSV(B) | 14º | 0.78% | 0.91% | - |
| XYZ | 37.9 | 25.41 | 6.16 | - |
| YUV | 130.47 | 83.72 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 94 | 52 | 0 | 0.59 | 0.78 | 0.09 | 14 | 0.8 | 0.56 |
| Hex | E8 | 5E | 34 | 0 | 3B | 4E | 9 | E | 50 | 38 |
| Octal | 350 | 136 | 64 | 0 | 73 | 116 | 11 | 16 | 120 | 70 |
| Binary | 11101000 | 1011110 | 110100 | 0 | 111011 | 1001110 | 1001 | 1110 | 1010000 | 111000 |
Color Harmonies of #E85E34
Complementary color
Monochromatic Colors of #E85E34
Black with #E85E34
Text Example
Text Example
White with #E85E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85E34; }
p { color: rgb(232,94,52); }
H1.HeaderClassName
{
color: #E85E34;
}
.AnyTagClassName
{
color: #E85E34;
}
</style>
background-color css
<style>
a { background-color: #E85E34; }
a { background-color: rgb(232,94,52); }
div.DivClassName
{
background-color: #E85E34;
}
.BgClassName
{
background-color: #E85E34;
}
</style>
border-color css
<style>
span { border-color: #E85E34; }
span { border-color: rgb(232,94,52); }
td.TdClassName
{
border-color: #E85E34;
}
.TagClassName
{
border-color: #E85E34;
}
</style>