Shades of Sorbus #EC672F
Tints of Sorbus #EC672F
RGB
CMYK
RGB Variations
Color information
#EC672F (or 0xEC672F) is known color: Sorbus. HEX triplet: EC, 67 and 2F. RGB value is (236,103,47). Sum of RGB (Red+Green+Blue) = 236+103+47=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 47 (18.75% from 255 or 12.18% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC672F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC672F is #1398D0. Grayscale: #888888. Windows color (decimal): -1284305 or 3106796. OLE color: 3106796.
HSL color Cylindrical-coordinate representation of color #EC672F: hue angle of 17.78º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC672F is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 103 | 47 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.07 |
| HSL | 17.78º | 0.83% | 0.55% | - |
| HSV(B) | 17.78º | 0.8% | 0.93% | - |
| XYZ | 39.96 | 27.74 | 5.94 | - |
| YUV | 136.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 103 | 47 | 0 | 0.56 | 0.80 | 0.07 | 17.78 | 0.83 | 0.55 |
| Hex | EC | 67 | 2F | 0 | 38 | 50 | 7 | 12 | 53 | 37 |
| Octal | 354 | 147 | 57 | 0 | 70 | 120 | 7 | 22 | 123 | 67 |
| Binary | 11101100 | 1100111 | 101111 | 0 | 111000 | 1010000 | 111 | 10010 | 1010011 | 110111 |
Color Harmonies of #EC672F
Complementary color
Monochromatic Colors of #EC672F
Black with #EC672F
Text Example
Text Example
White with #EC672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC672F; }
p { color: rgb(236,103,47); }
H1.HeaderClassName
{
color: #EC672F;
}
.AnyTagClassName
{
color: #EC672F;
}
</style>
background-color css
<style>
a { background-color: #EC672F; }
a { background-color: rgb(236,103,47); }
div.DivClassName
{
background-color: #EC672F;
}
.BgClassName
{
background-color: #EC672F;
}
</style>
border-color css
<style>
span { border-color: #EC672F; }
span { border-color: rgb(236,103,47); }
td.TdClassName
{
border-color: #EC672F;
}
.TagClassName
{
border-color: #EC672F;
}
</style>