Shades of Sorbus #E56930
Tints of Sorbus #E56930
RGB
CMYK
RGB Variations
Color information
#E56930 (or 0xE56930) is known color: Sorbus. HEX triplet: E5, 69 and 30. RGB value is (229,105,48). Sum of RGB (Red+Green+Blue) = 229+105+48=382 (50% of max value = 765). Red value is 229 (89.84% from 255 or 59.95% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 48 (19.14% from 255 or 12.57% from 382); Max value from RGB is 229 - color contains mainly: red. Hex color #E56930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56930 is #1A96CF. Grayscale: #878787. Windows color (decimal): -1742544 or 3172837. OLE color: 3172837.
HSL color Cylindrical-coordinate representation of color #E56930: hue angle of 18.9º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E56930 is Cyan = 0, Magento = 0.54, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 105 | 48 | - |
| CMYK | 0 | 0.54 | 0.79 | 0.10 |
| HSL | 18.9º | 0.78% | 0.54% | - |
| HSV(B) | 18.9º | 0.79% | 0.9% | - |
| XYZ | 37.9 | 26.97 | 6.01 | - |
| YUV | 135.58 | 78.58 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 105 | 48 | 0 | 0.54 | 0.79 | 0.10 | 18.9 | 0.78 | 0.54 |
| Hex | E5 | 69 | 30 | 0 | 36 | 4F | A | 13 | 4E | 36 |
| Octal | 345 | 151 | 60 | 0 | 66 | 117 | 12 | 23 | 116 | 66 |
| Binary | 11100101 | 1101001 | 110000 | 0 | 110110 | 1001111 | 1010 | 10011 | 1001110 | 110110 |
Color Harmonies of #E56930
Complementary color
Monochromatic Colors of #E56930
Black with #E56930
Text Example
Text Example
White with #E56930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E56930; }
p { color: rgb(229,105,48); }
H1.HeaderClassName
{
color: #E56930;
}
.AnyTagClassName
{
color: #E56930;
}
</style>
background-color css
<style>
a { background-color: #E56930; }
a { background-color: rgb(229,105,48); }
div.DivClassName
{
background-color: #E56930;
}
.BgClassName
{
background-color: #E56930;
}
</style>
border-color css
<style>
span { border-color: #E56930; }
span { border-color: rgb(229,105,48); }
td.TdClassName
{
border-color: #E56930;
}
.TagClassName
{
border-color: #E56930;
}
</style>