Shades of Sorbus #EB6E3C
Tints of Sorbus #EB6E3C
RGB
CMYK
RGB Variations
Color information
#EB6E3C (or 0xEB6E3C) is known color: Sorbus. HEX triplet: EB, 6E and 3C. RGB value is (235,110,60). Sum of RGB (Red+Green+Blue) = 235+110+60=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 60 (23.83% from 255 or 14.81% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6E3C is #1491C3. Grayscale: #8D8D8D. Windows color (decimal): -1348036 or 3960555. OLE color: 3960555.
HSL color Cylindrical-coordinate representation of color #EB6E3C: hue angle of 17.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EB6E3C is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 110 | 60 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.08 |
| HSL | 17.14º | 0.81% | 0.58% | - |
| HSV(B) | 17.14º | 0.74% | 0.92% | - |
| XYZ | 40.65 | 29.14 | 7.76 | - |
| YUV | 141.68 | 81.91 | 194.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 110 | 60 | 0 | 0.53 | 0.74 | 0.08 | 17.14 | 0.81 | 0.58 |
| Hex | EB | 6E | 3C | 0 | 35 | 4A | 8 | 11 | 51 | 3A |
| Octal | 353 | 156 | 74 | 0 | 65 | 112 | 10 | 21 | 121 | 72 |
| Binary | 11101011 | 1101110 | 111100 | 0 | 110101 | 1001010 | 1000 | 10001 | 1010001 | 111010 |
Color Harmonies of #EB6E3C
Complementary color
Monochromatic Colors of #EB6E3C
Black with #EB6E3C
Text Example
Text Example
White with #EB6E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6E3C; }
p { color: rgb(235,110,60); }
H1.HeaderClassName
{
color: #EB6E3C;
}
.AnyTagClassName
{
color: #EB6E3C;
}
</style>
background-color css
<style>
a { background-color: #EB6E3C; }
a { background-color: rgb(235,110,60); }
div.DivClassName
{
background-color: #EB6E3C;
}
.BgClassName
{
background-color: #EB6E3C;
}
</style>
border-color css
<style>
span { border-color: #EB6E3C; }
span { border-color: rgb(235,110,60); }
td.TdClassName
{
border-color: #EB6E3C;
}
.TagClassName
{
border-color: #EB6E3C;
}
</style>