Shades of Sorbus #E06235
Tints of Sorbus #E06235
RGB
CMYK
RGB Variations
Color information
#E06235 (or 0xE06235) is known color: Sorbus. HEX triplet: E0, 62 and 35. RGB value is (224,98,53). Sum of RGB (Red+Green+Blue) = 224+98+53=375 (49% of max value = 765). Red value is 224 (87.89% from 255 or 59.73% from 375); Green value is 98 (38.67% from 255 or 26.13% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 224 - color contains mainly: red. Hex color #E06235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06235 is #1F9DCA. Grayscale: #828282. Windows color (decimal): -2072011 or 3498720. OLE color: 3498720.
HSL color Cylindrical-coordinate representation of color #E06235: hue angle of 15.79º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E06235 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 98 | 53 | - |
| CMYK | 0 | 0.56 | 0.76 | 0.12 |
| HSL | 15.79º | 0.73% | 0.54% | - |
| HSV(B) | 15.79º | 0.76% | 0.88% | - |
| XYZ | 35.75 | 24.84 | 6.28 | - |
| YUV | 130.54 | 84.24 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 98 | 53 | 0 | 0.56 | 0.76 | 0.12 | 15.79 | 0.73 | 0.54 |
| Hex | E0 | 62 | 35 | 0 | 38 | 4C | C | 10 | 49 | 36 |
| Octal | 340 | 142 | 65 | 0 | 70 | 114 | 14 | 20 | 111 | 66 |
| Binary | 11100000 | 1100010 | 110101 | 0 | 111000 | 1001100 | 1100 | 10000 | 1001001 | 110110 |
Color Harmonies of #E06235
Complementary color
Monochromatic Colors of #E06235
Black with #E06235
Text Example
Text Example
White with #E06235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06235; }
p { color: rgb(224,98,53); }
H1.HeaderClassName
{
color: #E06235;
}
.AnyTagClassName
{
color: #E06235;
}
</style>
background-color css
<style>
a { background-color: #E06235; }
a { background-color: rgb(224,98,53); }
div.DivClassName
{
background-color: #E06235;
}
.BgClassName
{
background-color: #E06235;
}
</style>
border-color css
<style>
span { border-color: #E06235; }
span { border-color: rgb(224,98,53); }
td.TdClassName
{
border-color: #E06235;
}
.TagClassName
{
border-color: #E06235;
}
</style>