Shades of Sorbus #E2693D
Tints of Sorbus #E2693D
RGB
CMYK
RGB Variations
Color information
#E2693D (or 0xE2693D) is known color: Sorbus. HEX triplet: E2, 69 and 3D. RGB value is (226,105,61). Sum of RGB (Red+Green+Blue) = 226+105+61=392 (51% of max value = 765). Red value is 226 (88.67% from 255 or 57.65% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 226 - color contains mainly: red. Hex color #E2693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E2693D is #1D96C2. Grayscale: #888888. Windows color (decimal): -1939139 or 4024802. OLE color: 4024802.
HSL color Cylindrical-coordinate representation of color #E2693D: hue angle of 16º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E2693D is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 105 | 61 | - |
| CMYK | 0 | 0.54 | 0.73 | 0.11 |
| HSL | 16º | 0.74% | 0.56% | - |
| HSV(B) | 16º | 0.73% | 0.89% | - |
| XYZ | 37.26 | 26.61 | 7.59 | - |
| YUV | 136.16 | 85.59 | 192.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 105 | 61 | 0 | 0.54 | 0.73 | 0.11 | 16 | 0.74 | 0.56 |
| Hex | E2 | 69 | 3D | 0 | 36 | 49 | B | 10 | 4A | 38 |
| Octal | 342 | 151 | 75 | 0 | 66 | 111 | 13 | 20 | 112 | 70 |
| Binary | 11100010 | 1101001 | 111101 | 0 | 110110 | 1001001 | 1011 | 10000 | 1001010 | 111000 |
Color Harmonies of #E2693D
Complementary color
Monochromatic Colors of #E2693D
Black with #E2693D
Text Example
Text Example
White with #E2693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2693D; }
p { color: rgb(226,105,61); }
H1.HeaderClassName
{
color: #E2693D;
}
.AnyTagClassName
{
color: #E2693D;
}
</style>
background-color css
<style>
a { background-color: #E2693D; }
a { background-color: rgb(226,105,61); }
div.DivClassName
{
background-color: #E2693D;
}
.BgClassName
{
background-color: #E2693D;
}
</style>
border-color css
<style>
span { border-color: #E2693D; }
span { border-color: rgb(226,105,61); }
td.TdClassName
{
border-color: #E2693D;
}
.TagClassName
{
border-color: #E2693D;
}
</style>