Shades of Sorbus #EC693A
Tints of Sorbus #EC693A
RGB
CMYK
RGB Variations
Color information
#EC693A (or 0xEC693A) is known color: Sorbus. HEX triplet: EC, 69 and 3A. RGB value is (236,105,58). Sum of RGB (Red+Green+Blue) = 236+105+58=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 58 (23.05% from 255 or 14.54% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC693A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC693A is #1396C5. Grayscale: #8B8B8B. Windows color (decimal): -1283782 or 3828204. OLE color: 3828204.
HSL color Cylindrical-coordinate representation of color #EC693A: hue angle of 15.84º 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 #EC693A is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 58 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.07 |
| HSL | 15.84º | 0.82% | 0.58% | - |
| HSV(B) | 15.84º | 0.75% | 0.93% | - |
| XYZ | 40.41 | 28.24 | 7.32 | - |
| YUV | 138.81 | 82.4 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 58 | 0 | 0.56 | 0.75 | 0.07 | 15.84 | 0.82 | 0.58 |
| Hex | EC | 69 | 3A | 0 | 38 | 4B | 7 | 10 | 52 | 3A |
| Octal | 354 | 151 | 72 | 0 | 70 | 113 | 7 | 20 | 122 | 72 |
| Binary | 11101100 | 1101001 | 111010 | 0 | 111000 | 1001011 | 111 | 10000 | 1010010 | 111010 |
Color Harmonies of #EC693A
Complementary color
Monochromatic Colors of #EC693A
Black with #EC693A
Text Example
Text Example
White with #EC693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC693A; }
p { color: rgb(236,105,58); }
H1.HeaderClassName
{
color: #EC693A;
}
.AnyTagClassName
{
color: #EC693A;
}
</style>
background-color css
<style>
a { background-color: #EC693A; }
a { background-color: rgb(236,105,58); }
div.DivClassName
{
background-color: #EC693A;
}
.BgClassName
{
background-color: #EC693A;
}
</style>
border-color css
<style>
span { border-color: #EC693A; }
span { border-color: rgb(236,105,58); }
td.TdClassName
{
border-color: #EC693A;
}
.TagClassName
{
border-color: #EC693A;
}
</style>