Shades of Sorbus #E66C40
Tints of Sorbus #E66C40
RGB
CMYK
RGB Variations
Color information
#E66C40 (or 0xE66C40) is known color: Sorbus. HEX triplet: E6, 6C and 40. RGB value is (230,108,64). Sum of RGB (Red+Green+Blue) = 230+108+64=402 (53% of max value = 765). Red value is 230 (90.23% from 255 or 57.21% from 402); Green value is 108 (42.58% from 255 or 26.87% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 230 - color contains mainly: red. Hex color #E66C40 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66C40 is #1993BF. Grayscale: #8B8B8B. Windows color (decimal): -1676224 or 4222182. OLE color: 4222182.
HSL color Cylindrical-coordinate representation of color #E66C40: hue angle of 15.9º 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 #E66C40 is Cyan = 0, Magento = 0.53, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 108 | 64 | - |
| CMYK | 0 | 0.53 | 0.72 | 0.10 |
| HSL | 15.9º | 0.77% | 0.58% | - |
| HSV(B) | 15.9º | 0.72% | 0.9% | - |
| XYZ | 38.92 | 27.92 | 8.19 | - |
| YUV | 139.46 | 85.42 | 192.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 108 | 64 | 0 | 0.53 | 0.72 | 0.10 | 15.9 | 0.77 | 0.58 |
| Hex | E6 | 6C | 40 | 0 | 35 | 48 | A | 10 | 4D | 3A |
| Octal | 346 | 154 | 100 | 0 | 65 | 110 | 12 | 20 | 115 | 72 |
| Binary | 11100110 | 1101100 | 1000000 | 0 | 110101 | 1001000 | 1010 | 10000 | 1001101 | 111010 |
Color Harmonies of #E66C40
Complementary color
Monochromatic Colors of #E66C40
Black with #E66C40
Text Example
Text Example
White with #E66C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66C40; }
p { color: rgb(230,108,64); }
H1.HeaderClassName
{
color: #E66C40;
}
.AnyTagClassName
{
color: #E66C40;
}
</style>
background-color css
<style>
a { background-color: #E66C40; }
a { background-color: rgb(230,108,64); }
div.DivClassName
{
background-color: #E66C40;
}
.BgClassName
{
background-color: #E66C40;
}
</style>
border-color css
<style>
span { border-color: #E66C40; }
span { border-color: rgb(230,108,64); }
td.TdClassName
{
border-color: #E66C40;
}
.TagClassName
{
border-color: #E66C40;
}
</style>