Shades of Sorbus #EB6C37
Tints of Sorbus #EB6C37
RGB
CMYK
RGB Variations
Color information
#EB6C37 (or 0xEB6C37) is known color: Sorbus. HEX triplet: EB, 6C and 37. RGB value is (235,108,55). Sum of RGB (Red+Green+Blue) = 235+108+55=398 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.05% from 398); Green value is 108 (42.58% from 255 or 27.14% from 398); Blue value is 55 (21.88% from 255 or 13.82% from 398); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C37 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6C37 is #1493C8. Grayscale: #8C8C8C. Windows color (decimal): -1348553 or 3632363. OLE color: 3632363.
HSL color Cylindrical-coordinate representation of color #EB6C37: hue angle of 17.67º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EB6C37 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 55 | - |
| CMYK | 0 | 0.54 | 0.77 | 0.08 |
| HSL | 17.67º | 0.82% | 0.57% | - |
| HSV(B) | 17.67º | 0.77% | 0.92% | - |
| XYZ | 40.31 | 28.66 | 7.02 | - |
| YUV | 139.93 | 80.08 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 55 | 0 | 0.54 | 0.77 | 0.08 | 17.67 | 0.82 | 0.57 |
| Hex | EB | 6C | 37 | 0 | 36 | 4D | 8 | 12 | 52 | 39 |
| Octal | 353 | 154 | 67 | 0 | 66 | 115 | 10 | 22 | 122 | 71 |
| Binary | 11101011 | 1101100 | 110111 | 0 | 110110 | 1001101 | 1000 | 10010 | 1010010 | 111001 |
Color Harmonies of #EB6C37
Complementary color
Monochromatic Colors of #EB6C37
Black with #EB6C37
Text Example
Text Example
White with #EB6C37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C37; }
p { color: rgb(235,108,55); }
H1.HeaderClassName
{
color: #EB6C37;
}
.AnyTagClassName
{
color: #EB6C37;
}
</style>
background-color css
<style>
a { background-color: #EB6C37; }
a { background-color: rgb(235,108,55); }
div.DivClassName
{
background-color: #EB6C37;
}
.BgClassName
{
background-color: #EB6C37;
}
</style>
border-color css
<style>
span { border-color: #EB6C37; }
span { border-color: rgb(235,108,55); }
td.TdClassName
{
border-color: #EB6C37;
}
.TagClassName
{
border-color: #EB6C37;
}
</style>