Shades of Sorbus #E05F3C
Tints of Sorbus #E05F3C
RGB
CMYK
RGB Variations
Color information
#E05F3C (or 0xE05F3C) is known color: Sorbus. HEX triplet: E0, 5F and 3C. RGB value is (224,95,60). Sum of RGB (Red+Green+Blue) = 224+95+60=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F3C is #1FA0C3. Grayscale: #818181. Windows color (decimal): -2072772 or 3956704. OLE color: 3956704.
HSL color Cylindrical-coordinate representation of color #E05F3C: hue angle of 12.8º 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 #E05F3C is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 60 | - |
| CMYK | 0 | 0.58 | 0.73 | 0.12 |
| HSL | 12.8º | 0.73% | 0.56% | - |
| HSV(B) | 12.8º | 0.73% | 0.88% | - |
| XYZ | 35.65 | 24.36 | 7.1 | - |
| YUV | 129.58 | 88.74 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 60 | 0 | 0.58 | 0.73 | 0.12 | 12.8 | 0.73 | 0.56 |
| Hex | E0 | 5F | 3C | 0 | 3A | 49 | C | D | 49 | 38 |
| Octal | 340 | 137 | 74 | 0 | 72 | 111 | 14 | 15 | 111 | 70 |
| Binary | 11100000 | 1011111 | 111100 | 0 | 111010 | 1001001 | 1100 | 1101 | 1001001 | 111000 |
Color Harmonies of #E05F3C
Complementary color
Monochromatic Colors of #E05F3C
Black with #E05F3C
Text Example
Text Example
White with #E05F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F3C; }
p { color: rgb(224,95,60); }
H1.HeaderClassName
{
color: #E05F3C;
}
.AnyTagClassName
{
color: #E05F3C;
}
</style>
background-color css
<style>
a { background-color: #E05F3C; }
a { background-color: rgb(224,95,60); }
div.DivClassName
{
background-color: #E05F3C;
}
.BgClassName
{
background-color: #E05F3C;
}
</style>
border-color css
<style>
span { border-color: #E05F3C; }
span { border-color: rgb(224,95,60); }
td.TdClassName
{
border-color: #E05F3C;
}
.TagClassName
{
border-color: #E05F3C;
}
</style>