Shades of Sorbus #E66740
Tints of Sorbus #E66740
RGB
CMYK
RGB Variations
Color information
#E66740 (or 0xE66740) is known color: Sorbus. HEX triplet: E6, 67 and 40. RGB value is (230,103,64). Sum of RGB (Red+Green+Blue) = 230+103+64=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E66740 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66740 is #1998BF. Grayscale: #888888. Windows color (decimal): -1677504 or 4220902. OLE color: 4220902.
HSL color Cylindrical-coordinate representation of color #E66740: hue angle of 14.1º 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 #E66740 is Cyan = 0, Magento = 0.55, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 103 | 64 | - |
| CMYK | 0 | 0.55 | 0.72 | 0.10 |
| HSL | 14.1º | 0.77% | 0.58% | - |
| HSV(B) | 14.1º | 0.72% | 0.9% | - |
| XYZ | 38.41 | 26.89 | 8.02 | - |
| YUV | 136.53 | 87.08 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 103 | 64 | 0 | 0.55 | 0.72 | 0.10 | 14.1 | 0.77 | 0.58 |
| Hex | E6 | 67 | 40 | 0 | 37 | 48 | A | E | 4D | 3A |
| Octal | 346 | 147 | 100 | 0 | 67 | 110 | 12 | 16 | 115 | 72 |
| Binary | 11100110 | 1100111 | 1000000 | 0 | 110111 | 1001000 | 1010 | 1110 | 1001101 | 111010 |
Color Harmonies of #E66740
Complementary color
Monochromatic Colors of #E66740
Black with #E66740
Text Example
Text Example
White with #E66740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66740; }
p { color: rgb(230,103,64); }
H1.HeaderClassName
{
color: #E66740;
}
.AnyTagClassName
{
color: #E66740;
}
</style>
background-color css
<style>
a { background-color: #E66740; }
a { background-color: rgb(230,103,64); }
div.DivClassName
{
background-color: #E66740;
}
.BgClassName
{
background-color: #E66740;
}
</style>
border-color css
<style>
span { border-color: #E66740; }
span { border-color: rgb(230,103,64); }
td.TdClassName
{
border-color: #E66740;
}
.TagClassName
{
border-color: #E66740;
}
</style>