Shades of Sorbus #EB672E
Tints of Sorbus #EB672E
RGB
CMYK
RGB Variations
Color information
#EB672E (or 0xEB672E) is known color: Sorbus. HEX triplet: EB, 67 and 2E. RGB value is (235,103,46). Sum of RGB (Red+Green+Blue) = 235+103+46=384 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.20% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 46 (18.36% from 255 or 11.98% from 384); Max value from RGB is 235 - color contains mainly: red. Hex color #EB672E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB672E is #1498D1. Grayscale: #888888. Windows color (decimal): -1349842 or 3041259. OLE color: 3041259.
HSL color Cylindrical-coordinate representation of color #EB672E: hue angle of 18.1º 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 #EB672E is Cyan = 0, Magento = 0.56, Yellow = 0.80 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 46 | - |
| CMYK | 0 | 0.56 | 0.80 | 0.08 |
| HSL | 18.1º | 0.83% | 0.55% | - |
| HSV(B) | 18.1º | 0.8% | 0.92% | - |
| XYZ | 39.6 | 27.56 | 5.82 | - |
| YUV | 135.97 | 77.23 | 198.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 46 | 0 | 0.56 | 0.80 | 0.08 | 18.1 | 0.83 | 0.55 |
| Hex | EB | 67 | 2E | 0 | 38 | 50 | 8 | 12 | 53 | 37 |
| Octal | 353 | 147 | 56 | 0 | 70 | 120 | 10 | 22 | 123 | 67 |
| Binary | 11101011 | 1100111 | 101110 | 0 | 111000 | 1010000 | 1000 | 10010 | 1010011 | 110111 |
Color Harmonies of #EB672E
Complementary color
Monochromatic Colors of #EB672E
Black with #EB672E
Text Example
Text Example
White with #EB672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB672E; }
p { color: rgb(235,103,46); }
H1.HeaderClassName
{
color: #EB672E;
}
.AnyTagClassName
{
color: #EB672E;
}
</style>
background-color css
<style>
a { background-color: #EB672E; }
a { background-color: rgb(235,103,46); }
div.DivClassName
{
background-color: #EB672E;
}
.BgClassName
{
background-color: #EB672E;
}
</style>
border-color css
<style>
span { border-color: #EB672E; }
span { border-color: rgb(235,103,46); }
td.TdClassName
{
border-color: #EB672E;
}
.TagClassName
{
border-color: #EB672E;
}
</style>