Shades of Sorbus #EC6C3C
Tints of Sorbus #EC6C3C
RGB
CMYK
RGB Variations
Color information
#EC6C3C (or 0xEC6C3C) is known color: Sorbus. HEX triplet: EC, 6C and 3C. RGB value is (236,108,60). Sum of RGB (Red+Green+Blue) = 236+108+60=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 108 (42.58% from 255 or 26.73% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6C3C is #1393C3. Grayscale: #8D8D8D. Windows color (decimal): -1283012 or 3960044. OLE color: 3960044.
HSL color Cylindrical-coordinate representation of color #EC6C3C: hue angle of 16.36º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC6C3C is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 60 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.07 |
| HSL | 16.36º | 0.82% | 0.58% | - |
| HSV(B) | 16.36º | 0.75% | 0.93% | - |
| XYZ | 40.77 | 28.88 | 7.7 | - |
| YUV | 140.8 | 82.41 | 195.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 60 | 0 | 0.54 | 0.75 | 0.07 | 16.36 | 0.82 | 0.58 |
| Hex | EC | 6C | 3C | 0 | 36 | 4B | 7 | 10 | 52 | 3A |
| Octal | 354 | 154 | 74 | 0 | 66 | 113 | 7 | 20 | 122 | 72 |
| Binary | 11101100 | 1101100 | 111100 | 0 | 110110 | 1001011 | 111 | 10000 | 1010010 | 111010 |
Color Harmonies of #EC6C3C
Complementary color
Monochromatic Colors of #EC6C3C
Black with #EC6C3C
Text Example
Text Example
White with #EC6C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C3C; }
p { color: rgb(236,108,60); }
H1.HeaderClassName
{
color: #EC6C3C;
}
.AnyTagClassName
{
color: #EC6C3C;
}
</style>
background-color css
<style>
a { background-color: #EC6C3C; }
a { background-color: rgb(236,108,60); }
div.DivClassName
{
background-color: #EC6C3C;
}
.BgClassName
{
background-color: #EC6C3C;
}
</style>
border-color css
<style>
span { border-color: #EC6C3C; }
span { border-color: rgb(236,108,60); }
td.TdClassName
{
border-color: #EC6C3C;
}
.TagClassName
{
border-color: #EC6C3C;
}
</style>