Shades of Sorbus #EB6B3E
Tints of Sorbus #EB6B3E
RGB
CMYK
RGB Variations
Color information
#EB6B3E (or 0xEB6B3E) is known color: Sorbus. HEX triplet: EB, 6B and 3E. RGB value is (235,107,62). Sum of RGB (Red+Green+Blue) = 235+107+62=404 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.17% from 404); Green value is 107 (42.19% from 255 or 26.49% from 404); Blue value is 62 (24.61% from 255 or 15.35% from 404); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6B3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6B3E is #1494C1. Grayscale: #8C8C8C. Windows color (decimal): -1348802 or 4090859. OLE color: 4090859.
HSL color Cylindrical-coordinate representation of color #EB6B3E: hue angle of 15.61º 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 #EB6B3E is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 107 | 62 | - |
CMYK | 0 | 0.54 | 0.74 | 0.08 |
HSL | 15.61º | 0.81% | 0.58% | - |
HSV(B) | 15.61º | 0.74% | 0.92% | - |
XYZ | 40.39 | 28.53 | 7.93 | - |
YUV | 140.14 | 83.91 | 195.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 107 | 62 | 0 | 0.54 | 0.74 | 0.08 | 15.61 | 0.81 | 0.58 |
Hex | EB | 6B | 3E | 0 | 36 | 4A | 8 | 10 | 51 | 3A |
Octal | 353 | 153 | 76 | 0 | 66 | 112 | 10 | 20 | 121 | 72 |
Binary | 11101011 | 1101011 | 111110 | 0 | 110110 | 1001010 | 1000 | 10000 | 1010001 | 111010 |
Color Harmonies of #EB6B3E
Complementary color
Monochromatic Colors of #EB6B3E
Black with #EB6B3E
Text Example
Text Example
White with #EB6B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6B3E; }
p { color: rgb(235,107,62); }
H1.HeaderClassName
{
color: #EB6B3E;
}
.AnyTagClassName
{
color: #EB6B3E;
}
</style>
background-color css
<style>
a { background-color: #EB6B3E; }
a { background-color: rgb(235,107,62); }
div.DivClassName
{
background-color: #EB6B3E;
}
.BgClassName
{
background-color: #EB6B3E;
}
</style>
border-color css
<style>
span { border-color: #EB6B3E; }
span { border-color: rgb(235,107,62); }
td.TdClassName
{
border-color: #EB6B3E;
}
.TagClassName
{
border-color: #EB6B3E;
}
</style>