Shades of Sorbus #EB6931
Tints of Sorbus #EB6931
RGB
CMYK
RGB Variations
Color information
#EB6931 (or 0xEB6931) is known color: Sorbus. HEX triplet: EB, 69 and 31. RGB value is (235,105,49). Sum of RGB (Red+Green+Blue) = 235+105+49=389 (51% of max value = 765). Red value is 235 (92.19% from 255 or 60.41% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 49 (19.53% from 255 or 12.60% from 389); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6931 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB6931 is #1496CE. Grayscale: #898989. Windows color (decimal): -1349327 or 3238379. OLE color: 3238379.
HSL color Cylindrical-coordinate representation of color #EB6931: hue angle of 18.06º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EB6931 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 105 | 49 | - |
CMYK | 0 | 0.55 | 0.79 | 0.08 |
HSL | 18.06º | 0.82% | 0.56% | - |
HSV(B) | 18.06º | 0.79% | 0.92% | - |
XYZ | 39.87 | 27.99 | 6.21 | - |
YUV | 137.49 | 78.07 | 197.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 105 | 49 | 0 | 0.55 | 0.79 | 0.08 | 18.06 | 0.82 | 0.56 |
Hex | EB | 69 | 31 | 0 | 37 | 4F | 8 | 12 | 52 | 38 |
Octal | 353 | 151 | 61 | 0 | 67 | 117 | 10 | 22 | 122 | 70 |
Binary | 11101011 | 1101001 | 110001 | 0 | 110111 | 1001111 | 1000 | 10010 | 1010010 | 111000 |
Color Harmonies of #EB6931
Complementary color
Monochromatic Colors of #EB6931
Black with #EB6931
Text Example
Text Example
White with #EB6931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB6931; }
p { color: rgb(235,105,49); }
H1.HeaderClassName
{
color: #EB6931;
}
.AnyTagClassName
{
color: #EB6931;
}
</style>
background-color css
<style>
a { background-color: #EB6931; }
a { background-color: rgb(235,105,49); }
div.DivClassName
{
background-color: #EB6931;
}
.BgClassName
{
background-color: #EB6931;
}
</style>
border-color css
<style>
span { border-color: #EB6931; }
span { border-color: rgb(235,105,49); }
td.TdClassName
{
border-color: #EB6931;
}
.TagClassName
{
border-color: #EB6931;
}
</style>