Shades of Sorbus #E46E30
Tints of Sorbus #E46E30
RGB
CMYK
RGB Variations
Color information
#E46E30 (or 0xE46E30) is known color: Sorbus. HEX triplet: E4, 6E and 30. RGB value is (228,110,48). Sum of RGB (Red+Green+Blue) = 228+110+48=386 (51% of max value = 765). Red value is 228 (89.45% from 255 or 59.07% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 228 - color contains mainly: red. Hex color #E46E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46E30 is #1B91CF. Grayscale: #8A8A8A. Windows color (decimal): -1806800 or 3174116. OLE color: 3174116.
HSL color Cylindrical-coordinate representation of color #E46E30: hue angle of 20.67º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E46E30 is Cyan = 0, Magento = 0.52, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 110 | 48 | - |
| CMYK | 0 | 0.52 | 0.79 | 0.11 |
| HSL | 20.67º | 0.77% | 0.54% | - |
| HSV(B) | 20.67º | 0.79% | 0.89% | - |
| XYZ | 38.1 | 27.86 | 6.17 | - |
| YUV | 138.21 | 77.09 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 110 | 48 | 0 | 0.52 | 0.79 | 0.11 | 20.67 | 0.77 | 0.54 |
| Hex | E4 | 6E | 30 | 0 | 34 | 4F | B | 15 | 4D | 36 |
| Octal | 344 | 156 | 60 | 0 | 64 | 117 | 13 | 25 | 115 | 66 |
| Binary | 11100100 | 1101110 | 110000 | 0 | 110100 | 1001111 | 1011 | 10101 | 1001101 | 110110 |
Color Harmonies of #E46E30
Complementary color
Monochromatic Colors of #E46E30
Black with #E46E30
Text Example
Text Example
White with #E46E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46E30; }
p { color: rgb(228,110,48); }
H1.HeaderClassName
{
color: #E46E30;
}
.AnyTagClassName
{
color: #E46E30;
}
</style>
background-color css
<style>
a { background-color: #E46E30; }
a { background-color: rgb(228,110,48); }
div.DivClassName
{
background-color: #E46E30;
}
.BgClassName
{
background-color: #E46E30;
}
</style>
border-color css
<style>
span { border-color: #E46E30; }
span { border-color: rgb(228,110,48); }
td.TdClassName
{
border-color: #E46E30;
}
.TagClassName
{
border-color: #E46E30;
}
</style>