Shades of Sorbus #EC622F
Tints of Sorbus #EC622F
RGB
CMYK
RGB Variations
Color information
#EC622F (or 0xEC622F) is known color: Sorbus. HEX triplet: EC, 62 and 2F. RGB value is (236,98,47). Sum of RGB (Red+Green+Blue) = 236+98+47=381 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.94% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 47 (18.75% from 255 or 12.34% from 381); Max value from RGB is 236 - color contains mainly: red. Hex color #EC622F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC622F is #139DD0. Grayscale: #858585. Windows color (decimal): -1285585 or 3105516. OLE color: 3105516.
HSL color Cylindrical-coordinate representation of color #EC622F: hue angle of 16.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC622F is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 47 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.07 |
| HSL | 16.19º | 0.83% | 0.55% | - |
| HSV(B) | 16.19º | 0.8% | 0.93% | - |
| XYZ | 39.47 | 26.77 | 5.78 | - |
| YUV | 133.45 | 79.22 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 47 | 0 | 0.58 | 0.80 | 0.07 | 16.19 | 0.83 | 0.55 |
| Hex | EC | 62 | 2F | 0 | 3A | 50 | 7 | 10 | 53 | 37 |
| Octal | 354 | 142 | 57 | 0 | 72 | 120 | 7 | 20 | 123 | 67 |
| Binary | 11101100 | 1100010 | 101111 | 0 | 111010 | 1010000 | 111 | 10000 | 1010011 | 110111 |
Color Harmonies of #EC622F
Complementary color
Monochromatic Colors of #EC622F
Black with #EC622F
Text Example
Text Example
White with #EC622F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC622F; }
p { color: rgb(236,98,47); }
H1.HeaderClassName
{
color: #EC622F;
}
.AnyTagClassName
{
color: #EC622F;
}
</style>
background-color css
<style>
a { background-color: #EC622F; }
a { background-color: rgb(236,98,47); }
div.DivClassName
{
background-color: #EC622F;
}
.BgClassName
{
background-color: #EC622F;
}
</style>
border-color css
<style>
span { border-color: #EC622F; }
span { border-color: rgb(236,98,47); }
td.TdClassName
{
border-color: #EC622F;
}
.TagClassName
{
border-color: #EC622F;
}
</style>