Shades of Sorbus #E05F33
Tints of Sorbus #E05F33
RGB
CMYK
RGB Variations
Color information
#E05F33 (or 0xE05F33) is known color: Sorbus. HEX triplet: E0, 5F and 33. RGB value is (224,95,51). Sum of RGB (Red+Green+Blue) = 224+95+51=370 (49% of max value = 765). Red value is 224 (87.89% from 255 or 60.54% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 51 (20.31% from 255 or 13.78% from 370); Max value from RGB is 224 - color contains mainly: red. Hex color #E05F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E05F33 is #1FA0CC. Grayscale: #808080. Windows color (decimal): -2072781 or 3366880. OLE color: 3366880.
HSL color Cylindrical-coordinate representation of color #E05F33: hue angle of 15.26º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E05F33 is Cyan = 0, Magento = 0.58, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 95 | 51 | - |
| CMYK | 0 | 0.58 | 0.77 | 0.12 |
| HSL | 15.26º | 0.74% | 0.54% | - |
| HSV(B) | 15.26º | 0.77% | 0.88% | - |
| XYZ | 35.43 | 24.27 | 5.95 | - |
| YUV | 128.56 | 84.24 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 95 | 51 | 0 | 0.58 | 0.77 | 0.12 | 15.26 | 0.74 | 0.54 |
| Hex | E0 | 5F | 33 | 0 | 3A | 4D | C | F | 4A | 36 |
| Octal | 340 | 137 | 63 | 0 | 72 | 115 | 14 | 17 | 112 | 66 |
| Binary | 11100000 | 1011111 | 110011 | 0 | 111010 | 1001101 | 1100 | 1111 | 1001010 | 110110 |
Color Harmonies of #E05F33
Complementary color
Monochromatic Colors of #E05F33
Black with #E05F33
Text Example
Text Example
White with #E05F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E05F33; }
p { color: rgb(224,95,51); }
H1.HeaderClassName
{
color: #E05F33;
}
.AnyTagClassName
{
color: #E05F33;
}
</style>
background-color css
<style>
a { background-color: #E05F33; }
a { background-color: rgb(224,95,51); }
div.DivClassName
{
background-color: #E05F33;
}
.BgClassName
{
background-color: #E05F33;
}
</style>
border-color css
<style>
span { border-color: #E05F33; }
span { border-color: rgb(224,95,51); }
td.TdClassName
{
border-color: #E05F33;
}
.TagClassName
{
border-color: #E05F33;
}
</style>