Shades of Sorbus #E0713C
Tints of Sorbus #E0713C
RGB
CMYK
RGB Variations
Color information
#E0713C (or 0xE0713C) is known color: Sorbus. HEX triplet: E0, 71 and 3C. RGB value is (224,113,60). Sum of RGB (Red+Green+Blue) = 224+113+60=397 (52% of max value = 765). Red value is 224 (87.89% from 255 or 56.42% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 60 (23.83% from 255 or 15.11% from 397); Max value from RGB is 224 - color contains mainly: red. Hex color #E0713C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E0713C is #1F8EC3. Grayscale: #8C8C8C. Windows color (decimal): -2068164 or 3961312. OLE color: 3961312.
HSL color Cylindrical-coordinate representation of color #E0713C: hue angle of 19.39º 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 #E0713C is Cyan = 0, Magento = 0.50, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 113 | 60 | - |
| CMYK | 0 | 0.50 | 0.73 | 0.12 |
| HSL | 19.39º | 0.73% | 0.56% | - |
| HSV(B) | 19.39º | 0.73% | 0.88% | - |
| XYZ | 37.46 | 27.98 | 7.7 | - |
| YUV | 140.15 | 82.77 | 187.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 113 | 60 | 0 | 0.50 | 0.73 | 0.12 | 19.39 | 0.73 | 0.56 |
| Hex | E0 | 71 | 3C | 0 | 32 | 49 | C | 13 | 49 | 38 |
| Octal | 340 | 161 | 74 | 0 | 62 | 111 | 14 | 23 | 111 | 70 |
| Binary | 11100000 | 1110001 | 111100 | 0 | 110010 | 1001001 | 1100 | 10011 | 1001001 | 111000 |
Color Harmonies of #E0713C
Complementary color
Monochromatic Colors of #E0713C
Black with #E0713C
Text Example
Text Example
White with #E0713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0713C; }
p { color: rgb(224,113,60); }
H1.HeaderClassName
{
color: #E0713C;
}
.AnyTagClassName
{
color: #E0713C;
}
</style>
background-color css
<style>
a { background-color: #E0713C; }
a { background-color: rgb(224,113,60); }
div.DivClassName
{
background-color: #E0713C;
}
.BgClassName
{
background-color: #E0713C;
}
</style>
border-color css
<style>
span { border-color: #E0713C; }
span { border-color: rgb(224,113,60); }
td.TdClassName
{
border-color: #E0713C;
}
.TagClassName
{
border-color: #E0713C;
}
</style>