Shades of Sorbus #E76C41
Tints of Sorbus #E76C41
RGB
CMYK
RGB Variations
Color information
#E76C41 (or 0xE76C41) is known color: Sorbus. HEX triplet: E7, 6C and 41. RGB value is (231,108,65). Sum of RGB (Red+Green+Blue) = 231+108+65=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E76C41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76C41 is #1893BE. Grayscale: #8C8C8C. Windows color (decimal): -1610687 or 4287719. OLE color: 4287719.
HSL color Cylindrical-coordinate representation of color #E76C41: hue angle of 15.54º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E76C41 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 108 | 65 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.09 |
| HSL | 15.54º | 0.78% | 0.58% | - |
| HSV(B) | 15.54º | 0.72% | 0.91% | - |
| XYZ | 39.27 | 28.1 | 8.35 | - |
| YUV | 139.88 | 85.75 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 108 | 65 | 0 | 0.53 | 0.72 | 0.09 | 15.54 | 0.78 | 0.58 |
| Hex | E7 | 6C | 41 | 0 | 35 | 48 | 9 | 10 | 4E | 3A |
| Octal | 347 | 154 | 101 | 0 | 65 | 110 | 11 | 20 | 116 | 72 |
| Binary | 11100111 | 1101100 | 1000001 | 0 | 110101 | 1001000 | 1001 | 10000 | 1001110 | 111010 |
Color Harmonies of #E76C41
Complementary color
Monochromatic Colors of #E76C41
Black with #E76C41
Text Example
Text Example
White with #E76C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76C41; }
p { color: rgb(231,108,65); }
H1.HeaderClassName
{
color: #E76C41;
}
.AnyTagClassName
{
color: #E76C41;
}
</style>
background-color css
<style>
a { background-color: #E76C41; }
a { background-color: rgb(231,108,65); }
div.DivClassName
{
background-color: #E76C41;
}
.BgClassName
{
background-color: #E76C41;
}
</style>
border-color css
<style>
span { border-color: #E76C41; }
span { border-color: rgb(231,108,65); }
td.TdClassName
{
border-color: #E76C41;
}
.TagClassName
{
border-color: #E76C41;
}
</style>