Shades of Sorbus #E46E40
Tints of Sorbus #E46E40
RGB
CMYK
RGB Variations
Color information
#E46E40 (or 0xE46E40) is known color: Sorbus. HEX triplet: E4, 6E and 40. RGB value is (228,110,64). Sum of RGB (Red+Green+Blue) = 228+110+64=402 (53% of max value = 765). Red value is 228 (89.45% from 255 or 56.72% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 228 - color contains mainly: red. Hex color #E46E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E46E40 is #1B91BF. Grayscale: #8C8C8C. Windows color (decimal): -1806784 or 4222692. OLE color: 4222692.
HSL color Cylindrical-coordinate representation of color #E46E40: hue angle of 16.83º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E46E40 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 110 | 64 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.11 |
| HSL | 16.83º | 0.75% | 0.57% | - |
| HSV(B) | 16.83º | 0.72% | 0.89% | - |
| XYZ | 38.5 | 28.02 | 8.23 | - |
| YUV | 140.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 110 | 64 | 0 | 0.52 | 0.72 | 0.11 | 16.83 | 0.75 | 0.57 |
| Hex | E4 | 6E | 40 | 0 | 34 | 48 | B | 11 | 4B | 39 |
| Octal | 344 | 156 | 100 | 0 | 64 | 110 | 13 | 21 | 113 | 71 |
| Binary | 11100100 | 1101110 | 1000000 | 0 | 110100 | 1001000 | 1011 | 10001 | 1001011 | 111001 |
Color Harmonies of #E46E40
Complementary color
Monochromatic Colors of #E46E40
Black with #E46E40
Text Example
Text Example
White with #E46E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E46E40; }
p { color: rgb(228,110,64); }
H1.HeaderClassName
{
color: #E46E40;
}
.AnyTagClassName
{
color: #E46E40;
}
</style>
background-color css
<style>
a { background-color: #E46E40; }
a { background-color: rgb(228,110,64); }
div.DivClassName
{
background-color: #E46E40;
}
.BgClassName
{
background-color: #E46E40;
}
</style>
border-color css
<style>
span { border-color: #E46E40; }
span { border-color: rgb(228,110,64); }
td.TdClassName
{
border-color: #E46E40;
}
.TagClassName
{
border-color: #E46E40;
}
</style>