Shades of Sorbus #EB653C
Tints of Sorbus #EB653C
RGB
CMYK
RGB Variations
Color information
#EB653C (or 0xEB653C) is known color: Sorbus. HEX triplet: EB, 65 and 3C. RGB value is (235,101,60). Sum of RGB (Red+Green+Blue) = 235+101+60=396 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.34% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 60 (23.83% from 255 or 15.15% from 396); Max value from RGB is 235 - color contains mainly: red. Hex color #EB653C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB653C is #149AC3. Grayscale: #888888. Windows color (decimal): -1350340 or 3958251. OLE color: 3958251.
HSL color Cylindrical-coordinate representation of color #EB653C: hue angle of 14.06º 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 #EB653C is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 60 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.08 |
| HSL | 14.06º | 0.81% | 0.58% | - |
| HSV(B) | 14.06º | 0.74% | 0.92% | - |
| XYZ | 39.73 | 27.3 | 7.45 | - |
| YUV | 136.39 | 84.89 | 198.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 60 | 0 | 0.57 | 0.74 | 0.08 | 14.06 | 0.81 | 0.58 |
| Hex | EB | 65 | 3C | 0 | 39 | 4A | 8 | E | 51 | 3A |
| Octal | 353 | 145 | 74 | 0 | 71 | 112 | 10 | 16 | 121 | 72 |
| Binary | 11101011 | 1100101 | 111100 | 0 | 111001 | 1001010 | 1000 | 1110 | 1010001 | 111010 |
Color Harmonies of #EB653C
Complementary color
Monochromatic Colors of #EB653C
Black with #EB653C
Text Example
Text Example
White with #EB653C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB653C; }
p { color: rgb(235,101,60); }
H1.HeaderClassName
{
color: #EB653C;
}
.AnyTagClassName
{
color: #EB653C;
}
</style>
background-color css
<style>
a { background-color: #EB653C; }
a { background-color: rgb(235,101,60); }
div.DivClassName
{
background-color: #EB653C;
}
.BgClassName
{
background-color: #EB653C;
}
</style>
border-color css
<style>
span { border-color: #EB653C; }
span { border-color: rgb(235,101,60); }
td.TdClassName
{
border-color: #EB653C;
}
.TagClassName
{
border-color: #EB653C;
}
</style>