Shades of Sorbus #E85D29
Tints of Sorbus #E85D29
RGB
CMYK
RGB Variations
Color information
#E85D29 (or 0xE85D29) is known color: Sorbus. HEX triplet: E8, 5D and 29. RGB value is (232,93,41). Sum of RGB (Red+Green+Blue) = 232+93+41=366 (48% of max value = 765). Red value is 232 (91.02% from 255 or 63.39% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 232 - color contains mainly: red. Hex color #E85D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85D29 is #17A2D6. Grayscale: #808080. Windows color (decimal): -1549015 or 2711016. OLE color: 2711016.
HSL color Cylindrical-coordinate representation of color #E85D29: hue angle of 16.34º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E85D29 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 93 | 41 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.09 |
| HSL | 16.34º | 0.81% | 0.54% | - |
| HSV(B) | 16.34º | 0.82% | 0.91% | - |
| XYZ | 37.59 | 25.14 | 4.97 | - |
| YUV | 128.63 | 78.55 | 201.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 93 | 41 | 0 | 0.60 | 0.82 | 0.09 | 16.34 | 0.81 | 0.54 |
| Hex | E8 | 5D | 29 | 0 | 3C | 52 | 9 | 10 | 51 | 36 |
| Octal | 350 | 135 | 51 | 0 | 74 | 122 | 11 | 20 | 121 | 66 |
| Binary | 11101000 | 1011101 | 101001 | 0 | 111100 | 1010010 | 1001 | 10000 | 1010001 | 110110 |
Color Harmonies of #E85D29
Complementary color
Monochromatic Colors of #E85D29
Black with #E85D29
Text Example
Text Example
White with #E85D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E85D29; }
p { color: rgb(232,93,41); }
H1.HeaderClassName
{
color: #E85D29;
}
.AnyTagClassName
{
color: #E85D29;
}
</style>
background-color css
<style>
a { background-color: #E85D29; }
a { background-color: rgb(232,93,41); }
div.DivClassName
{
background-color: #E85D29;
}
.BgClassName
{
background-color: #E85D29;
}
</style>
border-color css
<style>
span { border-color: #E85D29; }
span { border-color: rgb(232,93,41); }
td.TdClassName
{
border-color: #E85D29;
}
.TagClassName
{
border-color: #E85D29;
}
</style>