Shades of Sorbus #E76540
Tints of Sorbus #E76540
RGB
CMYK
RGB Variations
Color information
#E76540 (or 0xE76540) is known color: Sorbus. HEX triplet: E7, 65 and 40. RGB value is (231,101,64). Sum of RGB (Red+Green+Blue) = 231+101+64=396 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.33% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 64 (25.39% from 255 or 16.16% from 396); Max value from RGB is 231 - color contains mainly: red. Hex color #E76540 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76540 is #189ABF. Grayscale: #878787. Windows color (decimal): -1612480 or 4220391. OLE color: 4220391.
HSL color Cylindrical-coordinate representation of color #E76540: hue angle of 13.29º 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 #E76540 is Cyan = 0, Magento = 0.56, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 101 | 64 | - |
| CMYK | 0 | 0.56 | 0.72 | 0.09 |
| HSL | 13.29º | 0.78% | 0.58% | - |
| HSV(B) | 13.29º | 0.72% | 0.91% | - |
| XYZ | 38.53 | 26.67 | 7.97 | - |
| YUV | 135.65 | 87.57 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 101 | 64 | 0 | 0.56 | 0.72 | 0.09 | 13.29 | 0.78 | 0.58 |
| Hex | E7 | 65 | 40 | 0 | 38 | 48 | 9 | D | 4E | 3A |
| Octal | 347 | 145 | 100 | 0 | 70 | 110 | 11 | 15 | 116 | 72 |
| Binary | 11100111 | 1100101 | 1000000 | 0 | 111000 | 1001000 | 1001 | 1101 | 1001110 | 111010 |
Color Harmonies of #E76540
Complementary color
Monochromatic Colors of #E76540
Black with #E76540
Text Example
Text Example
White with #E76540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76540; }
p { color: rgb(231,101,64); }
H1.HeaderClassName
{
color: #E76540;
}
.AnyTagClassName
{
color: #E76540;
}
</style>
background-color css
<style>
a { background-color: #E76540; }
a { background-color: rgb(231,101,64); }
div.DivClassName
{
background-color: #E76540;
}
.BgClassName
{
background-color: #E76540;
}
</style>
border-color css
<style>
span { border-color: #E76540; }
span { border-color: rgb(231,101,64); }
td.TdClassName
{
border-color: #E76540;
}
.TagClassName
{
border-color: #E76540;
}
</style>