Shades of Sorbus #E06238
Tints of Sorbus #E06238
RGB
CMYK
RGB Variations
Color information
#E06238 (or 0xE06238) is known color: Sorbus. HEX triplet: E0, 62 and 38. RGB value is (224,98,56). Sum of RGB (Red+Green+Blue) = 224+98+56=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E06238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06238 is #1F9DC7. Grayscale: #838383. Windows color (decimal): -2072008 or 3695328. OLE color: 3695328.
HSL color Cylindrical-coordinate representation of color #E06238: hue angle of 15º 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 #E06238 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 56 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.12 |
| HSL | 15º | 0.73% | 0.55% | - |
| HSV(B) | 15º | 0.75% | 0.88% | - |
| XYZ | 35.82 | 24.87 | 6.65 | - |
| YUV | 130.89 | 85.74 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 56 | 0 | 0.56 | 0.75 | 0.12 | 15 | 0.73 | 0.55 |
| Hex | E0 | 62 | 38 | 0 | 38 | 4B | C | F | 49 | 37 |
| Octal | 340 | 142 | 70 | 0 | 70 | 113 | 14 | 17 | 111 | 67 |
| Binary | 11100000 | 1100010 | 111000 | 0 | 111000 | 1001011 | 1100 | 1111 | 1001001 | 110111 |
Color Harmonies of #E06238
Complementary color
Monochromatic Colors of #E06238
Black with #E06238
Text Example
Text Example
White with #E06238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06238; }
p { color: rgb(224,98,56); }
H1.HeaderClassName
{
color: #E06238;
}
.AnyTagClassName
{
color: #E06238;
}
</style>
background-color css
<style>
a { background-color: #E06238; }
a { background-color: rgb(224,98,56); }
div.DivClassName
{
background-color: #E06238;
}
.BgClassName
{
background-color: #E06238;
}
</style>
border-color css
<style>
span { border-color: #E06238; }
span { border-color: rgb(224,98,56); }
td.TdClassName
{
border-color: #E06238;
}
.TagClassName
{
border-color: #E06238;
}
</style>