Shades of Sorbus #E05F2C
Tints of Sorbus #E05F2C
RGB
CMYK
RGB Variations
Color information
#E05F2C (or 0xE05F2C) is known color: Sorbus. HEX triplet: E0, 5F and 2C. RGB value is (224,95,44). Sum of RGB (Red+Green+Blue) = 224+95+44=363 (48% of max value = 765). Red value is 224 (87.89% from 255 or 61.71% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F2C is #1FA0D3. Grayscale: #808080. Windows color (decimal): -2072788 or 2908128. OLE color: 2908128.
HSL color Cylindrical-coordinate representation of color #E05F2C: hue angle of 17º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E05F2C is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 44 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.12 |
| HSL | 17º | 0.74% | 0.53% | - |
| HSV(B) | 17º | 0.8% | 0.88% | - |
| XYZ | 35.29 | 24.21 | 5.2 | - |
| YUV | 127.76 | 80.74 | 196.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 44 | 0 | 0.58 | 0.80 | 0.12 | 17 | 0.74 | 0.53 |
| Hex | E0 | 5F | 2C | 0 | 3A | 50 | C | 11 | 4A | 35 |
| Octal | 340 | 137 | 54 | 0 | 72 | 120 | 14 | 21 | 112 | 65 |
| Binary | 11100000 | 1011111 | 101100 | 0 | 111010 | 1010000 | 1100 | 10001 | 1001010 | 110101 |
Color Harmonies of #E05F2C
Complementary color
Monochromatic Colors of #E05F2C
Black with #E05F2C
Text Example
Text Example
White with #E05F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F2C; }
p { color: rgb(224,95,44); }
H1.HeaderClassName
{
color: #E05F2C;
}
.AnyTagClassName
{
color: #E05F2C;
}
</style>
background-color css
<style>
a { background-color: #E05F2C; }
a { background-color: rgb(224,95,44); }
div.DivClassName
{
background-color: #E05F2C;
}
.BgClassName
{
background-color: #E05F2C;
}
</style>
border-color css
<style>
span { border-color: #E05F2C; }
span { border-color: rgb(224,95,44); }
td.TdClassName
{
border-color: #E05F2C;
}
.TagClassName
{
border-color: #E05F2C;
}
</style>