Shades of Sorbus #E06E40
Tints of Sorbus #E06E40
RGB
CMYK
RGB Variations
Color information
#E06E40 (or 0xE06E40) is known color: Sorbus. HEX triplet: E0, 6E and 40. RGB value is (224,110,64). Sum of RGB (Red+Green+Blue) = 224+110+64=398 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.28% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06E40 is #1F91BF. Grayscale: #8B8B8B. Windows color (decimal): -2068928 or 4222688. OLE color: 4222688.
HSL color Cylindrical-coordinate representation of color #E06E40: hue angle of 17.25º 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 #E06E40 is Cyan = 0, Magento = 0.51, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 64 | - |
| CMYK | 0 | 0.51 | 0.71 | 0.12 |
| HSL | 17.25º | 0.72% | 0.56% | - |
| HSV(B) | 17.25º | 0.71% | 0.88% | - |
| XYZ | 37.24 | 27.37 | 8.17 | - |
| YUV | 138.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 64 | 0 | 0.51 | 0.71 | 0.12 | 17.25 | 0.72 | 0.56 |
| Hex | E0 | 6E | 40 | 0 | 33 | 47 | C | 11 | 48 | 38 |
| Octal | 340 | 156 | 100 | 0 | 63 | 107 | 14 | 21 | 110 | 70 |
| Binary | 11100000 | 1101110 | 1000000 | 0 | 110011 | 1000111 | 1100 | 10001 | 1001000 | 111000 |
Color Harmonies of #E06E40
Complementary color
Monochromatic Colors of #E06E40
Black with #E06E40
Text Example
Text Example
White with #E06E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E40; }
p { color: rgb(224,110,64); }
H1.HeaderClassName
{
color: #E06E40;
}
.AnyTagClassName
{
color: #E06E40;
}
</style>
background-color css
<style>
a { background-color: #E06E40; }
a { background-color: rgb(224,110,64); }
div.DivClassName
{
background-color: #E06E40;
}
.BgClassName
{
background-color: #E06E40;
}
</style>
border-color css
<style>
span { border-color: #E06E40; }
span { border-color: rgb(224,110,64); }
td.TdClassName
{
border-color: #E06E40;
}
.TagClassName
{
border-color: #E06E40;
}
</style>