Shades of Sorbus #E65D29
Tints of Sorbus #E65D29
RGB
CMYK
RGB Variations
Color information
#E65D29 (or 0xE65D29) is known color: Sorbus. HEX triplet: E6, 5D and 29. RGB value is (230,93,41). Sum of RGB (Red+Green+Blue) = 230+93+41=364 (48% of max value = 765). Red value is 230 (90.23% from 255 or 63.19% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 230 - color contains mainly: red. Hex color #E65D29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E65D29 is #19A2D6. Grayscale: #808080. Windows color (decimal): -1680087 or 2711014. OLE color: 2711014.
HSL color Cylindrical-coordinate representation of color #E65D29: hue angle of 16.51º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E65D29 is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 93 | 41 | - |
| CMYK | 0 | 0.60 | 0.82 | 0.10 |
| HSL | 16.51º | 0.79% | 0.53% | - |
| HSV(B) | 16.51º | 0.82% | 0.9% | - |
| XYZ | 36.95 | 24.81 | 4.94 | - |
| YUV | 128.04 | 78.89 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 93 | 41 | 0 | 0.60 | 0.82 | 0.10 | 16.51 | 0.79 | 0.53 |
| Hex | E6 | 5D | 29 | 0 | 3C | 52 | A | 11 | 4F | 35 |
| Octal | 346 | 135 | 51 | 0 | 74 | 122 | 12 | 21 | 117 | 65 |
| Binary | 11100110 | 1011101 | 101001 | 0 | 111100 | 1010010 | 1010 | 10001 | 1001111 | 110101 |
Color Harmonies of #E65D29
Complementary color
Monochromatic Colors of #E65D29
Black with #E65D29
Text Example
Text Example
White with #E65D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E65D29; }
p { color: rgb(230,93,41); }
H1.HeaderClassName
{
color: #E65D29;
}
.AnyTagClassName
{
color: #E65D29;
}
</style>
background-color css
<style>
a { background-color: #E65D29; }
a { background-color: rgb(230,93,41); }
div.DivClassName
{
background-color: #E65D29;
}
.BgClassName
{
background-color: #E65D29;
}
</style>
border-color css
<style>
span { border-color: #E65D29; }
span { border-color: rgb(230,93,41); }
td.TdClassName
{
border-color: #E65D29;
}
.TagClassName
{
border-color: #E65D29;
}
</style>