Shades of Sorbus #EC6C3E
Tints of Sorbus #EC6C3E
RGB
CMYK
RGB Variations
Color information
#EC6C3E (or 0xEC6C3E) is known color: Sorbus. HEX triplet: EC, 6C and 3E. RGB value is (236,108,62). Sum of RGB (Red+Green+Blue) = 236+108+62=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 62 (24.61% from 255 or 15.27% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6C3E is #1393C1. Grayscale: #8D8D8D. Windows color (decimal): -1283010 or 4091116. OLE color: 4091116.
HSL color Cylindrical-coordinate representation of color #EC6C3E: hue angle of 15.86º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC6C3E is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 108 | 62 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.07 |
| HSL | 15.86º | 0.82% | 0.58% | - |
| HSV(B) | 15.86º | 0.74% | 0.93% | - |
| XYZ | 40.82 | 28.91 | 7.99 | - |
| YUV | 141.03 | 83.41 | 195.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 108 | 62 | 0 | 0.54 | 0.74 | 0.07 | 15.86 | 0.82 | 0.58 |
| Hex | EC | 6C | 3E | 0 | 36 | 4A | 7 | 10 | 52 | 3A |
| Octal | 354 | 154 | 76 | 0 | 66 | 112 | 7 | 20 | 122 | 72 |
| Binary | 11101100 | 1101100 | 111110 | 0 | 110110 | 1001010 | 111 | 10000 | 1010010 | 111010 |
Color Harmonies of #EC6C3E
Complementary color
Monochromatic Colors of #EC6C3E
Black with #EC6C3E
Text Example
Text Example
White with #EC6C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6C3E; }
p { color: rgb(236,108,62); }
H1.HeaderClassName
{
color: #EC6C3E;
}
.AnyTagClassName
{
color: #EC6C3E;
}
</style>
background-color css
<style>
a { background-color: #EC6C3E; }
a { background-color: rgb(236,108,62); }
div.DivClassName
{
background-color: #EC6C3E;
}
.BgClassName
{
background-color: #EC6C3E;
}
</style>
border-color css
<style>
span { border-color: #EC6C3E; }
span { border-color: rgb(236,108,62); }
td.TdClassName
{
border-color: #EC6C3E;
}
.TagClassName
{
border-color: #EC6C3E;
}
</style>