Shades of Sorbus #E66E40
Tints of Sorbus #E66E40
RGB
CMYK
RGB Variations
Color information
#E66E40 (or 0xE66E40) is known color: Sorbus. HEX triplet: E6, 6E and 40. RGB value is (230,110,64). Sum of RGB (Red+Green+Blue) = 230+110+64=404 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.93% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 230 - color contains mainly: red. Hex color #E66E40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66E40 is #1991BF. Grayscale: #8C8C8C. Windows color (decimal): -1675712 or 4222694. OLE color: 4222694.
HSL color Cylindrical-coordinate representation of color #E66E40: hue angle of 16.63º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E66E40 is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 110 | 64 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.10 |
| HSL | 16.63º | 0.77% | 0.58% | - |
| HSV(B) | 16.63º | 0.72% | 0.9% | - |
| XYZ | 39.13 | 28.35 | 8.26 | - |
| YUV | 140.64 | 84.76 | 191.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 110 | 64 | 0 | 0.52 | 0.72 | 0.10 | 16.63 | 0.77 | 0.58 |
| Hex | E6 | 6E | 40 | 0 | 34 | 48 | A | 11 | 4D | 3A |
| Octal | 346 | 156 | 100 | 0 | 64 | 110 | 12 | 21 | 115 | 72 |
| Binary | 11100110 | 1101110 | 1000000 | 0 | 110100 | 1001000 | 1010 | 10001 | 1001101 | 111010 |
Color Harmonies of #E66E40
Complementary color
Monochromatic Colors of #E66E40
Black with #E66E40
Text Example
Text Example
White with #E66E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66E40; }
p { color: rgb(230,110,64); }
H1.HeaderClassName
{
color: #E66E40;
}
.AnyTagClassName
{
color: #E66E40;
}
</style>
background-color css
<style>
a { background-color: #E66E40; }
a { background-color: rgb(230,110,64); }
div.DivClassName
{
background-color: #E66E40;
}
.BgClassName
{
background-color: #E66E40;
}
</style>
border-color css
<style>
span { border-color: #E66E40; }
span { border-color: rgb(230,110,64); }
td.TdClassName
{
border-color: #E66E40;
}
.TagClassName
{
border-color: #E66E40;
}
</style>