Shades of Sorbus #EC6940
Tints of Sorbus #EC6940
RGB
CMYK
RGB Variations
Color information
#EC6940 (or 0xEC6940) is known color: Sorbus. HEX triplet: EC, 69 and 40. RGB value is (236,105,64). Sum of RGB (Red+Green+Blue) = 236+105+64=405 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.27% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6940 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6940 is #1396BF. Grayscale: #8B8B8B. Windows color (decimal): -1283776 or 4221420. OLE color: 4221420.
HSL color Cylindrical-coordinate representation of color #EC6940: hue angle of 14.3º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC6940 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 64 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.07 |
| HSL | 14.3º | 0.82% | 0.59% | - |
| HSV(B) | 14.3º | 0.73% | 0.93% | - |
| XYZ | 40.57 | 28.31 | 8.18 | - |
| YUV | 139.5 | 85.4 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 64 | 0 | 0.56 | 0.73 | 0.07 | 14.3 | 0.82 | 0.59 |
| Hex | EC | 69 | 40 | 0 | 38 | 49 | 7 | E | 52 | 3B |
| Octal | 354 | 151 | 100 | 0 | 70 | 111 | 7 | 16 | 122 | 73 |
| Binary | 11101100 | 1101001 | 1000000 | 0 | 111000 | 1001001 | 111 | 1110 | 1010010 | 111011 |
Color Harmonies of #EC6940
Complementary color
Monochromatic Colors of #EC6940
Black with #EC6940
Text Example
Text Example
White with #EC6940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6940; }
p { color: rgb(236,105,64); }
H1.HeaderClassName
{
color: #EC6940;
}
.AnyTagClassName
{
color: #EC6940;
}
</style>
background-color css
<style>
a { background-color: #EC6940; }
a { background-color: rgb(236,105,64); }
div.DivClassName
{
background-color: #EC6940;
}
.BgClassName
{
background-color: #EC6940;
}
</style>
border-color css
<style>
span { border-color: #EC6940; }
span { border-color: rgb(236,105,64); }
td.TdClassName
{
border-color: #EC6940;
}
.TagClassName
{
border-color: #EC6940;
}
</style>