Shades of Sorbus #E06B31
Tints of Sorbus #E06B31
RGB
CMYK
RGB Variations
Color information
#E06B31 (or 0xE06B31) is known color: Sorbus. HEX triplet: E0, 6B and 31. RGB value is (224,107,49). Sum of RGB (Red+Green+Blue) = 224+107+49=380 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.95% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 49 (19.53% from 255 or 12.89% from 380); Max value from RGB is 224 - color contains mainly: red. Hex color #E06B31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06B31 is #1F94CE. Grayscale: #878787. Windows color (decimal): -2069711 or 3238880. OLE color: 3238880.
HSL color Cylindrical-coordinate representation of color #E06B31: hue angle of 19.89º 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 #E06B31 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 107 | 49 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.12 |
| HSL | 19.89º | 0.74% | 0.54% | - |
| HSV(B) | 19.89º | 0.78% | 0.88% | - |
| XYZ | 36.55 | 26.58 | 6.11 | - |
| YUV | 135.37 | 79.26 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 107 | 49 | 0 | 0.52 | 0.78 | 0.12 | 19.89 | 0.74 | 0.54 |
| Hex | E0 | 6B | 31 | 0 | 34 | 4E | C | 14 | 4A | 36 |
| Octal | 340 | 153 | 61 | 0 | 64 | 116 | 14 | 24 | 112 | 66 |
| Binary | 11100000 | 1101011 | 110001 | 0 | 110100 | 1001110 | 1100 | 10100 | 1001010 | 110110 |
Color Harmonies of #E06B31
Complementary color
Monochromatic Colors of #E06B31
Black with #E06B31
Text Example
Text Example
White with #E06B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06B31; }
p { color: rgb(224,107,49); }
H1.HeaderClassName
{
color: #E06B31;
}
.AnyTagClassName
{
color: #E06B31;
}
</style>
background-color css
<style>
a { background-color: #E06B31; }
a { background-color: rgb(224,107,49); }
div.DivClassName
{
background-color: #E06B31;
}
.BgClassName
{
background-color: #E06B31;
}
</style>
border-color css
<style>
span { border-color: #E06B31; }
span { border-color: rgb(224,107,49); }
td.TdClassName
{
border-color: #E06B31;
}
.TagClassName
{
border-color: #E06B31;
}
</style>