Shades of Sorbus #EC602A
Tints of Sorbus #EC602A
RGB
CMYK
RGB Variations
Color information
#EC602A (or 0xEC602A) is known color: Sorbus. HEX triplet: EC, 60 and 2A. RGB value is (236,96,42). Sum of RGB (Red+Green+Blue) = 236+96+42=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC602A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC602A is #139FD5. Grayscale: #848484. Windows color (decimal): -1286102 or 2777324. OLE color: 2777324.
HSL color Cylindrical-coordinate representation of color #EC602A: hue angle of 16.7º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC602A is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 96 | 42 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.07 |
| HSL | 16.7º | 0.84% | 0.55% | - |
| HSV(B) | 16.7º | 0.82% | 0.93% | - |
| XYZ | 39.19 | 26.37 | 5.21 | - |
| YUV | 131.7 | 77.38 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 96 | 42 | 0 | 0.59 | 0.82 | 0.07 | 16.7 | 0.84 | 0.55 |
| Hex | EC | 60 | 2A | 0 | 3B | 52 | 7 | 11 | 54 | 37 |
| Octal | 354 | 140 | 52 | 0 | 73 | 122 | 7 | 21 | 124 | 67 |
| Binary | 11101100 | 1100000 | 101010 | 0 | 111011 | 1010010 | 111 | 10001 | 1010100 | 110111 |
Color Harmonies of #EC602A
Complementary color
Monochromatic Colors of #EC602A
Black with #EC602A
Text Example
Text Example
White with #EC602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC602A; }
p { color: rgb(236,96,42); }
H1.HeaderClassName
{
color: #EC602A;
}
.AnyTagClassName
{
color: #EC602A;
}
</style>
background-color css
<style>
a { background-color: #EC602A; }
a { background-color: rgb(236,96,42); }
div.DivClassName
{
background-color: #EC602A;
}
.BgClassName
{
background-color: #EC602A;
}
</style>
border-color css
<style>
span { border-color: #EC602A; }
span { border-color: rgb(236,96,42); }
td.TdClassName
{
border-color: #EC602A;
}
.TagClassName
{
border-color: #EC602A;
}
</style>