Shades of Sorbus #EB653A
Tints of Sorbus #EB653A
RGB
CMYK
RGB Variations
Color information
#EB653A (or 0xEB653A) is known color: Sorbus. HEX triplet: EB, 65 and 3A. RGB value is (235,101,58). Sum of RGB (Red+Green+Blue) = 235+101+58=394 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.64% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 58 (23.05% from 255 or 14.72% from 394); Max value from RGB is 235 - color contains mainly: red. Hex color #EB653A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB653A is #149AC5. Grayscale: #888888. Windows color (decimal): -1350342 or 3827179. OLE color: 3827179.
HSL color Cylindrical-coordinate representation of color #EB653A: hue angle of 14.58º 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 #EB653A is Cyan = 0, Magento = 0.57, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 101 | 58 | - |
| CMYK | 0 | 0.57 | 0.75 | 0.08 |
| HSL | 14.58º | 0.82% | 0.57% | - |
| HSV(B) | 14.58º | 0.75% | 0.92% | - |
| XYZ | 39.68 | 27.28 | 7.18 | - |
| YUV | 136.16 | 83.89 | 198.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 101 | 58 | 0 | 0.57 | 0.75 | 0.08 | 14.58 | 0.82 | 0.57 |
| Hex | EB | 65 | 3A | 0 | 39 | 4B | 8 | F | 52 | 39 |
| Octal | 353 | 145 | 72 | 0 | 71 | 113 | 10 | 17 | 122 | 71 |
| Binary | 11101011 | 1100101 | 111010 | 0 | 111001 | 1001011 | 1000 | 1111 | 1010010 | 111001 |
Color Harmonies of #EB653A
Complementary color
Monochromatic Colors of #EB653A
Black with #EB653A
Text Example
Text Example
White with #EB653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB653A; }
p { color: rgb(235,101,58); }
H1.HeaderClassName
{
color: #EB653A;
}
.AnyTagClassName
{
color: #EB653A;
}
</style>
background-color css
<style>
a { background-color: #EB653A; }
a { background-color: rgb(235,101,58); }
div.DivClassName
{
background-color: #EB653A;
}
.BgClassName
{
background-color: #EB653A;
}
</style>
border-color css
<style>
span { border-color: #EB653A; }
span { border-color: rgb(235,101,58); }
td.TdClassName
{
border-color: #EB653A;
}
.TagClassName
{
border-color: #EB653A;
}
</style>