Shades of Sorbus #EC6640
Tints of Sorbus #EC6640
RGB
CMYK
RGB Variations
Color information
#EC6640 (or 0xEC6640) is known color: Sorbus. HEX triplet: EC, 66 and 40. RGB value is (236,102,64). Sum of RGB (Red+Green+Blue) = 236+102+64=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 64 (25.39% from 255 or 15.92% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6640 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6640 is #1399BF. Grayscale: #8A8A8A. Windows color (decimal): -1284544 or 4220652. OLE color: 4220652.
HSL color Cylindrical-coordinate representation of color #EC6640: hue angle of 13.26º 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 #EC6640 is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 64 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.07 |
| HSL | 13.26º | 0.82% | 0.59% | - |
| HSV(B) | 13.26º | 0.73% | 0.93% | - |
| XYZ | 40.27 | 27.71 | 8.08 | - |
| YUV | 137.73 | 86.39 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 64 | 0 | 0.57 | 0.73 | 0.07 | 13.26 | 0.82 | 0.59 |
| Hex | EC | 66 | 40 | 0 | 39 | 49 | 7 | D | 52 | 3B |
| Octal | 354 | 146 | 100 | 0 | 71 | 111 | 7 | 15 | 122 | 73 |
| Binary | 11101100 | 1100110 | 1000000 | 0 | 111001 | 1001001 | 111 | 1101 | 1010010 | 111011 |
Color Harmonies of #EC6640
Complementary color
Monochromatic Colors of #EC6640
Black with #EC6640
Text Example
Text Example
White with #EC6640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6640; }
p { color: rgb(236,102,64); }
H1.HeaderClassName
{
color: #EC6640;
}
.AnyTagClassName
{
color: #EC6640;
}
</style>
background-color css
<style>
a { background-color: #EC6640; }
a { background-color: rgb(236,102,64); }
div.DivClassName
{
background-color: #EC6640;
}
.BgClassName
{
background-color: #EC6640;
}
</style>
border-color css
<style>
span { border-color: #EC6640; }
span { border-color: rgb(236,102,64); }
td.TdClassName
{
border-color: #EC6640;
}
.TagClassName
{
border-color: #EC6640;
}
</style>