Shades of Sorbus #EC672D
Tints of Sorbus #EC672D
RGB
CMYK
RGB Variations
Color information
#EC672D (or 0xEC672D) is known color: Sorbus. HEX triplet: EC, 67 and 2D. RGB value is (236,103,45). Sum of RGB (Red+Green+Blue) = 236+103+45=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC672D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC672D is #1398D2. Grayscale: #888888. Windows color (decimal): -1284307 or 2975724. OLE color: 2975724.
HSL color Cylindrical-coordinate representation of color #EC672D: hue angle of 18.22º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC672D is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 45 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.07 |
| HSL | 18.22º | 0.83% | 0.55% | - |
| HSV(B) | 18.22º | 0.81% | 0.93% | - |
| XYZ | 39.92 | 27.72 | 5.73 | - |
| YUV | 136.16 | 76.56 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 45 | 0 | 0.56 | 0.81 | 0.07 | 18.22 | 0.83 | 0.55 |
| Hex | EC | 67 | 2D | 0 | 38 | 51 | 7 | 12 | 53 | 37 |
| Octal | 354 | 147 | 55 | 0 | 70 | 121 | 7 | 22 | 123 | 67 |
| Binary | 11101100 | 1100111 | 101101 | 0 | 111000 | 1010001 | 111 | 10010 | 1010011 | 110111 |
Color Harmonies of #EC672D
Complementary color
Monochromatic Colors of #EC672D
Black with #EC672D
Text Example
Text Example
White with #EC672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC672D; }
p { color: rgb(236,103,45); }
H1.HeaderClassName
{
color: #EC672D;
}
.AnyTagClassName
{
color: #EC672D;
}
</style>
background-color css
<style>
a { background-color: #EC672D; }
a { background-color: rgb(236,103,45); }
div.DivClassName
{
background-color: #EC672D;
}
.BgClassName
{
background-color: #EC672D;
}
</style>
border-color css
<style>
span { border-color: #EC672D; }
span { border-color: rgb(236,103,45); }
td.TdClassName
{
border-color: #EC672D;
}
.TagClassName
{
border-color: #EC672D;
}
</style>