Shades of Sorbus #EB6E3A
Tints of Sorbus #EB6E3A
RGB
CMYK
RGB Variations
Color information
#EB6E3A (or 0xEB6E3A) is known color: Sorbus. HEX triplet: EB, 6E and 3A. RGB value is (235,110,58). Sum of RGB (Red+Green+Blue) = 235+110+58=403 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.31% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 58 (23.05% from 255 or 14.39% from 403); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6E3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6E3A is #1491C5. Grayscale: #8D8D8D. Windows color (decimal): -1348038 or 3829483. OLE color: 3829483.
HSL color Cylindrical-coordinate representation of color #EB6E3A: hue angle of 17.63º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB6E3A is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 110 | 58 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.08 |
| HSL | 17.63º | 0.82% | 0.57% | - |
| HSV(B) | 17.63º | 0.75% | 0.92% | - |
| XYZ | 40.6 | 29.12 | 7.48 | - |
| YUV | 141.45 | 80.91 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 110 | 58 | 0 | 0.53 | 0.75 | 0.08 | 17.63 | 0.82 | 0.57 |
| Hex | EB | 6E | 3A | 0 | 35 | 4B | 8 | 12 | 52 | 39 |
| Octal | 353 | 156 | 72 | 0 | 65 | 113 | 10 | 22 | 122 | 71 |
| Binary | 11101011 | 1101110 | 111010 | 0 | 110101 | 1001011 | 1000 | 10010 | 1010010 | 111001 |
Color Harmonies of #EB6E3A
Complementary color
Monochromatic Colors of #EB6E3A
Black with #EB6E3A
Text Example
Text Example
White with #EB6E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6E3A; }
p { color: rgb(235,110,58); }
H1.HeaderClassName
{
color: #EB6E3A;
}
.AnyTagClassName
{
color: #EB6E3A;
}
</style>
background-color css
<style>
a { background-color: #EB6E3A; }
a { background-color: rgb(235,110,58); }
div.DivClassName
{
background-color: #EB6E3A;
}
.BgClassName
{
background-color: #EB6E3A;
}
</style>
border-color css
<style>
span { border-color: #EB6E3A; }
span { border-color: rgb(235,110,58); }
td.TdClassName
{
border-color: #EB6E3A;
}
.TagClassName
{
border-color: #EB6E3A;
}
</style>