Shades of Sorbus #EC6840
Tints of Sorbus #EC6840
RGB
CMYK
RGB Variations
Color information
#EC6840 (or 0xEC6840) is known color: Sorbus. HEX triplet: EC, 68 and 40. RGB value is (236,104,64). Sum of RGB (Red+Green+Blue) = 236+104+64=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 64 (25.39% from 255 or 15.84% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6840 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6840 is #1397BF. Grayscale: #8B8B8B. Windows color (decimal): -1284032 or 4221164. OLE color: 4221164.
HSL color Cylindrical-coordinate representation of color #EC6840: hue angle of 13.95º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC6840 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 64 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.07 |
| HSL | 13.95º | 0.82% | 0.59% | - |
| HSV(B) | 13.95º | 0.73% | 0.93% | - |
| XYZ | 40.47 | 28.1 | 8.14 | - |
| YUV | 138.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 64 | 0 | 0.56 | 0.73 | 0.07 | 13.95 | 0.82 | 0.59 |
| Hex | EC | 68 | 40 | 0 | 38 | 49 | 7 | E | 52 | 3B |
| Octal | 354 | 150 | 100 | 0 | 70 | 111 | 7 | 16 | 122 | 73 |
| Binary | 11101100 | 1101000 | 1000000 | 0 | 111000 | 1001001 | 111 | 1110 | 1010010 | 111011 |
Color Harmonies of #EC6840
Complementary color
Monochromatic Colors of #EC6840
Black with #EC6840
Text Example
Text Example
White with #EC6840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6840; }
p { color: rgb(236,104,64); }
H1.HeaderClassName
{
color: #EC6840;
}
.AnyTagClassName
{
color: #EC6840;
}
</style>
background-color css
<style>
a { background-color: #EC6840; }
a { background-color: rgb(236,104,64); }
div.DivClassName
{
background-color: #EC6840;
}
.BgClassName
{
background-color: #EC6840;
}
</style>
border-color css
<style>
span { border-color: #EC6840; }
span { border-color: rgb(236,104,64); }
td.TdClassName
{
border-color: #EC6840;
}
.TagClassName
{
border-color: #EC6840;
}
</style>