Shades of Sorbus #E07334
Tints of Sorbus #E07334
RGB
CMYK
RGB Variations
Color information
#E07334 (or 0xE07334) is known color: Sorbus. HEX triplet: E0, 73 and 34. RGB value is (224,115,52). Sum of RGB (Red+Green+Blue) = 224+115+52=391 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.29% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 52 (20.70% from 255 or 13.30% from 391); Max value from RGB is 224 - color contains mainly: red. Hex color #E07334 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E07334 is #1F8CCB. Grayscale: #8C8C8C. Windows color (decimal): -2067660 or 3437536. OLE color: 3437536.
HSL color Cylindrical-coordinate representation of color #E07334: hue angle of 21.98º 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 #E07334 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 115 | 52 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.12 |
| HSL | 21.98º | 0.74% | 0.54% | - |
| HSV(B) | 21.98º | 0.77% | 0.88% | - |
| XYZ | 37.49 | 28.36 | 6.75 | - |
| YUV | 140.41 | 78.11 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 115 | 52 | 0 | 0.49 | 0.77 | 0.12 | 21.98 | 0.74 | 0.54 |
| Hex | E0 | 73 | 34 | 0 | 31 | 4D | C | 16 | 4A | 36 |
| Octal | 340 | 163 | 64 | 0 | 61 | 115 | 14 | 26 | 112 | 66 |
| Binary | 11100000 | 1110011 | 110100 | 0 | 110001 | 1001101 | 1100 | 10110 | 1001010 | 110110 |
Color Harmonies of #E07334
Complementary color
Monochromatic Colors of #E07334
Black with #E07334
Text Example
Text Example
White with #E07334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E07334; }
p { color: rgb(224,115,52); }
H1.HeaderClassName
{
color: #E07334;
}
.AnyTagClassName
{
color: #E07334;
}
</style>
background-color css
<style>
a { background-color: #E07334; }
a { background-color: rgb(224,115,52); }
div.DivClassName
{
background-color: #E07334;
}
.BgClassName
{
background-color: #E07334;
}
</style>
border-color css
<style>
span { border-color: #E07334; }
span { border-color: rgb(224,115,52); }
td.TdClassName
{
border-color: #E07334;
}
.TagClassName
{
border-color: #E07334;
}
</style>