Shades of Sorbus #E06E32
Tints of Sorbus #E06E32
RGB
CMYK
RGB Variations
Color information
#E06E32 (or 0xE06E32) is known color: Sorbus. HEX triplet: E0, 6E and 32. RGB value is (224,110,50). Sum of RGB (Red+Green+Blue) = 224+110+50=384 (50% of max value = 765). Red value is 224 (87.89% from 255 or 58.33% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 224 - color contains mainly: red. Hex color #E06E32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06E32 is #1F91CD. Grayscale: #898989. Windows color (decimal): -2068942 or 3305184. OLE color: 3305184.
HSL color Cylindrical-coordinate representation of color #E06E32: hue angle of 20.69º 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 #E06E32 is Cyan = 0, Magento = 0.51, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 110 | 50 | - |
| CMYK | 0 | 0.51 | 0.78 | 0.12 |
| HSL | 20.69º | 0.74% | 0.54% | - |
| HSV(B) | 20.69º | 0.78% | 0.88% | - |
| XYZ | 36.89 | 27.23 | 6.33 | - |
| YUV | 137.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 110 | 50 | 0 | 0.51 | 0.78 | 0.12 | 20.69 | 0.74 | 0.54 |
| Hex | E0 | 6E | 32 | 0 | 33 | 4E | C | 15 | 4A | 36 |
| Octal | 340 | 156 | 62 | 0 | 63 | 116 | 14 | 25 | 112 | 66 |
| Binary | 11100000 | 1101110 | 110010 | 0 | 110011 | 1001110 | 1100 | 10101 | 1001010 | 110110 |
Color Harmonies of #E06E32
Complementary color
Monochromatic Colors of #E06E32
Black with #E06E32
Text Example
Text Example
White with #E06E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06E32; }
p { color: rgb(224,110,50); }
H1.HeaderClassName
{
color: #E06E32;
}
.AnyTagClassName
{
color: #E06E32;
}
</style>
background-color css
<style>
a { background-color: #E06E32; }
a { background-color: rgb(224,110,50); }
div.DivClassName
{
background-color: #E06E32;
}
.BgClassName
{
background-color: #E06E32;
}
</style>
border-color css
<style>
span { border-color: #E06E32; }
span { border-color: rgb(224,110,50); }
td.TdClassName
{
border-color: #E06E32;
}
.TagClassName
{
border-color: #E06E32;
}
</style>