Shades of Sorbus #E5682C
Tints of Sorbus #E5682C
RGB
CMYK
RGB Variations
Color information
#E5682C (or 0xE5682C) is known color: Sorbus. HEX triplet: E5, 68 and 2C. RGB value is (229,104,44). Sum of RGB (Red+Green+Blue) = 229+104+44=377 (49% of max value = 765). Red value is 229 (89.84% from 255 or 60.74% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 229 - color contains mainly: red. Hex color #E5682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E5682C is #1A97D3. Grayscale: #868686. Windows color (decimal): -1742804 or 2910437. OLE color: 2910437.
HSL color Cylindrical-coordinate representation of color #E5682C: hue angle of 19.46º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E5682C is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 104 | 44 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.10 |
| HSL | 19.46º | 0.78% | 0.54% | - |
| HSV(B) | 19.46º | 0.81% | 0.9% | - |
| XYZ | 37.72 | 26.74 | 5.56 | - |
| YUV | 134.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 104 | 44 | 0 | 0.55 | 0.81 | 0.10 | 19.46 | 0.78 | 0.54 |
| Hex | E5 | 68 | 2C | 0 | 37 | 51 | A | 13 | 4E | 36 |
| Octal | 345 | 150 | 54 | 0 | 67 | 121 | 12 | 23 | 116 | 66 |
| Binary | 11100101 | 1101000 | 101100 | 0 | 110111 | 1010001 | 1010 | 10011 | 1001110 | 110110 |
Color Harmonies of #E5682C
Complementary color
Monochromatic Colors of #E5682C
Black with #E5682C
Text Example
Text Example
White with #E5682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5682C; }
p { color: rgb(229,104,44); }
H1.HeaderClassName
{
color: #E5682C;
}
.AnyTagClassName
{
color: #E5682C;
}
</style>
background-color css
<style>
a { background-color: #E5682C; }
a { background-color: rgb(229,104,44); }
div.DivClassName
{
background-color: #E5682C;
}
.BgClassName
{
background-color: #E5682C;
}
</style>
border-color css
<style>
span { border-color: #E5682C; }
span { border-color: rgb(229,104,44); }
td.TdClassName
{
border-color: #E5682C;
}
.TagClassName
{
border-color: #E5682C;
}
</style>