Shades of Sorbus #E26C3C
Tints of Sorbus #E26C3C
RGB
CMYK
RGB Variations
Color information
#E26C3C (or 0xE26C3C) is known color: Sorbus. HEX triplet: E2, 6C and 3C. RGB value is (226,108,60). Sum of RGB (Red+Green+Blue) = 226+108+60=394 (52% of max value = 765). Red value is 226 (88.67% from 255 or 57.36% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 60 (23.83% from 255 or 15.23% from 394); Max value from RGB is 226 - color contains mainly: red. Hex color #E26C3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E26C3C is #1D93C3. Grayscale: #8A8A8A. Windows color (decimal): -1938372 or 3960034. OLE color: 3960034.
HSL color Cylindrical-coordinate representation of color #E26C3C: hue angle of 17.35º 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 #E26C3C is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 108 | 60 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.11 |
| HSL | 17.35º | 0.74% | 0.56% | - |
| HSV(B) | 17.35º | 0.73% | 0.89% | - |
| XYZ | 37.54 | 27.22 | 7.55 | - |
| YUV | 137.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 108 | 60 | 0 | 0.52 | 0.73 | 0.11 | 17.35 | 0.74 | 0.56 |
| Hex | E2 | 6C | 3C | 0 | 34 | 49 | B | 11 | 4A | 38 |
| Octal | 342 | 154 | 74 | 0 | 64 | 111 | 13 | 21 | 112 | 70 |
| Binary | 11100010 | 1101100 | 111100 | 0 | 110100 | 1001001 | 1011 | 10001 | 1001010 | 111000 |
Color Harmonies of #E26C3C
Complementary color
Monochromatic Colors of #E26C3C
Black with #E26C3C
Text Example
Text Example
White with #E26C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E26C3C; }
p { color: rgb(226,108,60); }
H1.HeaderClassName
{
color: #E26C3C;
}
.AnyTagClassName
{
color: #E26C3C;
}
</style>
background-color css
<style>
a { background-color: #E26C3C; }
a { background-color: rgb(226,108,60); }
div.DivClassName
{
background-color: #E26C3C;
}
.BgClassName
{
background-color: #E26C3C;
}
</style>
border-color css
<style>
span { border-color: #E26C3C; }
span { border-color: rgb(226,108,60); }
td.TdClassName
{
border-color: #E26C3C;
}
.TagClassName
{
border-color: #E26C3C;
}
</style>