Shades of Sorbus #EB673F
Tints of Sorbus #EB673F
RGB
CMYK
RGB Variations
Color information
#EB673F (or 0xEB673F) is known color: Sorbus. HEX triplet: EB, 67 and 3F. RGB value is (235,103,63). Sum of RGB (Red+Green+Blue) = 235+103+63=401 (53% of max value = 765). Red value is 235 (92.19% from 255 or 58.60% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 63 (25% from 255 or 15.71% from 401); Max value from RGB is 235 - color contains mainly: red. Hex color #EB673F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB673F is #1498C0. Grayscale: #8A8A8A. Windows color (decimal): -1349825 or 4155371. OLE color: 4155371.
HSL color Cylindrical-coordinate representation of color #EB673F: hue angle of 13.95º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB673F is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 63 | - |
| CMYK | 0 | 0.56 | 0.73 | 0.08 |
| HSL | 13.95º | 0.81% | 0.58% | - |
| HSV(B) | 13.95º | 0.73% | 0.92% | - |
| XYZ | 40.01 | 27.72 | 7.94 | - |
| YUV | 137.91 | 85.73 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 63 | 0 | 0.56 | 0.73 | 0.08 | 13.95 | 0.81 | 0.58 |
| Hex | EB | 67 | 3F | 0 | 38 | 49 | 8 | E | 51 | 3A |
| Octal | 353 | 147 | 77 | 0 | 70 | 111 | 10 | 16 | 121 | 72 |
| Binary | 11101011 | 1100111 | 111111 | 0 | 111000 | 1001001 | 1000 | 1110 | 1010001 | 111010 |
Color Harmonies of #EB673F
Complementary color
Monochromatic Colors of #EB673F
Black with #EB673F
Text Example
Text Example
White with #EB673F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB673F; }
p { color: rgb(235,103,63); }
H1.HeaderClassName
{
color: #EB673F;
}
.AnyTagClassName
{
color: #EB673F;
}
</style>
background-color css
<style>
a { background-color: #EB673F; }
a { background-color: rgb(235,103,63); }
div.DivClassName
{
background-color: #EB673F;
}
.BgClassName
{
background-color: #EB673F;
}
</style>
border-color css
<style>
span { border-color: #EB673F; }
span { border-color: rgb(235,103,63); }
td.TdClassName
{
border-color: #EB673F;
}
.TagClassName
{
border-color: #EB673F;
}
</style>