Shades of Sorbus #E06F31
Tints of Sorbus #E06F31
RGB
CMYK
RGB Variations
Color information
#E06F31 (or 0xE06F31) is known color: Sorbus. HEX triplet: E0, 6F and 31. RGB value is (224,111,49). Sum of RGB (Red+Green+Blue) = 224+111+49=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E06F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06F31 is #1F90CE. Grayscale: #8A8A8A. Windows color (decimal): -2068687 or 3239904. OLE color: 3239904.
HSL color Cylindrical-coordinate representation of color #E06F31: hue angle of 21.26º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E06F31 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 111 | 49 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.12 |
| HSL | 21.26º | 0.74% | 0.54% | - |
| HSV(B) | 21.26º | 0.78% | 0.88% | - |
| XYZ | 36.98 | 27.44 | 6.25 | - |
| YUV | 137.72 | 77.94 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 111 | 49 | 0 | 0.50 | 0.78 | 0.12 | 21.26 | 0.74 | 0.54 |
| Hex | E0 | 6F | 31 | 0 | 32 | 4E | C | 15 | 4A | 36 |
| Octal | 340 | 157 | 61 | 0 | 62 | 116 | 14 | 25 | 112 | 66 |
| Binary | 11100000 | 1101111 | 110001 | 0 | 110010 | 1001110 | 1100 | 10101 | 1001010 | 110110 |
Color Harmonies of #E06F31
Complementary color
Monochromatic Colors of #E06F31
Black with #E06F31
Text Example
Text Example
White with #E06F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06F31; }
p { color: rgb(224,111,49); }
H1.HeaderClassName
{
color: #E06F31;
}
.AnyTagClassName
{
color: #E06F31;
}
</style>
background-color css
<style>
a { background-color: #E06F31; }
a { background-color: rgb(224,111,49); }
div.DivClassName
{
background-color: #E06F31;
}
.BgClassName
{
background-color: #E06F31;
}
</style>
border-color css
<style>
span { border-color: #E06F31; }
span { border-color: rgb(224,111,49); }
td.TdClassName
{
border-color: #E06F31;
}
.TagClassName
{
border-color: #E06F31;
}
</style>