Shades of Sorbus #E06140
Tints of Sorbus #E06140
RGB
CMYK
RGB Variations
Color information
#E06140 (or 0xE06140) is known color: Sorbus. HEX triplet: E0, 61 and 40. RGB value is (224,97,64). Sum of RGB (Red+Green+Blue) = 224+97+64=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E06140 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06140 is #1F9EBF. Grayscale: #838383. Windows color (decimal): -2072256 or 4219360. OLE color: 4219360.
HSL color Cylindrical-coordinate representation of color #E06140: hue angle of 12.38º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E06140 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 97 | 64 | - |
| CMYK | 0 | 0.57 | 0.71 | 0.12 |
| HSL | 12.38º | 0.72% | 0.56% | - |
| HSV(B) | 12.38º | 0.71% | 0.88% | - |
| XYZ | 35.94 | 24.77 | 7.74 | - |
| YUV | 131.21 | 90.08 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 97 | 64 | 0 | 0.57 | 0.71 | 0.12 | 12.38 | 0.72 | 0.56 |
| Hex | E0 | 61 | 40 | 0 | 39 | 47 | C | C | 48 | 38 |
| Octal | 340 | 141 | 100 | 0 | 71 | 107 | 14 | 14 | 110 | 70 |
| Binary | 11100000 | 1100001 | 1000000 | 0 | 111001 | 1000111 | 1100 | 1100 | 1001000 | 111000 |
Color Harmonies of #E06140
Complementary color
Monochromatic Colors of #E06140
Black with #E06140
Text Example
Text Example
White with #E06140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06140; }
p { color: rgb(224,97,64); }
H1.HeaderClassName
{
color: #E06140;
}
.AnyTagClassName
{
color: #E06140;
}
</style>
background-color css
<style>
a { background-color: #E06140; }
a { background-color: rgb(224,97,64); }
div.DivClassName
{
background-color: #E06140;
}
.BgClassName
{
background-color: #E06140;
}
</style>
border-color css
<style>
span { border-color: #E06140; }
span { border-color: rgb(224,97,64); }
td.TdClassName
{
border-color: #E06140;
}
.TagClassName
{
border-color: #E06140;
}
</style>