Shades of Sorbus #E85C3A
Tints of Sorbus #E85C3A
RGB
CMYK
RGB Variations
Color information
#E85C3A (or 0xE85C3A) is known color: Sorbus. HEX triplet: E8, 5C and 3A. RGB value is (232,92,58). Sum of RGB (Red+Green+Blue) = 232+92+58=382 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.73% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 232 - color contains mainly: red. Hex color #E85C3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85C3A is #17A3C5. Grayscale: #828282. Windows color (decimal): -1549254 or 3824872. OLE color: 3824872.
HSL color Cylindrical-coordinate representation of color #E85C3A: hue angle of 11.72º 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 #E85C3A is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 92 | 58 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.09 |
| HSL | 11.72º | 0.79% | 0.57% | - |
| HSV(B) | 11.72º | 0.75% | 0.91% | - |
| XYZ | 37.87 | 25.12 | 6.85 | - |
| YUV | 129.98 | 87.38 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 92 | 58 | 0 | 0.60 | 0.75 | 0.09 | 11.72 | 0.79 | 0.57 |
| Hex | E8 | 5C | 3A | 0 | 3C | 4B | 9 | C | 4F | 39 |
| Octal | 350 | 134 | 72 | 0 | 74 | 113 | 11 | 14 | 117 | 71 |
| Binary | 11101000 | 1011100 | 111010 | 0 | 111100 | 1001011 | 1001 | 1100 | 1001111 | 111001 |
Color Harmonies of #E85C3A
Complementary color
Monochromatic Colors of #E85C3A
Black with #E85C3A
Text Example
Text Example
White with #E85C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85C3A; }
p { color: rgb(232,92,58); }
H1.HeaderClassName
{
color: #E85C3A;
}
.AnyTagClassName
{
color: #E85C3A;
}
</style>
background-color css
<style>
a { background-color: #E85C3A; }
a { background-color: rgb(232,92,58); }
div.DivClassName
{
background-color: #E85C3A;
}
.BgClassName
{
background-color: #E85C3A;
}
</style>
border-color css
<style>
span { border-color: #E85C3A; }
span { border-color: rgb(232,92,58); }
td.TdClassName
{
border-color: #E85C3A;
}
.TagClassName
{
border-color: #E85C3A;
}
</style>