Shades of Sorbus #EB6B2E
Tints of Sorbus #EB6B2E
RGB
CMYK
RGB Variations
Color information
#EB6B2E (or 0xEB6B2E) is known color: Sorbus. HEX triplet: EB, 6B and 2E. RGB value is (235,107,46). Sum of RGB (Red+Green+Blue) = 235+107+46=388 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.57% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B2E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6B2E is #1494D1. Grayscale: #8A8A8A. Windows color (decimal): -1348818 or 3042283. OLE color: 3042283.
HSL color Cylindrical-coordinate representation of color #EB6B2E: hue angle of 19.37º 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 #EB6B2E is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 107 | 46 | - |
| CMYK | 0 | 0.54 | 0.80 | 0.08 |
| HSL | 19.37º | 0.83% | 0.55% | - |
| HSV(B) | 19.37º | 0.8% | 0.92% | - |
| XYZ | 40.01 | 28.37 | 5.95 | - |
| YUV | 138.32 | 75.91 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 107 | 46 | 0 | 0.54 | 0.80 | 0.08 | 19.37 | 0.83 | 0.55 |
| Hex | EB | 6B | 2E | 0 | 36 | 50 | 8 | 13 | 53 | 37 |
| Octal | 353 | 153 | 56 | 0 | 66 | 120 | 10 | 23 | 123 | 67 |
| Binary | 11101011 | 1101011 | 101110 | 0 | 110110 | 1010000 | 1000 | 10011 | 1010011 | 110111 |
Color Harmonies of #EB6B2E
Complementary color
Monochromatic Colors of #EB6B2E
Black with #EB6B2E
Text Example
Text Example
White with #EB6B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6B2E; }
p { color: rgb(235,107,46); }
H1.HeaderClassName
{
color: #EB6B2E;
}
.AnyTagClassName
{
color: #EB6B2E;
}
</style>
background-color css
<style>
a { background-color: #EB6B2E; }
a { background-color: rgb(235,107,46); }
div.DivClassName
{
background-color: #EB6B2E;
}
.BgClassName
{
background-color: #EB6B2E;
}
</style>
border-color css
<style>
span { border-color: #EB6B2E; }
span { border-color: rgb(235,107,46); }
td.TdClassName
{
border-color: #EB6B2E;
}
.TagClassName
{
border-color: #EB6B2E;
}
</style>