Shades of Sorbus #EB6D3C
Tints of Sorbus #EB6D3C
RGB
CMYK
RGB Variations
Color information
#EB6D3C (or 0xEB6D3C) is known color: Sorbus. HEX triplet: EB, 6D and 3C. RGB value is (235,109,60). Sum of RGB (Red+Green+Blue) = 235+109+60=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 60 (23.83% from 255 or 14.85% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6D3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6D3C is #1492C3. Grayscale: #8D8D8D. Windows color (decimal): -1348292 or 3960299. OLE color: 3960299.
HSL color Cylindrical-coordinate representation of color #EB6D3C: hue angle of 16.8º 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 #EB6D3C is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 109 | 60 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.08 |
| HSL | 16.8º | 0.81% | 0.58% | - |
| HSV(B) | 16.8º | 0.74% | 0.92% | - |
| XYZ | 40.55 | 28.93 | 7.72 | - |
| YUV | 141.09 | 82.24 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 109 | 60 | 0 | 0.54 | 0.74 | 0.08 | 16.8 | 0.81 | 0.58 |
| Hex | EB | 6D | 3C | 0 | 36 | 4A | 8 | 11 | 51 | 3A |
| Octal | 353 | 155 | 74 | 0 | 66 | 112 | 10 | 21 | 121 | 72 |
| Binary | 11101011 | 1101101 | 111100 | 0 | 110110 | 1001010 | 1000 | 10001 | 1010001 | 111010 |
Color Harmonies of #EB6D3C
Complementary color
Monochromatic Colors of #EB6D3C
Black with #EB6D3C
Text Example
Text Example
White with #EB6D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6D3C; }
p { color: rgb(235,109,60); }
H1.HeaderClassName
{
color: #EB6D3C;
}
.AnyTagClassName
{
color: #EB6D3C;
}
</style>
background-color css
<style>
a { background-color: #EB6D3C; }
a { background-color: rgb(235,109,60); }
div.DivClassName
{
background-color: #EB6D3C;
}
.BgClassName
{
background-color: #EB6D3C;
}
</style>
border-color css
<style>
span { border-color: #EB6D3C; }
span { border-color: rgb(235,109,60); }
td.TdClassName
{
border-color: #EB6D3C;
}
.TagClassName
{
border-color: #EB6D3C;
}
</style>