Shades of Sorbus #E46B2E
Tints of Sorbus #E46B2E
RGB
CMYK
RGB Variations
Color information
#E46B2E (or 0xE46B2E) is known color: Sorbus. HEX triplet: E4, 6B and 2E. RGB value is (228,107,46). Sum of RGB (Red+Green+Blue) = 228+107+46=381 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.84% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 46 (18.36% from 255 or 12.07% from 381); Max value from RGB is 228 - color contains mainly: red. Hex color #E46B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46B2E is #1B94D1. Grayscale: #888888. Windows color (decimal): -1807570 or 3042276. OLE color: 3042276.
HSL color Cylindrical-coordinate representation of color #E46B2E: hue angle of 20.11º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E46B2E is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 107 | 46 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.11 |
| HSL | 20.11º | 0.77% | 0.54% | - |
| HSV(B) | 20.11º | 0.8% | 0.89% | - |
| XYZ | 37.75 | 27.21 | 5.85 | - |
| YUV | 136.23 | 77.09 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 107 | 46 | 0 | 0.53 | 0.80 | 0.11 | 20.11 | 0.77 | 0.54 |
| Hex | E4 | 6B | 2E | 0 | 35 | 50 | B | 14 | 4D | 36 |
| Octal | 344 | 153 | 56 | 0 | 65 | 120 | 13 | 24 | 115 | 66 |
| Binary | 11100100 | 1101011 | 101110 | 0 | 110101 | 1010000 | 1011 | 10100 | 1001101 | 110110 |
Color Harmonies of #E46B2E
Complementary color
Monochromatic Colors of #E46B2E
Black with #E46B2E
Text Example
Text Example
White with #E46B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46B2E; }
p { color: rgb(228,107,46); }
H1.HeaderClassName
{
color: #E46B2E;
}
.AnyTagClassName
{
color: #E46B2E;
}
</style>
background-color css
<style>
a { background-color: #E46B2E; }
a { background-color: rgb(228,107,46); }
div.DivClassName
{
background-color: #E46B2E;
}
.BgClassName
{
background-color: #E46B2E;
}
</style>
border-color css
<style>
span { border-color: #E46B2E; }
span { border-color: rgb(228,107,46); }
td.TdClassName
{
border-color: #E46B2E;
}
.TagClassName
{
border-color: #E46B2E;
}
</style>