Shades of Sorbus #EC693F
Tints of Sorbus #EC693F
RGB
CMYK
RGB Variations
Color information
#EC693F (or 0xEC693F) is known color: Sorbus. HEX triplet: EC, 69 and 3F. RGB value is (236,105,63). Sum of RGB (Red+Green+Blue) = 236+105+63=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 63 (25% from 255 or 15.59% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC693F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC693F is #1396C0. Grayscale: #8B8B8B. Windows color (decimal): -1283777 or 4155884. OLE color: 4155884.
HSL color Cylindrical-coordinate representation of color #EC693F: hue angle of 14.57º 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 #EC693F is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 63 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.07 |
| HSL | 14.57º | 0.82% | 0.59% | - |
| HSV(B) | 14.57º | 0.73% | 0.93% | - |
| XYZ | 40.54 | 28.29 | 8.03 | - |
| YUV | 139.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 63 | 0 | 0.56 | 0.73 | 0.07 | 14.57 | 0.82 | 0.59 |
| Hex | EC | 69 | 3F | 0 | 38 | 49 | 7 | F | 52 | 3B |
| Octal | 354 | 151 | 77 | 0 | 70 | 111 | 7 | 17 | 122 | 73 |
| Binary | 11101100 | 1101001 | 111111 | 0 | 111000 | 1001001 | 111 | 1111 | 1010010 | 111011 |
Color Harmonies of #EC693F
Complementary color
Monochromatic Colors of #EC693F
Black with #EC693F
Text Example
Text Example
White with #EC693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC693F; }
p { color: rgb(236,105,63); }
H1.HeaderClassName
{
color: #EC693F;
}
.AnyTagClassName
{
color: #EC693F;
}
</style>
background-color css
<style>
a { background-color: #EC693F; }
a { background-color: rgb(236,105,63); }
div.DivClassName
{
background-color: #EC693F;
}
.BgClassName
{
background-color: #EC693F;
}
</style>
border-color css
<style>
span { border-color: #EC693F; }
span { border-color: rgb(236,105,63); }
td.TdClassName
{
border-color: #EC693F;
}
.TagClassName
{
border-color: #EC693F;
}
</style>