Shades of Sorbus #EC602C
Tints of Sorbus #EC602C
RGB
CMYK
RGB Variations
Color information
#EC602C (or 0xEC602C) is known color: Sorbus. HEX triplet: EC, 60 and 2C. RGB value is (236,96,44). Sum of RGB (Red+Green+Blue) = 236+96+44=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 44 (17.58% from 255 or 11.70% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC602C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC602C is #139FD3. Grayscale: #848484. Windows color (decimal): -1286100 or 2908396. OLE color: 2908396.
HSL color Cylindrical-coordinate representation of color #EC602C: hue angle of 16.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC602C is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 44 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.07 |
| HSL | 16.25º | 0.83% | 0.55% | - |
| HSV(B) | 16.25º | 0.81% | 0.93% | - |
| XYZ | 39.23 | 26.38 | 5.41 | - |
| YUV | 131.93 | 78.38 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 44 | 0 | 0.59 | 0.81 | 0.07 | 16.25 | 0.83 | 0.55 |
| Hex | EC | 60 | 2C | 0 | 3B | 51 | 7 | 10 | 53 | 37 |
| Octal | 354 | 140 | 54 | 0 | 73 | 121 | 7 | 20 | 123 | 67 |
| Binary | 11101100 | 1100000 | 101100 | 0 | 111011 | 1010001 | 111 | 10000 | 1010011 | 110111 |
Color Harmonies of #EC602C
Complementary color
Monochromatic Colors of #EC602C
Black with #EC602C
Text Example
Text Example
White with #EC602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC602C; }
p { color: rgb(236,96,44); }
H1.HeaderClassName
{
color: #EC602C;
}
.AnyTagClassName
{
color: #EC602C;
}
</style>
background-color css
<style>
a { background-color: #EC602C; }
a { background-color: rgb(236,96,44); }
div.DivClassName
{
background-color: #EC602C;
}
.BgClassName
{
background-color: #EC602C;
}
</style>
border-color css
<style>
span { border-color: #EC602C; }
span { border-color: rgb(236,96,44); }
td.TdClassName
{
border-color: #EC602C;
}
.TagClassName
{
border-color: #EC602C;
}
</style>