Shades of Sorbus #EB653B
Tints of Sorbus #EB653B
RGB
CMYK
RGB Variations
Color information
#EB653B (or 0xEB653B) is known color: Sorbus. HEX triplet: EB, 65 and 3B. RGB value is (235,101,59). Sum of RGB (Red+Green+Blue) = 235+101+59=395 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.49% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 59 (23.44% from 255 or 14.94% from 395); Max value from RGB is 235 - color contains mainly: red. Hex color #EB653B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB653B is #149AC4. Grayscale: #888888. Windows color (decimal): -1350341 or 3892715. OLE color: 3892715.
HSL color Cylindrical-coordinate representation of color #EB653B: hue angle of 14.32º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EB653B is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 59 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.08 |
| HSL | 14.32º | 0.81% | 0.58% | - |
| HSV(B) | 14.32º | 0.75% | 0.92% | - |
| XYZ | 39.7 | 27.29 | 7.31 | - |
| YUV | 136.28 | 84.39 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 59 | 0 | 0.57 | 0.75 | 0.08 | 14.32 | 0.81 | 0.58 |
| Hex | EB | 65 | 3B | 0 | 39 | 4B | 8 | E | 51 | 3A |
| Octal | 353 | 145 | 73 | 0 | 71 | 113 | 10 | 16 | 121 | 72 |
| Binary | 11101011 | 1100101 | 111011 | 0 | 111001 | 1001011 | 1000 | 1110 | 1010001 | 111010 |
Color Harmonies of #EB653B
Complementary color
Monochromatic Colors of #EB653B
Black with #EB653B
Text Example
Text Example
White with #EB653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB653B; }
p { color: rgb(235,101,59); }
H1.HeaderClassName
{
color: #EB653B;
}
.AnyTagClassName
{
color: #EB653B;
}
</style>
background-color css
<style>
a { background-color: #EB653B; }
a { background-color: rgb(235,101,59); }
div.DivClassName
{
background-color: #EB653B;
}
.BgClassName
{
background-color: #EB653B;
}
</style>
border-color css
<style>
span { border-color: #EB653B; }
span { border-color: rgb(235,101,59); }
td.TdClassName
{
border-color: #EB653B;
}
.TagClassName
{
border-color: #EB653B;
}
</style>