Shades of Sorbus #E05E3C
Tints of Sorbus #E05E3C
RGB
CMYK
RGB Variations
Color information
#E05E3C (or 0xE05E3C) is known color: Sorbus. HEX triplet: E0, 5E and 3C. RGB value is (224,94,60). Sum of RGB (Red+Green+Blue) = 224+94+60=378 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.26% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 60 (23.83% from 255 or 15.87% from 378); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05E3C is #1FA1C3. Grayscale: #818181. Windows color (decimal): -2073028 or 3956448. OLE color: 3956448.
HSL color Cylindrical-coordinate representation of color #E05E3C: hue angle of 12.44º 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 #E05E3C is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 94 | 60 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.12 |
| HSL | 12.44º | 0.73% | 0.56% | - |
| HSV(B) | 12.44º | 0.73% | 0.88% | - |
| XYZ | 35.56 | 24.18 | 7.07 | - |
| YUV | 128.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 94 | 60 | 0 | 0.58 | 0.73 | 0.12 | 12.44 | 0.73 | 0.56 |
| Hex | E0 | 5E | 3C | 0 | 3A | 49 | C | C | 49 | 38 |
| Octal | 340 | 136 | 74 | 0 | 72 | 111 | 14 | 14 | 111 | 70 |
| Binary | 11100000 | 1011110 | 111100 | 0 | 111010 | 1001001 | 1100 | 1100 | 1001001 | 111000 |
Color Harmonies of #E05E3C
Complementary color
Monochromatic Colors of #E05E3C
Black with #E05E3C
Text Example
Text Example
White with #E05E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05E3C; }
p { color: rgb(224,94,60); }
H1.HeaderClassName
{
color: #E05E3C;
}
.AnyTagClassName
{
color: #E05E3C;
}
</style>
background-color css
<style>
a { background-color: #E05E3C; }
a { background-color: rgb(224,94,60); }
div.DivClassName
{
background-color: #E05E3C;
}
.BgClassName
{
background-color: #E05E3C;
}
</style>
border-color css
<style>
span { border-color: #E05E3C; }
span { border-color: rgb(224,94,60); }
td.TdClassName
{
border-color: #E05E3C;
}
.TagClassName
{
border-color: #E05E3C;
}
</style>