Shades of Sorbus #E1693C
Tints of Sorbus #E1693C
RGB
CMYK
RGB Variations
Color information
#E1693C (or 0xE1693C) is known color: Sorbus. HEX triplet: E1, 69 and 3C. RGB value is (225,105,60). Sum of RGB (Red+Green+Blue) = 225+105+60=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E1693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E1693C is #1E96C3. Grayscale: #888888. Windows color (decimal): -2004676 or 3959265. OLE color: 3959265.
HSL color Cylindrical-coordinate representation of color #E1693C: hue angle of 16.36º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E1693C is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 105 | 60 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.12 |
| HSL | 16.36º | 0.73% | 0.56% | - |
| HSV(B) | 16.36º | 0.73% | 0.88% | - |
| XYZ | 36.92 | 26.44 | 7.43 | - |
| YUV | 135.75 | 85.26 | 191.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 105 | 60 | 0 | 0.53 | 0.73 | 0.12 | 16.36 | 0.73 | 0.56 |
| Hex | E1 | 69 | 3C | 0 | 35 | 49 | C | 10 | 49 | 38 |
| Octal | 341 | 151 | 74 | 0 | 65 | 111 | 14 | 20 | 111 | 70 |
| Binary | 11100001 | 1101001 | 111100 | 0 | 110101 | 1001001 | 1100 | 10000 | 1001001 | 111000 |
Color Harmonies of #E1693C
Complementary color
Monochromatic Colors of #E1693C
Black with #E1693C
Text Example
Text Example
White with #E1693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1693C; }
p { color: rgb(225,105,60); }
H1.HeaderClassName
{
color: #E1693C;
}
.AnyTagClassName
{
color: #E1693C;
}
</style>
background-color css
<style>
a { background-color: #E1693C; }
a { background-color: rgb(225,105,60); }
div.DivClassName
{
background-color: #E1693C;
}
.BgClassName
{
background-color: #E1693C;
}
</style>
border-color css
<style>
span { border-color: #E1693C; }
span { border-color: rgb(225,105,60); }
td.TdClassName
{
border-color: #E1693C;
}
.TagClassName
{
border-color: #E1693C;
}
</style>