Shades of Sorbus #EC6028
Tints of Sorbus #EC6028
RGB
CMYK
RGB Variations
Color information
#EC6028 (or 0xEC6028) is known color: Sorbus. HEX triplet: EC, 60 and 28. RGB value is (236,96,40). Sum of RGB (Red+Green+Blue) = 236+96+40=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6028 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6028 is #139FD7. Grayscale: #838383. Windows color (decimal): -1286104 or 2646252. OLE color: 2646252.
HSL color Cylindrical-coordinate representation of color #EC6028: hue angle of 17.14º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EC6028 is Cyan = 0, Magento = 0.59, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 40 | - |
| CMYK | 0 | 0.59 | 0.83 | 0.07 |
| HSL | 17.14º | 0.84% | 0.54% | - |
| HSV(B) | 17.14º | 0.83% | 0.93% | - |
| XYZ | 39.16 | 26.35 | 5.03 | - |
| YUV | 131.48 | 76.38 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 40 | 0 | 0.59 | 0.83 | 0.07 | 17.14 | 0.84 | 0.54 |
| Hex | EC | 60 | 28 | 0 | 3B | 53 | 7 | 11 | 54 | 36 |
| Octal | 354 | 140 | 50 | 0 | 73 | 123 | 7 | 21 | 124 | 66 |
| Binary | 11101100 | 1100000 | 101000 | 0 | 111011 | 1010011 | 111 | 10001 | 1010100 | 110110 |
Color Harmonies of #EC6028
Complementary color
Monochromatic Colors of #EC6028
Black with #EC6028
Text Example
Text Example
White with #EC6028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6028; }
p { color: rgb(236,96,40); }
H1.HeaderClassName
{
color: #EC6028;
}
.AnyTagClassName
{
color: #EC6028;
}
</style>
background-color css
<style>
a { background-color: #EC6028; }
a { background-color: rgb(236,96,40); }
div.DivClassName
{
background-color: #EC6028;
}
.BgClassName
{
background-color: #EC6028;
}
</style>
border-color css
<style>
span { border-color: #EC6028; }
span { border-color: rgb(236,96,40); }
td.TdClassName
{
border-color: #EC6028;
}
.TagClassName
{
border-color: #EC6028;
}
</style>