Shades of Sorbus #EB672C
Tints of Sorbus #EB672C
RGB
CMYK
RGB Variations
Color information
#EB672C (or 0xEB672C) is known color: Sorbus. HEX triplet: EB, 67 and 2C. RGB value is (235,103,44). Sum of RGB (Red+Green+Blue) = 235+103+44=382 (50% of max value = 765). Red value is 235 (92.19% from 255 or 61.52% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 235 - color contains mainly: red. Hex color #EB672C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB672C is #1498D3. Grayscale: #888888. Windows color (decimal): -1349844 or 2910187. OLE color: 2910187.
HSL color Cylindrical-coordinate representation of color #EB672C: hue angle of 18.53º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB672C is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 103 | 44 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.08 |
| HSL | 18.53º | 0.83% | 0.55% | - |
| HSV(B) | 18.53º | 0.81% | 0.92% | - |
| XYZ | 39.57 | 27.54 | 5.61 | - |
| YUV | 135.74 | 76.23 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 103 | 44 | 0 | 0.56 | 0.81 | 0.08 | 18.53 | 0.83 | 0.55 |
| Hex | EB | 67 | 2C | 0 | 38 | 51 | 8 | 13 | 53 | 37 |
| Octal | 353 | 147 | 54 | 0 | 70 | 121 | 10 | 23 | 123 | 67 |
| Binary | 11101011 | 1100111 | 101100 | 0 | 111000 | 1010001 | 1000 | 10011 | 1010011 | 110111 |
Color Harmonies of #EB672C
Complementary color
Monochromatic Colors of #EB672C
Black with #EB672C
Text Example
Text Example
White with #EB672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB672C; }
p { color: rgb(235,103,44); }
H1.HeaderClassName
{
color: #EB672C;
}
.AnyTagClassName
{
color: #EB672C;
}
</style>
background-color css
<style>
a { background-color: #EB672C; }
a { background-color: rgb(235,103,44); }
div.DivClassName
{
background-color: #EB672C;
}
.BgClassName
{
background-color: #EB672C;
}
</style>
border-color css
<style>
span { border-color: #EB672C; }
span { border-color: rgb(235,103,44); }
td.TdClassName
{
border-color: #EB672C;
}
.TagClassName
{
border-color: #EB672C;
}
</style>