Shades of Sorbus #EC663F
Tints of Sorbus #EC663F
RGB
CMYK
RGB Variations
Color information
#EC663F (or 0xEC663F) is known color: Sorbus. HEX triplet: EC, 66 and 3F. RGB value is (236,102,63). Sum of RGB (Red+Green+Blue) = 236+102+63=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC663F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC663F is #1399C0. Grayscale: #898989. Windows color (decimal): -1284545 or 4155116. OLE color: 4155116.
HSL color Cylindrical-coordinate representation of color #EC663F: hue angle of 13.53º 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 #EC663F is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 102 | 63 | - |
| CMYK | 0 | 0.57 | 0.73 | 0.07 |
| HSL | 13.53º | 0.82% | 0.59% | - |
| HSV(B) | 13.53º | 0.73% | 0.93% | - |
| XYZ | 40.24 | 27.69 | 7.93 | - |
| YUV | 137.62 | 85.89 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 102 | 63 | 0 | 0.57 | 0.73 | 0.07 | 13.53 | 0.82 | 0.59 |
| Hex | EC | 66 | 3F | 0 | 39 | 49 | 7 | E | 52 | 3B |
| Octal | 354 | 146 | 77 | 0 | 71 | 111 | 7 | 16 | 122 | 73 |
| Binary | 11101100 | 1100110 | 111111 | 0 | 111001 | 1001001 | 111 | 1110 | 1010010 | 111011 |
Color Harmonies of #EC663F
Complementary color
Monochromatic Colors of #EC663F
Black with #EC663F
Text Example
Text Example
White with #EC663F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC663F; }
p { color: rgb(236,102,63); }
H1.HeaderClassName
{
color: #EC663F;
}
.AnyTagClassName
{
color: #EC663F;
}
</style>
background-color css
<style>
a { background-color: #EC663F; }
a { background-color: rgb(236,102,63); }
div.DivClassName
{
background-color: #EC663F;
}
.BgClassName
{
background-color: #EC663F;
}
</style>
border-color css
<style>
span { border-color: #EC663F; }
span { border-color: rgb(236,102,63); }
td.TdClassName
{
border-color: #EC663F;
}
.TagClassName
{
border-color: #EC663F;
}
</style>