Shades of Sorbus #EB643E
Tints of Sorbus #EB643E
RGB
CMYK
RGB Variations
Color information
#EB643E (or 0xEB643E) is known color: Sorbus. HEX triplet: EB, 64 and 3E. RGB value is (235,100,62). Sum of RGB (Red+Green+Blue) = 235+100+62=397 (52% of max value = 765). Red value is 235 (92.19% from 255 or 59.19% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 62 (24.61% from 255 or 15.62% from 397); Max value from RGB is 235 - color contains mainly: red. Hex color #EB643E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB643E is #149BC1. Grayscale: #888888. Windows color (decimal): -1350594 or 4089067. OLE color: 4089067.
HSL color Cylindrical-coordinate representation of color #EB643E: hue angle of 13.18º 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 #EB643E is Cyan = 0, Magento = 0.57, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 100 | 62 | - |
| CMYK | 0 | 0.57 | 0.74 | 0.08 |
| HSL | 13.18º | 0.81% | 0.58% | - |
| HSV(B) | 13.18º | 0.74% | 0.92% | - |
| XYZ | 39.69 | 27.12 | 7.7 | - |
| YUV | 136.03 | 86.23 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 100 | 62 | 0 | 0.57 | 0.74 | 0.08 | 13.18 | 0.81 | 0.58 |
| Hex | EB | 64 | 3E | 0 | 39 | 4A | 8 | D | 51 | 3A |
| Octal | 353 | 144 | 76 | 0 | 71 | 112 | 10 | 15 | 121 | 72 |
| Binary | 11101011 | 1100100 | 111110 | 0 | 111001 | 1001010 | 1000 | 1101 | 1010001 | 111010 |
Color Harmonies of #EB643E
Complementary color
Monochromatic Colors of #EB643E
Black with #EB643E
Text Example
Text Example
White with #EB643E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB643E; }
p { color: rgb(235,100,62); }
H1.HeaderClassName
{
color: #EB643E;
}
.AnyTagClassName
{
color: #EB643E;
}
</style>
background-color css
<style>
a { background-color: #EB643E; }
a { background-color: rgb(235,100,62); }
div.DivClassName
{
background-color: #EB643E;
}
.BgClassName
{
background-color: #EB643E;
}
</style>
border-color css
<style>
span { border-color: #EB643E; }
span { border-color: rgb(235,100,62); }
td.TdClassName
{
border-color: #EB643E;
}
.TagClassName
{
border-color: #EB643E;
}
</style>