Shades of Sorbus #E66842
Tints of Sorbus #E66842
RGB
CMYK
RGB Variations
Color information
#E66842 (or 0xE66842) is known color: Sorbus. HEX triplet: E6, 68 and 42. RGB value is (230,104,66). Sum of RGB (Red+Green+Blue) = 230+104+66=400 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.5% from 400); Green value is 104 (41.02% from 255 or 26% from 400); Blue value is 66 (26.17% from 255 or 16.5% from 400); Max value from RGB is 230 - color contains mainly: red. Hex color #E66842 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E66842 is #1997BD. Grayscale: #898989. Windows color (decimal): -1677246 or 4352230. OLE color: 4352230.
HSL color Cylindrical-coordinate representation of color #E66842: hue angle of 13.9º 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 #E66842 is Cyan = 0, Magento = 0.55, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 104 | 66 | - |
| CMYK | 0 | 0.55 | 0.71 | 0.10 |
| HSL | 13.9º | 0.77% | 0.58% | - |
| HSV(B) | 13.9º | 0.71% | 0.9% | - |
| XYZ | 38.57 | 27.12 | 8.36 | - |
| YUV | 137.34 | 87.74 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 104 | 66 | 0 | 0.55 | 0.71 | 0.10 | 13.9 | 0.77 | 0.58 |
| Hex | E6 | 68 | 42 | 0 | 37 | 47 | A | E | 4D | 3A |
| Octal | 346 | 150 | 102 | 0 | 67 | 107 | 12 | 16 | 115 | 72 |
| Binary | 11100110 | 1101000 | 1000010 | 0 | 110111 | 1000111 | 1010 | 1110 | 1001101 | 111010 |
Color Harmonies of #E66842
Complementary color
Monochromatic Colors of #E66842
Black with #E66842
Text Example
Text Example
White with #E66842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66842; }
p { color: rgb(230,104,66); }
H1.HeaderClassName
{
color: #E66842;
}
.AnyTagClassName
{
color: #E66842;
}
</style>
background-color css
<style>
a { background-color: #E66842; }
a { background-color: rgb(230,104,66); }
div.DivClassName
{
background-color: #E66842;
}
.BgClassName
{
background-color: #E66842;
}
</style>
border-color css
<style>
span { border-color: #E66842; }
span { border-color: rgb(230,104,66); }
td.TdClassName
{
border-color: #E66842;
}
.TagClassName
{
border-color: #E66842;
}
</style>