Shades of Sorbus #EC6232
Tints of Sorbus #EC6232
RGB
CMYK
RGB Variations
Color information
#EC6232 (or 0xEC6232) is known color: Sorbus. HEX triplet: EC, 62 and 32. RGB value is (236,98,50). Sum of RGB (Red+Green+Blue) = 236+98+50=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 50 (19.92% from 255 or 13.02% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6232 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6232 is #139DCD. Grayscale: #868686. Windows color (decimal): -1285582 or 3302124. OLE color: 3302124.
HSL color Cylindrical-coordinate representation of color #EC6232: hue angle of 15.48º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC6232 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 98 | 50 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.07 |
| HSL | 15.48º | 0.83% | 0.56% | - |
| HSV(B) | 15.48º | 0.79% | 0.93% | - |
| XYZ | 39.54 | 26.8 | 6.11 | - |
| YUV | 133.79 | 80.72 | 200.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 98 | 50 | 0 | 0.58 | 0.79 | 0.07 | 15.48 | 0.83 | 0.56 |
| Hex | EC | 62 | 32 | 0 | 3A | 4F | 7 | F | 53 | 38 |
| Octal | 354 | 142 | 62 | 0 | 72 | 117 | 7 | 17 | 123 | 70 |
| Binary | 11101100 | 1100010 | 110010 | 0 | 111010 | 1001111 | 111 | 1111 | 1010011 | 111000 |
Color Harmonies of #EC6232
Complementary color
Monochromatic Colors of #EC6232
Black with #EC6232
Text Example
Text Example
White with #EC6232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC6232; }
p { color: rgb(236,98,50); }
H1.HeaderClassName
{
color: #EC6232;
}
.AnyTagClassName
{
color: #EC6232;
}
</style>
background-color css
<style>
a { background-color: #EC6232; }
a { background-color: rgb(236,98,50); }
div.DivClassName
{
background-color: #EC6232;
}
.BgClassName
{
background-color: #EC6232;
}
</style>
border-color css
<style>
span { border-color: #EC6232; }
span { border-color: rgb(236,98,50); }
td.TdClassName
{
border-color: #EC6232;
}
.TagClassName
{
border-color: #EC6232;
}
</style>