Shades of Sorbus #E66D42
Tints of Sorbus #E66D42
RGB
CMYK
RGB Variations
Color information
#E66D42 (or 0xE66D42) is known color: Sorbus. HEX triplet: E6, 6D and 42. RGB value is (230,109,66). Sum of RGB (Red+Green+Blue) = 230+109+66=405 (53% of max value = 765). Red value is 230 (90.23% from 255 or 56.79% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 66 (26.17% from 255 or 16.30% from 405); Max value from RGB is 230 - color contains mainly: red. Hex color #E66D42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66D42 is #1992BD. Grayscale: #8C8C8C. Windows color (decimal): -1675966 or 4353510. OLE color: 4353510.
HSL color Cylindrical-coordinate representation of color #E66D42: hue angle of 15.73º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E66D42 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 109 | 66 | - |
| CMYK | 0 | 0.53 | 0.71 | 0.10 |
| HSL | 15.73º | 0.77% | 0.58% | - |
| HSV(B) | 15.73º | 0.71% | 0.9% | - |
| XYZ | 39.09 | 28.15 | 8.53 | - |
| YUV | 140.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 109 | 66 | 0 | 0.53 | 0.71 | 0.10 | 15.73 | 0.77 | 0.58 |
| Hex | E6 | 6D | 42 | 0 | 35 | 47 | A | 10 | 4D | 3A |
| Octal | 346 | 155 | 102 | 0 | 65 | 107 | 12 | 20 | 115 | 72 |
| Binary | 11100110 | 1101101 | 1000010 | 0 | 110101 | 1000111 | 1010 | 10000 | 1001101 | 111010 |
Color Harmonies of #E66D42
Complementary color
Monochromatic Colors of #E66D42
Black with #E66D42
Text Example
Text Example
White with #E66D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66D42; }
p { color: rgb(230,109,66); }
H1.HeaderClassName
{
color: #E66D42;
}
.AnyTagClassName
{
color: #E66D42;
}
</style>
background-color css
<style>
a { background-color: #E66D42; }
a { background-color: rgb(230,109,66); }
div.DivClassName
{
background-color: #E66D42;
}
.BgClassName
{
background-color: #E66D42;
}
</style>
border-color css
<style>
span { border-color: #E66D42; }
span { border-color: rgb(230,109,66); }
td.TdClassName
{
border-color: #E66D42;
}
.TagClassName
{
border-color: #E66D42;
}
</style>