Shades of Sorbus #E26E3C
Tints of Sorbus #E26E3C
RGB
CMYK
RGB Variations
Color information
#E26E3C (or 0xE26E3C) is known color: Sorbus. HEX triplet: E2, 6E and 3C. RGB value is (226,110,60). Sum of RGB (Red+Green+Blue) = 226+110+60=396 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.07% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 226 - color contains mainly: red. Hex color #E26E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26E3C is #1D91C3. Grayscale: #8B8B8B. Windows color (decimal): -1937860 or 3960546. OLE color: 3960546.
HSL color Cylindrical-coordinate representation of color #E26E3C: hue angle of 18.07º 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 #E26E3C is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 110 | 60 | - |
| CMYK | 0 | 0.51 | 0.73 | 0.11 |
| HSL | 18.07º | 0.74% | 0.56% | - |
| HSV(B) | 18.07º | 0.73% | 0.89% | - |
| XYZ | 37.76 | 27.65 | 7.62 | - |
| YUV | 138.98 | 83.43 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 110 | 60 | 0 | 0.51 | 0.73 | 0.11 | 18.07 | 0.74 | 0.56 |
| Hex | E2 | 6E | 3C | 0 | 33 | 49 | B | 12 | 4A | 38 |
| Octal | 342 | 156 | 74 | 0 | 63 | 111 | 13 | 22 | 112 | 70 |
| Binary | 11100010 | 1101110 | 111100 | 0 | 110011 | 1001001 | 1011 | 10010 | 1001010 | 111000 |
Color Harmonies of #E26E3C
Complementary color
Monochromatic Colors of #E26E3C
Black with #E26E3C
Text Example
Text Example
White with #E26E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26E3C; }
p { color: rgb(226,110,60); }
H1.HeaderClassName
{
color: #E26E3C;
}
.AnyTagClassName
{
color: #E26E3C;
}
</style>
background-color css
<style>
a { background-color: #E26E3C; }
a { background-color: rgb(226,110,60); }
div.DivClassName
{
background-color: #E26E3C;
}
.BgClassName
{
background-color: #E26E3C;
}
</style>
border-color css
<style>
span { border-color: #E26E3C; }
span { border-color: rgb(226,110,60); }
td.TdClassName
{
border-color: #E26E3C;
}
.TagClassName
{
border-color: #E26E3C;
}
</style>