Shades of Sorbus #EB632E
Tints of Sorbus #EB632E
RGB
CMYK
RGB Variations
Color information
#EB632E (or 0xEB632E) is known color: Sorbus. HEX triplet: EB, 63 and 2E. RGB value is (235,99,46). Sum of RGB (Red+Green+Blue) = 235+99+46=380 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.84% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 46 (18.36% from 255 or 12.11% from 380); Max value from RGB is 235 - color contains mainly: red. Hex color #EB632E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB632E is #149CD1. Grayscale: #858585. Windows color (decimal): -1350866 or 3040235. OLE color: 3040235.
HSL color Cylindrical-coordinate representation of color #EB632E: hue angle of 16.83º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB632E is Cyan = 0, Magento = 0.58, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 99 | 46 | - |
| CMYK | 0 | 0.58 | 0.80 | 0.08 |
| HSL | 16.83º | 0.83% | 0.55% | - |
| HSV(B) | 16.83º | 0.8% | 0.92% | - |
| XYZ | 39.22 | 26.78 | 5.69 | - |
| YUV | 133.62 | 78.56 | 200.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 99 | 46 | 0 | 0.58 | 0.80 | 0.08 | 16.83 | 0.83 | 0.55 |
| Hex | EB | 63 | 2E | 0 | 3A | 50 | 8 | 11 | 53 | 37 |
| Octal | 353 | 143 | 56 | 0 | 72 | 120 | 10 | 21 | 123 | 67 |
| Binary | 11101011 | 1100011 | 101110 | 0 | 111010 | 1010000 | 1000 | 10001 | 1010011 | 110111 |
Color Harmonies of #EB632E
Complementary color
Monochromatic Colors of #EB632E
Black with #EB632E
Text Example
Text Example
White with #EB632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB632E; }
p { color: rgb(235,99,46); }
H1.HeaderClassName
{
color: #EB632E;
}
.AnyTagClassName
{
color: #EB632E;
}
</style>
background-color css
<style>
a { background-color: #EB632E; }
a { background-color: rgb(235,99,46); }
div.DivClassName
{
background-color: #EB632E;
}
.BgClassName
{
background-color: #EB632E;
}
</style>
border-color css
<style>
span { border-color: #EB632E; }
span { border-color: rgb(235,99,46); }
td.TdClassName
{
border-color: #EB632E;
}
.TagClassName
{
border-color: #EB632E;
}
</style>