Shades of Sorbus #E06A44
Tints of Sorbus #E06A44
RGB
CMYK
RGB Variations
Color information
#E06A44 (or 0xE06A44) is known color: Sorbus. HEX triplet: E0, 6A and 44. RGB value is (224,106,68). Sum of RGB (Red+Green+Blue) = 224+106+68=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 106 (41.80% from 255 or 26.63% from 398); Blue value is 68 (26.95% from 255 or 17.09% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E06A44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06A44 is #1F95BB. Grayscale: #898989. Windows color (decimal): -2069948 or 4483808. OLE color: 4483808.
HSL color Cylindrical-coordinate representation of color #E06A44: hue angle of 14.62º 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 #E06A44 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 106 | 68 | - |
| CMYK | 0 | 0.53 | 0.70 | 0.12 |
| HSL | 14.62º | 0.72% | 0.57% | - |
| HSV(B) | 14.62º | 0.7% | 0.88% | - |
| XYZ | 36.94 | 26.57 | 8.65 | - |
| YUV | 136.95 | 89.09 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 106 | 68 | 0 | 0.53 | 0.70 | 0.12 | 14.62 | 0.72 | 0.57 |
| Hex | E0 | 6A | 44 | 0 | 35 | 46 | C | F | 48 | 39 |
| Octal | 340 | 152 | 104 | 0 | 65 | 106 | 14 | 17 | 110 | 71 |
| Binary | 11100000 | 1101010 | 1000100 | 0 | 110101 | 1000110 | 1100 | 1111 | 1001000 | 111001 |
Color Harmonies of #E06A44
Complementary color
Monochromatic Colors of #E06A44
Black with #E06A44
Text Example
Text Example
White with #E06A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06A44; }
p { color: rgb(224,106,68); }
H1.HeaderClassName
{
color: #E06A44;
}
.AnyTagClassName
{
color: #E06A44;
}
</style>
background-color css
<style>
a { background-color: #E06A44; }
a { background-color: rgb(224,106,68); }
div.DivClassName
{
background-color: #E06A44;
}
.BgClassName
{
background-color: #E06A44;
}
</style>
border-color css
<style>
span { border-color: #E06A44; }
span { border-color: rgb(224,106,68); }
td.TdClassName
{
border-color: #E06A44;
}
.TagClassName
{
border-color: #E06A44;
}
</style>