Shades of Sorbus #E06844
Tints of Sorbus #E06844
RGB
CMYK
RGB Variations
Color information
#E06844 (or 0xE06844) is known color: Sorbus. HEX triplet: E0, 68 and 44. RGB value is (224,104,68). Sum of RGB (Red+Green+Blue) = 224+104+68=396 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.57% from 396); Green value is 104 (41.02% from 255 or 26.26% from 396); Blue value is 68 (26.95% from 255 or 17.17% from 396); Max value from RGB is 224 - color contains mainly: red. Hex color #E06844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06844 is #1F97BB. Grayscale: #888888. Windows color (decimal): -2070460 or 4483296. OLE color: 4483296.
HSL color Cylindrical-coordinate representation of color #E06844: hue angle of 13.85º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E06844 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 104 | 68 | - |
| CMYK | 0 | 0.54 | 0.70 | 0.12 |
| HSL | 13.85º | 0.72% | 0.57% | - |
| HSV(B) | 13.85º | 0.7% | 0.88% | - |
| XYZ | 36.73 | 26.17 | 8.58 | - |
| YUV | 135.78 | 89.76 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 104 | 68 | 0 | 0.54 | 0.70 | 0.12 | 13.85 | 0.72 | 0.57 |
| Hex | E0 | 68 | 44 | 0 | 36 | 46 | C | E | 48 | 39 |
| Octal | 340 | 150 | 104 | 0 | 66 | 106 | 14 | 16 | 110 | 71 |
| Binary | 11100000 | 1101000 | 1000100 | 0 | 110110 | 1000110 | 1100 | 1110 | 1001000 | 111001 |
Color Harmonies of #E06844
Complementary color
Monochromatic Colors of #E06844
Black with #E06844
Text Example
Text Example
White with #E06844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06844; }
p { color: rgb(224,104,68); }
H1.HeaderClassName
{
color: #E06844;
}
.AnyTagClassName
{
color: #E06844;
}
</style>
background-color css
<style>
a { background-color: #E06844; }
a { background-color: rgb(224,104,68); }
div.DivClassName
{
background-color: #E06844;
}
.BgClassName
{
background-color: #E06844;
}
</style>
border-color css
<style>
span { border-color: #E06844; }
span { border-color: rgb(224,104,68); }
td.TdClassName
{
border-color: #E06844;
}
.TagClassName
{
border-color: #E06844;
}
</style>