Shades of Sorbus #E06731
Tints of Sorbus #E06731
RGB
CMYK
RGB Variations
Color information
#E06731 (or 0xE06731) is known color: Sorbus. HEX triplet: E0, 67 and 31. RGB value is (224,103,49). Sum of RGB (Red+Green+Blue) = 224+103+49=376 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.57% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 49 (19.53% from 255 or 13.03% from 376); Max value from RGB is 224 - color contains mainly: red. Hex color #E06731 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06731 is #1F98CE. Grayscale: #858585. Windows color (decimal): -2070735 or 3237856. OLE color: 3237856.
HSL color Cylindrical-coordinate representation of color #E06731: hue angle of 18.51º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E06731 is Cyan = 0, Magento = 0.54, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 103 | 49 | - |
| CMYK | 0 | 0.54 | 0.78 | 0.12 |
| HSL | 18.51º | 0.74% | 0.54% | - |
| HSV(B) | 18.51º | 0.78% | 0.88% | - |
| XYZ | 36.15 | 25.77 | 5.97 | - |
| YUV | 133.02 | 80.59 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 103 | 49 | 0 | 0.54 | 0.78 | 0.12 | 18.51 | 0.74 | 0.54 |
| Hex | E0 | 67 | 31 | 0 | 36 | 4E | C | 13 | 4A | 36 |
| Octal | 340 | 147 | 61 | 0 | 66 | 116 | 14 | 23 | 112 | 66 |
| Binary | 11100000 | 1100111 | 110001 | 0 | 110110 | 1001110 | 1100 | 10011 | 1001010 | 110110 |
Color Harmonies of #E06731
Complementary color
Monochromatic Colors of #E06731
Black with #E06731
Text Example
Text Example
White with #E06731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06731; }
p { color: rgb(224,103,49); }
H1.HeaderClassName
{
color: #E06731;
}
.AnyTagClassName
{
color: #E06731;
}
</style>
background-color css
<style>
a { background-color: #E06731; }
a { background-color: rgb(224,103,49); }
div.DivClassName
{
background-color: #E06731;
}
.BgClassName
{
background-color: #E06731;
}
</style>
border-color css
<style>
span { border-color: #E06731; }
span { border-color: rgb(224,103,49); }
td.TdClassName
{
border-color: #E06731;
}
.TagClassName
{
border-color: #E06731;
}
</style>