Shades of Sorbus #EC643B
Tints of Sorbus #EC643B
RGB
CMYK
RGB Variations
Color information
#EC643B (or 0xEC643B) is known color: Sorbus. HEX triplet: EC, 64 and 3B. RGB value is (236,100,59). Sum of RGB (Red+Green+Blue) = 236+100+59=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 100 (39.45% from 255 or 25.32% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC643B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC643B is #139BC4. Grayscale: #888888. Windows color (decimal): -1285061 or 3892460. OLE color: 3892460.
HSL color Cylindrical-coordinate representation of color #EC643B: hue angle of 13.9º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC643B is Cyan = 0, Magento = 0.58, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 100 | 59 | - |
| CMYK | 0 | 0.58 | 0.75 | 0.07 |
| HSL | 13.9º | 0.82% | 0.58% | - |
| HSV(B) | 13.9º | 0.75% | 0.93% | - |
| XYZ | 39.94 | 27.26 | 7.29 | - |
| YUV | 135.99 | 84.56 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 100 | 59 | 0 | 0.58 | 0.75 | 0.07 | 13.9 | 0.82 | 0.58 |
| Hex | EC | 64 | 3B | 0 | 3A | 4B | 7 | E | 52 | 3A |
| Octal | 354 | 144 | 73 | 0 | 72 | 113 | 7 | 16 | 122 | 72 |
| Binary | 11101100 | 1100100 | 111011 | 0 | 111010 | 1001011 | 111 | 1110 | 1010010 | 111010 |
Color Harmonies of #EC643B
Complementary color
Monochromatic Colors of #EC643B
Black with #EC643B
Text Example
Text Example
White with #EC643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC643B; }
p { color: rgb(236,100,59); }
H1.HeaderClassName
{
color: #EC643B;
}
.AnyTagClassName
{
color: #EC643B;
}
</style>
background-color css
<style>
a { background-color: #EC643B; }
a { background-color: rgb(236,100,59); }
div.DivClassName
{
background-color: #EC643B;
}
.BgClassName
{
background-color: #EC643B;
}
</style>
border-color css
<style>
span { border-color: #EC643B; }
span { border-color: rgb(236,100,59); }
td.TdClassName
{
border-color: #EC643B;
}
.TagClassName
{
border-color: #EC643B;
}
</style>