Shades of Sorbus #EC7030
Tints of Sorbus #EC7030
RGB
CMYK
RGB Variations
Color information
#EC7030 (or 0xEC7030) is known color: Sorbus. HEX triplet: EC, 70 and 30. RGB value is (236,112,48). Sum of RGB (Red+Green+Blue) = 236+112+48=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 48 (19.14% from 255 or 12.12% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7030 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC7030 is #138FCF. Grayscale: #8E8E8E. Windows color (decimal): -1282000 or 3174636. OLE color: 3174636.
HSL color Cylindrical-coordinate representation of color #EC7030: hue angle of 20.43º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC7030 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 112 | 48 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.07 |
| HSL | 20.43º | 0.83% | 0.56% | - |
| HSV(B) | 20.43º | 0.8% | 0.93% | - |
| XYZ | 40.92 | 29.63 | 6.36 | - |
| YUV | 141.78 | 75.08 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 112 | 48 | 0 | 0.53 | 0.80 | 0.07 | 20.43 | 0.83 | 0.56 |
| Hex | EC | 70 | 30 | 0 | 35 | 50 | 7 | 14 | 53 | 38 |
| Octal | 354 | 160 | 60 | 0 | 65 | 120 | 7 | 24 | 123 | 70 |
| Binary | 11101100 | 1110000 | 110000 | 0 | 110101 | 1010000 | 111 | 10100 | 1010011 | 111000 |
Color Harmonies of #EC7030
Complementary color
Monochromatic Colors of #EC7030
Black with #EC7030
Text Example
Text Example
White with #EC7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC7030; }
p { color: rgb(236,112,48); }
H1.HeaderClassName
{
color: #EC7030;
}
.AnyTagClassName
{
color: #EC7030;
}
</style>
background-color css
<style>
a { background-color: #EC7030; }
a { background-color: rgb(236,112,48); }
div.DivClassName
{
background-color: #EC7030;
}
.BgClassName
{
background-color: #EC7030;
}
</style>
border-color css
<style>
span { border-color: #EC7030; }
span { border-color: rgb(236,112,48); }
td.TdClassName
{
border-color: #EC7030;
}
.TagClassName
{
border-color: #EC7030;
}
</style>