Shades of Sorbus #EB6C2E
Tints of Sorbus #EB6C2E
RGB
CMYK
RGB Variations
Color information
#EB6C2E (or 0xEB6C2E) is known color: Sorbus. HEX triplet: EB, 6C and 2E. RGB value is (235,108,46). Sum of RGB (Red+Green+Blue) = 235+108+46=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 108 (42.58% from 255 or 27.76% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6C2E is #1493D1. Grayscale: #8B8B8B. Windows color (decimal): -1348562 or 3042539. OLE color: 3042539.
HSL color Cylindrical-coordinate representation of color #EB6C2E: hue angle of 19.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB6C2E is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 46 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.08 |
| HSL | 19.68º | 0.83% | 0.55% | - |
| HSV(B) | 19.68º | 0.8% | 0.92% | - |
| XYZ | 40.12 | 28.58 | 5.99 | - |
| YUV | 138.91 | 75.58 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 46 | 0 | 0.54 | 0.80 | 0.08 | 19.68 | 0.83 | 0.55 |
| Hex | EB | 6C | 2E | 0 | 36 | 50 | 8 | 14 | 53 | 37 |
| Octal | 353 | 154 | 56 | 0 | 66 | 120 | 10 | 24 | 123 | 67 |
| Binary | 11101011 | 1101100 | 101110 | 0 | 110110 | 1010000 | 1000 | 10100 | 1010011 | 110111 |
Color Harmonies of #EB6C2E
Complementary color
Monochromatic Colors of #EB6C2E
Black with #EB6C2E
Text Example
Text Example
White with #EB6C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C2E; }
p { color: rgb(235,108,46); }
H1.HeaderClassName
{
color: #EB6C2E;
}
.AnyTagClassName
{
color: #EB6C2E;
}
</style>
background-color css
<style>
a { background-color: #EB6C2E; }
a { background-color: rgb(235,108,46); }
div.DivClassName
{
background-color: #EB6C2E;
}
.BgClassName
{
background-color: #EB6C2E;
}
</style>
border-color css
<style>
span { border-color: #EB6C2E; }
span { border-color: rgb(235,108,46); }
td.TdClassName
{
border-color: #EB6C2E;
}
.TagClassName
{
border-color: #EB6C2E;
}
</style>