Shades of Sorbus #E06932
Tints of Sorbus #E06932
RGB
CMYK
RGB Variations
Color information
#E06932 (or 0xE06932) is known color: Sorbus. HEX triplet: E0, 69 and 32. RGB value is (224,105,50). Sum of RGB (Red+Green+Blue) = 224+105+50=379 (50% of max value = 765). Red value is 224 (87.89% from 255 or 59.10% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 224 - color contains mainly: red. Hex color #E06932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E06932 is #1F96CD. Grayscale: #868686. Windows color (decimal): -2070222 or 3303904. OLE color: 3303904.
HSL color Cylindrical-coordinate representation of color #E06932: hue angle of 18.97º 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 #E06932 is Cyan = 0, Magento = 0.53, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 105 | 50 | - |
| CMYK | 0 | 0.53 | 0.78 | 0.12 |
| HSL | 18.97º | 0.74% | 0.54% | - |
| HSV(B) | 18.97º | 0.78% | 0.88% | - |
| XYZ | 36.37 | 26.18 | 6.15 | - |
| YUV | 134.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 105 | 50 | 0 | 0.53 | 0.78 | 0.12 | 18.97 | 0.74 | 0.54 |
| Hex | E0 | 69 | 32 | 0 | 35 | 4E | C | 13 | 4A | 36 |
| Octal | 340 | 151 | 62 | 0 | 65 | 116 | 14 | 23 | 112 | 66 |
| Binary | 11100000 | 1101001 | 110010 | 0 | 110101 | 1001110 | 1100 | 10011 | 1001010 | 110110 |
Color Harmonies of #E06932
Complementary color
Monochromatic Colors of #E06932
Black with #E06932
Text Example
Text Example
White with #E06932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E06932; }
p { color: rgb(224,105,50); }
H1.HeaderClassName
{
color: #E06932;
}
.AnyTagClassName
{
color: #E06932;
}
</style>
background-color css
<style>
a { background-color: #E06932; }
a { background-color: rgb(224,105,50); }
div.DivClassName
{
background-color: #E06932;
}
.BgClassName
{
background-color: #E06932;
}
</style>
border-color css
<style>
span { border-color: #E06932; }
span { border-color: rgb(224,105,50); }
td.TdClassName
{
border-color: #E06932;
}
.TagClassName
{
border-color: #E06932;
}
</style>