Shades of Sorbus #EB6C3E
Tints of Sorbus #EB6C3E
RGB
CMYK
RGB Variations
Color information
#EB6C3E (or 0xEB6C3E) is known color: Sorbus. HEX triplet: EB, 6C and 3E. RGB value is (235,108,62). Sum of RGB (Red+Green+Blue) = 235+108+62=405 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.02% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 62 (24.61% from 255 or 15.31% from 405); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6C3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6C3E is #1493C1. Grayscale: #8D8D8D. Windows color (decimal): -1348546 or 4091115. OLE color: 4091115.
HSL color Cylindrical-coordinate representation of color #EB6C3E: hue angle of 15.95º 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 #EB6C3E is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 108 | 62 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.08 |
| HSL | 15.95º | 0.81% | 0.58% | - |
| HSV(B) | 15.95º | 0.74% | 0.92% | - |
| XYZ | 40.49 | 28.74 | 7.97 | - |
| YUV | 140.73 | 83.58 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 108 | 62 | 0 | 0.54 | 0.74 | 0.08 | 15.95 | 0.81 | 0.58 |
| Hex | EB | 6C | 3E | 0 | 36 | 4A | 8 | 10 | 51 | 3A |
| Octal | 353 | 154 | 76 | 0 | 66 | 112 | 10 | 20 | 121 | 72 |
| Binary | 11101011 | 1101100 | 111110 | 0 | 110110 | 1001010 | 1000 | 10000 | 1010001 | 111010 |
Color Harmonies of #EB6C3E
Complementary color
Monochromatic Colors of #EB6C3E
Black with #EB6C3E
Text Example
Text Example
White with #EB6C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6C3E; }
p { color: rgb(235,108,62); }
H1.HeaderClassName
{
color: #EB6C3E;
}
.AnyTagClassName
{
color: #EB6C3E;
}
</style>
background-color css
<style>
a { background-color: #EB6C3E; }
a { background-color: rgb(235,108,62); }
div.DivClassName
{
background-color: #EB6C3E;
}
.BgClassName
{
background-color: #EB6C3E;
}
</style>
border-color css
<style>
span { border-color: #EB6C3E; }
span { border-color: rgb(235,108,62); }
td.TdClassName
{
border-color: #EB6C3E;
}
.TagClassName
{
border-color: #EB6C3E;
}
</style>