Shades of Sorbus #EC683F
Tints of Sorbus #EC683F
RGB
CMYK
RGB Variations
Color information
#EC683F (or 0xEC683F) is known color: Sorbus. HEX triplet: EC, 68 and 3F. RGB value is (236,104,63). Sum of RGB (Red+Green+Blue) = 236+104+63=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 104 (41.02% from 255 or 25.81% from 403); Blue value is 63 (25% from 255 or 15.63% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC683F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC683F is #1397C0. Grayscale: #8B8B8B. Windows color (decimal): -1284033 or 4155628. OLE color: 4155628.
HSL color Cylindrical-coordinate representation of color #EC683F: hue angle of 14.22º 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 #EC683F is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 104 | 63 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.07 |
| HSL | 14.22º | 0.82% | 0.59% | - |
| HSV(B) | 14.22º | 0.73% | 0.93% | - |
| XYZ | 40.44 | 28.09 | 7.99 | - |
| YUV | 138.79 | 85.23 | 197.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 104 | 63 | 0 | 0.56 | 0.73 | 0.07 | 14.22 | 0.82 | 0.59 |
| Hex | EC | 68 | 3F | 0 | 38 | 49 | 7 | E | 52 | 3B |
| Octal | 354 | 150 | 77 | 0 | 70 | 111 | 7 | 16 | 122 | 73 |
| Binary | 11101100 | 1101000 | 111111 | 0 | 111000 | 1001001 | 111 | 1110 | 1010010 | 111011 |
Color Harmonies of #EC683F
Complementary color
Monochromatic Colors of #EC683F
Black with #EC683F
Text Example
Text Example
White with #EC683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC683F; }
p { color: rgb(236,104,63); }
H1.HeaderClassName
{
color: #EC683F;
}
.AnyTagClassName
{
color: #EC683F;
}
</style>
background-color css
<style>
a { background-color: #EC683F; }
a { background-color: rgb(236,104,63); }
div.DivClassName
{
background-color: #EC683F;
}
.BgClassName
{
background-color: #EC683F;
}
</style>
border-color css
<style>
span { border-color: #EC683F; }
span { border-color: rgb(236,104,63); }
td.TdClassName
{
border-color: #EC683F;
}
.TagClassName
{
border-color: #EC683F;
}
</style>