Shades of Sorbus #E76130
Tints of Sorbus #E76130
RGB
CMYK
RGB Variations
Color information
#E76130 (or 0xE76130) is known color: Sorbus. HEX triplet: E7, 61 and 30. RGB value is (231,97,48). Sum of RGB (Red+Green+Blue) = 231+97+48=376 (49% of max value = 765). Red value is 231 (90.62% from 255 or 61.44% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 48 (19.14% from 255 or 12.77% from 376); Max value from RGB is 231 - color contains mainly: red. Hex color #E76130 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76130 is #189ECF. Grayscale: #838383. Windows color (decimal): -1613520 or 3170791. OLE color: 3170791.
HSL color Cylindrical-coordinate representation of color #E76130: hue angle of 16.07º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E76130 is Cyan = 0, Magento = 0.58, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 97 | 48 | - |
| CMYK | 0 | 0.58 | 0.79 | 0.09 |
| HSL | 16.07º | 0.79% | 0.55% | - |
| HSV(B) | 16.07º | 0.79% | 0.91% | - |
| XYZ | 37.76 | 25.75 | 5.78 | - |
| YUV | 131.48 | 80.89 | 198.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 97 | 48 | 0 | 0.58 | 0.79 | 0.09 | 16.07 | 0.79 | 0.55 |
| Hex | E7 | 61 | 30 | 0 | 3A | 4F | 9 | 10 | 4F | 37 |
| Octal | 347 | 141 | 60 | 0 | 72 | 117 | 11 | 20 | 117 | 67 |
| Binary | 11100111 | 1100001 | 110000 | 0 | 111010 | 1001111 | 1001 | 10000 | 1001111 | 110111 |
Color Harmonies of #E76130
Complementary color
Monochromatic Colors of #E76130
Black with #E76130
Text Example
Text Example
White with #E76130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E76130; }
p { color: rgb(231,97,48); }
H1.HeaderClassName
{
color: #E76130;
}
.AnyTagClassName
{
color: #E76130;
}
</style>
background-color css
<style>
a { background-color: #E76130; }
a { background-color: rgb(231,97,48); }
div.DivClassName
{
background-color: #E76130;
}
.BgClassName
{
background-color: #E76130;
}
</style>
border-color css
<style>
span { border-color: #E76130; }
span { border-color: rgb(231,97,48); }
td.TdClassName
{
border-color: #E76130;
}
.TagClassName
{
border-color: #E76130;
}
</style>