Shades of Sorbus #E06F37
Tints of Sorbus #E06F37
RGB
CMYK
RGB Variations
Color information
#E06F37 (or 0xE06F37) is known color: Sorbus. HEX triplet: E0, 6F and 37. RGB value is (224,111,55). Sum of RGB (Red+Green+Blue) = 224+111+55=390 (51% of max value = 765). Red value is 224 (87.89% from 255 or 57.44% from 390); Green value is 111 (43.75% from 255 or 28.46% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F37 is #1F90C8. Grayscale: #8A8A8A. Windows color (decimal): -2068681 or 3633120. OLE color: 3633120.
HSL color Cylindrical-coordinate representation of color #E06F37: hue angle of 19.88º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E06F37 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 55 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.12 |
| HSL | 19.88º | 0.73% | 0.55% | - |
| HSV(B) | 19.88º | 0.75% | 0.88% | - |
| XYZ | 37.11 | 27.49 | 6.96 | - |
| YUV | 138.4 | 80.94 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 55 | 0 | 0.50 | 0.75 | 0.12 | 19.88 | 0.73 | 0.55 |
| Hex | E0 | 6F | 37 | 0 | 32 | 4B | C | 14 | 49 | 37 |
| Octal | 340 | 157 | 67 | 0 | 62 | 113 | 14 | 24 | 111 | 67 |
| Binary | 11100000 | 1101111 | 110111 | 0 | 110010 | 1001011 | 1100 | 10100 | 1001001 | 110111 |
Color Harmonies of #E06F37
Complementary color
Monochromatic Colors of #E06F37
Black with #E06F37
Text Example
Text Example
White with #E06F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F37; }
p { color: rgb(224,111,55); }
H1.HeaderClassName
{
color: #E06F37;
}
.AnyTagClassName
{
color: #E06F37;
}
</style>
background-color css
<style>
a { background-color: #E06F37; }
a { background-color: rgb(224,111,55); }
div.DivClassName
{
background-color: #E06F37;
}
.BgClassName
{
background-color: #E06F37;
}
</style>
border-color css
<style>
span { border-color: #E06F37; }
span { border-color: rgb(224,111,55); }
td.TdClassName
{
border-color: #E06F37;
}
.TagClassName
{
border-color: #E06F37;
}
</style>