Shades of Sorbus #EC692F
Tints of Sorbus #EC692F
RGB
CMYK
RGB Variations
Color information
#EC692F (or 0xEC692F) is known color: Sorbus. HEX triplet: EC, 69 and 2F. RGB value is (236,105,47). Sum of RGB (Red+Green+Blue) = 236+105+47=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 47 (18.75% from 255 or 12.11% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC692F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC692F is #1396D0. Grayscale: #898989. Windows color (decimal): -1283793 or 3107308. OLE color: 3107308.
HSL color Cylindrical-coordinate representation of color #EC692F: hue angle of 18.41º 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 #EC692F is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 105 | 47 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.07 |
| HSL | 18.41º | 0.83% | 0.55% | - |
| HSV(B) | 18.41º | 0.8% | 0.93% | - |
| XYZ | 40.16 | 28.14 | 6 | - |
| YUV | 137.56 | 76.9 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 105 | 47 | 0 | 0.56 | 0.80 | 0.07 | 18.41 | 0.83 | 0.55 |
| Hex | EC | 69 | 2F | 0 | 38 | 50 | 7 | 12 | 53 | 37 |
| Octal | 354 | 151 | 57 | 0 | 70 | 120 | 7 | 22 | 123 | 67 |
| Binary | 11101100 | 1101001 | 101111 | 0 | 111000 | 1010000 | 111 | 10010 | 1010011 | 110111 |
Color Harmonies of #EC692F
Complementary color
Monochromatic Colors of #EC692F
Black with #EC692F
Text Example
Text Example
White with #EC692F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EC692F; }
p { color: rgb(236,105,47); }
H1.HeaderClassName
{
color: #EC692F;
}
.AnyTagClassName
{
color: #EC692F;
}
</style>
background-color css
<style>
a { background-color: #EC692F; }
a { background-color: rgb(236,105,47); }
div.DivClassName
{
background-color: #EC692F;
}
.BgClassName
{
background-color: #EC692F;
}
</style>
border-color css
<style>
span { border-color: #EC692F; }
span { border-color: rgb(236,105,47); }
td.TdClassName
{
border-color: #EC692F;
}
.TagClassName
{
border-color: #EC692F;
}
</style>