Shades of Sorbus #EC693C
Tints of Sorbus #EC693C
RGB
CMYK
RGB Variations
Color information
#EC693C (or 0xEC693C) is known color: Sorbus. HEX triplet: EC, 69 and 3C. RGB value is (236,105,60). Sum of RGB (Red+Green+Blue) = 236+105+60=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC693C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC693C is #1396C3. Grayscale: #8B8B8B. Windows color (decimal): -1283780 or 3959276. OLE color: 3959276.
HSL color Cylindrical-coordinate representation of color #EC693C: hue angle of 15.34º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EC693C is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 60 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.07 |
| HSL | 15.34º | 0.82% | 0.58% | - |
| HSV(B) | 15.34º | 0.75% | 0.93% | - |
| XYZ | 40.46 | 28.26 | 7.6 | - |
| YUV | 139.04 | 83.4 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 60 | 0 | 0.56 | 0.75 | 0.07 | 15.34 | 0.82 | 0.58 |
| Hex | EC | 69 | 3C | 0 | 38 | 4B | 7 | F | 52 | 3A |
| Octal | 354 | 151 | 74 | 0 | 70 | 113 | 7 | 17 | 122 | 72 |
| Binary | 11101100 | 1101001 | 111100 | 0 | 111000 | 1001011 | 111 | 1111 | 1010010 | 111010 |
Color Harmonies of #EC693C
Complementary color
Monochromatic Colors of #EC693C
Black with #EC693C
Text Example
Text Example
White with #EC693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC693C; }
p { color: rgb(236,105,60); }
H1.HeaderClassName
{
color: #EC693C;
}
.AnyTagClassName
{
color: #EC693C;
}
</style>
background-color css
<style>
a { background-color: #EC693C; }
a { background-color: rgb(236,105,60); }
div.DivClassName
{
background-color: #EC693C;
}
.BgClassName
{
background-color: #EC693C;
}
</style>
border-color css
<style>
span { border-color: #EC693C; }
span { border-color: rgb(236,105,60); }
td.TdClassName
{
border-color: #EC693C;
}
.TagClassName
{
border-color: #EC693C;
}
</style>