Shades of Sorbus #E76029
Tints of Sorbus #E76029
RGB
CMYK
RGB Variations
Color information
#E76029 (or 0xE76029) is known color: Sorbus. HEX triplet: E7, 60 and 29. RGB value is (231,96,41). Sum of RGB (Red+Green+Blue) = 231+96+41=368 (48% of max value = 765). Red value is 231 (90.62% from 255 or 62.77% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 41 (16.41% from 255 or 11.14% from 368); Max value from RGB is 231 - color contains mainly: red. Hex color #E76029 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76029 is #189FD6. Grayscale: #828282. Windows color (decimal): -1613783 or 2711783. OLE color: 2711783.
HSL color Cylindrical-coordinate representation of color #E76029: hue angle of 17.37º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E76029 is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 96 | 41 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.09 |
| HSL | 17.37º | 0.8% | 0.53% | - |
| HSV(B) | 17.37º | 0.82% | 0.91% | - |
| XYZ | 37.54 | 25.51 | 5.04 | - |
| YUV | 130.1 | 77.73 | 199.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 96 | 41 | 0 | 0.58 | 0.82 | 0.09 | 17.37 | 0.8 | 0.53 |
| Hex | E7 | 60 | 29 | 0 | 3A | 52 | 9 | 11 | 50 | 35 |
| Octal | 347 | 140 | 51 | 0 | 72 | 122 | 11 | 21 | 120 | 65 |
| Binary | 11100111 | 1100000 | 101001 | 0 | 111010 | 1010010 | 1001 | 10001 | 1010000 | 110101 |
Color Harmonies of #E76029
Complementary color
Monochromatic Colors of #E76029
Black with #E76029
Text Example
Text Example
White with #E76029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76029; }
p { color: rgb(231,96,41); }
H1.HeaderClassName
{
color: #E76029;
}
.AnyTagClassName
{
color: #E76029;
}
</style>
background-color css
<style>
a { background-color: #E76029; }
a { background-color: rgb(231,96,41); }
div.DivClassName
{
background-color: #E76029;
}
.BgClassName
{
background-color: #E76029;
}
</style>
border-color css
<style>
span { border-color: #E76029; }
span { border-color: rgb(231,96,41); }
td.TdClassName
{
border-color: #E76029;
}
.TagClassName
{
border-color: #E76029;
}
</style>