Shades of Sorbus #E06D38
Tints of Sorbus #E06D38
RGB
CMYK
RGB Variations
Color information
#E06D38 (or 0xE06D38) is known color: Sorbus. HEX triplet: E0, 6D and 38. RGB value is (224,109,56). Sum of RGB (Red+Green+Blue) = 224+109+56=389 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.58% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 224 - color contains mainly: red. Hex color #E06D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06D38 is #1F92C7. Grayscale: #898989. Windows color (decimal): -2069192 or 3698144. OLE color: 3698144.
HSL color Cylindrical-coordinate representation of color #E06D38: hue angle of 18.93º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E06D38 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 109 | 56 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.12 |
| HSL | 18.93º | 0.73% | 0.55% | - |
| HSV(B) | 18.93º | 0.75% | 0.88% | - |
| XYZ | 36.92 | 27.07 | 7.02 | - |
| YUV | 137.34 | 82.1 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 109 | 56 | 0 | 0.51 | 0.75 | 0.12 | 18.93 | 0.73 | 0.55 |
| Hex | E0 | 6D | 38 | 0 | 33 | 4B | C | 13 | 49 | 37 |
| Octal | 340 | 155 | 70 | 0 | 63 | 113 | 14 | 23 | 111 | 67 |
| Binary | 11100000 | 1101101 | 111000 | 0 | 110011 | 1001011 | 1100 | 10011 | 1001001 | 110111 |
Color Harmonies of #E06D38
Complementary color
Monochromatic Colors of #E06D38
Black with #E06D38
Text Example
Text Example
White with #E06D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06D38; }
p { color: rgb(224,109,56); }
H1.HeaderClassName
{
color: #E06D38;
}
.AnyTagClassName
{
color: #E06D38;
}
</style>
background-color css
<style>
a { background-color: #E06D38; }
a { background-color: rgb(224,109,56); }
div.DivClassName
{
background-color: #E06D38;
}
.BgClassName
{
background-color: #E06D38;
}
</style>
border-color css
<style>
span { border-color: #E06D38; }
span { border-color: rgb(224,109,56); }
td.TdClassName
{
border-color: #E06D38;
}
.TagClassName
{
border-color: #E06D38;
}
</style>