Shades of Sorbus #E45F29
Tints of Sorbus #E45F29
RGB
CMYK
RGB Variations
Color information
#E45F29 (or 0xE45F29) is known color: Sorbus. HEX triplet: E4, 5F and 29. RGB value is (228,95,41). Sum of RGB (Red+Green+Blue) = 228+95+41=364 (48% of max value = 765). Red value is 228 (89.45% from 255 or 62.64% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 41 (16.41% from 255 or 11.26% from 364); Max value from RGB is 228 - color contains mainly: red. Hex color #E45F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E45F29 is #1BA0D6. Grayscale: #808080. Windows color (decimal): -1810647 or 2711524. OLE color: 2711524.
HSL color Cylindrical-coordinate representation of color #E45F29: hue angle of 17.33º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E45F29 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 95 | 41 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.11 |
| HSL | 17.33º | 0.78% | 0.53% | - |
| HSV(B) | 17.33º | 0.82% | 0.89% | - |
| XYZ | 36.49 | 24.84 | 4.97 | - |
| YUV | 128.61 | 78.56 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 95 | 41 | 0 | 0.58 | 0.82 | 0.11 | 17.33 | 0.78 | 0.53 |
| Hex | E4 | 5F | 29 | 0 | 3A | 52 | B | 11 | 4E | 35 |
| Octal | 344 | 137 | 51 | 0 | 72 | 122 | 13 | 21 | 116 | 65 |
| Binary | 11100100 | 1011111 | 101001 | 0 | 111010 | 1010010 | 1011 | 10001 | 1001110 | 110101 |
Color Harmonies of #E45F29
Complementary color
Monochromatic Colors of #E45F29
Black with #E45F29
Text Example
Text Example
White with #E45F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E45F29; }
p { color: rgb(228,95,41); }
H1.HeaderClassName
{
color: #E45F29;
}
.AnyTagClassName
{
color: #E45F29;
}
</style>
background-color css
<style>
a { background-color: #E45F29; }
a { background-color: rgb(228,95,41); }
div.DivClassName
{
background-color: #E45F29;
}
.BgClassName
{
background-color: #E45F29;
}
</style>
border-color css
<style>
span { border-color: #E45F29; }
span { border-color: rgb(228,95,41); }
td.TdClassName
{
border-color: #E45F29;
}
.TagClassName
{
border-color: #E45F29;
}
</style>