Shades of Sorbus #EC602E
Tints of Sorbus #EC602E
RGB
CMYK
RGB Variations
Color information
#EC602E (or 0xEC602E) is known color: Sorbus. HEX triplet: EC, 60 and 2E. RGB value is (236,96,46). Sum of RGB (Red+Green+Blue) = 236+96+46=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 46 (18.36% from 255 or 12.17% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC602E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC602E is #139FD1. Grayscale: #848484. Windows color (decimal): -1286098 or 3039468. OLE color: 3039468.
HSL color Cylindrical-coordinate representation of color #EC602E: hue angle of 15.79º 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 #EC602E is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 46 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.07 |
| HSL | 15.79º | 0.83% | 0.55% | - |
| HSV(B) | 15.79º | 0.81% | 0.93% | - |
| XYZ | 39.27 | 26.4 | 5.61 | - |
| YUV | 132.16 | 79.38 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 46 | 0 | 0.59 | 0.81 | 0.07 | 15.79 | 0.83 | 0.55 |
| Hex | EC | 60 | 2E | 0 | 3B | 51 | 7 | 10 | 53 | 37 |
| Octal | 354 | 140 | 56 | 0 | 73 | 121 | 7 | 20 | 123 | 67 |
| Binary | 11101100 | 1100000 | 101110 | 0 | 111011 | 1010001 | 111 | 10000 | 1010011 | 110111 |
Color Harmonies of #EC602E
Complementary color
Monochromatic Colors of #EC602E
Black with #EC602E
Text Example
Text Example
White with #EC602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC602E; }
p { color: rgb(236,96,46); }
H1.HeaderClassName
{
color: #EC602E;
}
.AnyTagClassName
{
color: #EC602E;
}
</style>
background-color css
<style>
a { background-color: #EC602E; }
a { background-color: rgb(236,96,46); }
div.DivClassName
{
background-color: #EC602E;
}
.BgClassName
{
background-color: #EC602E;
}
</style>
border-color css
<style>
span { border-color: #EC602E; }
span { border-color: rgb(236,96,46); }
td.TdClassName
{
border-color: #EC602E;
}
.TagClassName
{
border-color: #EC602E;
}
</style>