Shades of Sorbus #E0653C
Tints of Sorbus #E0653C
RGB
CMYK
RGB Variations
Color information
#E0653C (or 0xE0653C) is known color: Sorbus. HEX triplet: E0, 65 and 3C. RGB value is (224,101,60). Sum of RGB (Red+Green+Blue) = 224+101+60=385 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.18% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 224 - color contains mainly: red. Hex color #E0653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0653C is #1F9AC3. Grayscale: #858585. Windows color (decimal): -2071236 or 3958240. OLE color: 3958240.
HSL color Cylindrical-coordinate representation of color #E0653C: hue angle of 15º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E0653C is Cyan = 0, Magento = 0.55, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 101 | 60 | - |
| CMYK | 0 | 0.55 | 0.73 | 0.12 |
| HSL | 15º | 0.73% | 0.56% | - |
| HSV(B) | 15º | 0.73% | 0.88% | - |
| XYZ | 36.21 | 25.48 | 7.28 | - |
| YUV | 133.1 | 86.75 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 101 | 60 | 0 | 0.55 | 0.73 | 0.12 | 15 | 0.73 | 0.56 |
| Hex | E0 | 65 | 3C | 0 | 37 | 49 | C | F | 49 | 38 |
| Octal | 340 | 145 | 74 | 0 | 67 | 111 | 14 | 17 | 111 | 70 |
| Binary | 11100000 | 1100101 | 111100 | 0 | 110111 | 1001001 | 1100 | 1111 | 1001001 | 111000 |
Color Harmonies of #E0653C
Complementary color
Monochromatic Colors of #E0653C
Black with #E0653C
Text Example
Text Example
White with #E0653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0653C; }
p { color: rgb(224,101,60); }
H1.HeaderClassName
{
color: #E0653C;
}
.AnyTagClassName
{
color: #E0653C;
}
</style>
background-color css
<style>
a { background-color: #E0653C; }
a { background-color: rgb(224,101,60); }
div.DivClassName
{
background-color: #E0653C;
}
.BgClassName
{
background-color: #E0653C;
}
</style>
border-color css
<style>
span { border-color: #E0653C; }
span { border-color: rgb(224,101,60); }
td.TdClassName
{
border-color: #E0653C;
}
.TagClassName
{
border-color: #E0653C;
}
</style>