Shades of Sorbus #EC642A
Tints of Sorbus #EC642A
RGB
CMYK
RGB Variations
Color information
#EC642A (or 0xEC642A) is known color: Sorbus. HEX triplet: EC, 64 and 2A. RGB value is (236,100,42). Sum of RGB (Red+Green+Blue) = 236+100+42=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 42 (16.80% from 255 or 11.11% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC642A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC642A is #139BD5. Grayscale: #868686. Windows color (decimal): -1285078 or 2778348. OLE color: 2778348.
HSL color Cylindrical-coordinate representation of color #EC642A: hue angle of 17.94º 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 #EC642A is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 42 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.07 |
| HSL | 17.94º | 0.84% | 0.55% | - |
| HSV(B) | 17.94º | 0.82% | 0.93% | - |
| XYZ | 39.57 | 27.11 | 5.34 | - |
| YUV | 134.05 | 76.06 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 42 | 0 | 0.58 | 0.82 | 0.07 | 17.94 | 0.84 | 0.55 |
| Hex | EC | 64 | 2A | 0 | 3A | 52 | 7 | 12 | 54 | 37 |
| Octal | 354 | 144 | 52 | 0 | 72 | 122 | 7 | 22 | 124 | 67 |
| Binary | 11101100 | 1100100 | 101010 | 0 | 111010 | 1010010 | 111 | 10010 | 1010100 | 110111 |
Color Harmonies of #EC642A
Complementary color
Monochromatic Colors of #EC642A
Black with #EC642A
Text Example
Text Example
White with #EC642A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC642A; }
p { color: rgb(236,100,42); }
H1.HeaderClassName
{
color: #EC642A;
}
.AnyTagClassName
{
color: #EC642A;
}
</style>
background-color css
<style>
a { background-color: #EC642A; }
a { background-color: rgb(236,100,42); }
div.DivClassName
{
background-color: #EC642A;
}
.BgClassName
{
background-color: #EC642A;
}
</style>
border-color css
<style>
span { border-color: #EC642A; }
span { border-color: rgb(236,100,42); }
td.TdClassName
{
border-color: #EC642A;
}
.TagClassName
{
border-color: #EC642A;
}
</style>